COLOR #07143D

HEX: #07143D RGB: (7,20,61)

Color info

#07143D contains red, green and blue colors in about the same proportion. Web safe color of #07143D is #000033 (or #003).

RGB color model

#07143D color RGB value is (7,20,61).

RGB: (7,20,61) (3%, 8%, 24%)

RGB channels and saturation

R 7 of 255 = 3%
G 20 of 255 = 8%
B 61 of 255 = 24%

7
20
61

R + G + B ~ 12%. #07143D is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 20 + 61 = 88 (100%)
R 7 of 88 ~ 7.95%
G 20 of 88 ~ 22.73%
B 61 of 88 ~ 69.32'%

%22.73
%69.32

CMYK color model

#07143D color CMYK value is (89,67,0,76).

  • cyan value is 88.52%
  • magenta value is 67.21%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK: (89,67,0,76) C89M67Y0K76 (89%,67%,0%,76%) (0.89/0.67/0.00/0.76) 

CMYK percentages

%88.52
%67.21
%0
%76.08

Codes

Color #07143D in popluar color models

07 14 3D
RGB 7 20 61
HSL 226° 79.41% 13.33%
HSB/HSV 226° 88.52% 23.92%
CMYK 88.52% 67.21% 0.00%
76.08%

Color #07143D in popluar number systems.

HEX 07 14 3D
Decimal 7 20 61
Binary 111 10100 111101
Octal 7 24 75

Shades and tints

Shades of #07143D

#07143D
(7,20,61)
#071338
(7,19,56)
#071233
(7,18,51)
#07112E
(7,17,46)
#071029
(7,16,41)
#070F24
(7,15,36)
#070E1F
(7,14,31)
#070D1A
(7,13,26)
#070C15
(7,12,21)
#070B10
(7,11,16)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #07143D

#07143D
(7,20,61)
#1D294E
(29,41,78)
#333E5F
(51,62,95)
#495370
(73,83,112)
#5F6881
(95,104,129)
#757D92
(117,125,146)
#8B92A3
(139,146,163)
#A1A7B4
(161,167,180)
#B7BCC5
(183,188,197)
#CDD1D6
(205,209,214)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07143D color. Also use rgb(7,20,61) instead hex code.

Text Font Color

.myTextColor { color: #07143D; }

<p style="color:#07143D">This sample text font color is #07143D.</p>

This text font color is #07143D.

Background Color

.myBgColor { background-color: #07143D; }

<div style="background-color:#07143D">Inner text</div>

This div background color is #07143D.

Border color

.myBorderColor { border: 1px solid #07143D; }

<div style="border:3px solid #07143D">Div</div>

This div border color is #07143D.

Opacity

.myOpacity80 { color: #07143D; opacity: 0.8; }

<p style="color:#07143D;opacity:0.8;">80%</p>

Text with #07143D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #07143D;}

<p style="text-shadow: 3px 3px 1px #07143D">Text here.</p>

This text has shadow with #07143D color.


.textShadow {text-shadow: 3px 3px 1px #07143D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #07143D, 5px 5px 20px red">Text here.</p>

This text has shadow with #07143D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#07143D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#07143D, Direction=45, Strength=4)">Text</p>

This text has shadow with #07143D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #07143D;
-webkit-box-shadow: 1px 1px 3px 2px #07143D;
box-shadow: 1px 1px 3px 2px #07143D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #07143D; -webkit-box-shadow: 1px 1px 3px 2px #07143D; box-shadow:1px 1px 3px 2px #07143D;">
Div content here
</div>

This div box has shadow with color #07143D.

Preview

Color preview on black background

This text has color #07143D on black background.


Color preview on white background

This text has color #07143D on white background.


Black color preview on #07143D background

This text has black color on #07143D background.


White color preview on #07143D background

This text has white color on #07143D background.


Related colors

Complementary color

Complementary color for #hex is #F8EBC2.


I love getcolorcode.com

Triadic colors

1 #3D0714 and #143D07 with #07143D are triadic colors.

2 #3D1407 and #14073D with #07143D are triadic colors.