COLOR #071C1E

HEX: #071C1E RGB: (7,28,30)

Color info

#071C1E contains red, green and blue colors in about the same proportion. Web safe color of #071C1E is #003333 (or #033).

RGB color model

#071C1E color RGB value is (7,28,30).

RGB: (7,28,30) (3%, 11%, 12%)

RGB channels and saturation

R 7 of 255 = 3%
G 28 of 255 = 11%
B 30 of 255 = 12%

7
28
30

R + G + B ~ 9%. #071C1E is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 28 + 30 = 65 (100%)
R 7 of 65 ~ 10.77%
G 28 of 65 ~ 43.08%
B 30 of 65 ~ 46.15'%

%10.77
%43.08
%46.15

CMYK color model

#071C1E color CMYK value is (77,7,0,88).

  • cyan value is 76.67%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (77,7,0,88)
C77M7Y0K88 (77%, 7%, 0%, 88%)
(0.77 / 0.07 / 0.00 / 0.88)

CMYK percentages

%76.67
%6.67
%0
%88.24

Codes

Color #071C1E in popluar color models

07 1C 1E
RGB 7 28 30
HSL 185° 62.16% 7.25%
HSB/HSV 185° 76.67% 11.76%
CMYK 76.67% 6.67% 0.00%
88.24%

Color #071C1E in popluar number systems.

HEX 07 1C 1E
Decimal 7 28 30
Binary 111 11100 11110
Octal 7 34 36

Shades and tints

Shades of #071C1E

#071C1E
(7,28,30)
#071A1C
(7,26,28)
#07181A
(7,24,26)
#071618
(7,22,24)
#071416
(7,20,22)
#071214
(7,18,20)
#071012
(7,16,18)
#070E10
(7,14,16)
#070C0E
(7,12,14)
#070A0C
(7,10,12)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #071C1E

#071C1E
(7,28,30)
#1D3032
(29,48,50)
#334446
(51,68,70)
#49585A
(73,88,90)
#5F6C6E
(95,108,110)
#758082
(117,128,130)
#8B9496
(139,148,150)
#A1A8AA
(161,168,170)
#B7BCBE
(183,188,190)
#CDD0D2
(205,208,210)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071C1E color. Also use rgb(7,28,30) instead hex code.

Text Font Color

.myTextColor { color: #071C1E; }

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

This text font color is #071C1E.

Background Color

.myBgColor { background-color: #071C1E; }

<div style="background-color:#071C1E">Inner text</div>

This div background color is #071C1E.

Border color

.myBorderColor { border: 1px solid #071C1E; }

<div style="border:3px solid #071C1E">Div</div>

This div border color is #071C1E.

Opacity

.myOpacity80 { color: #071C1E; opacity: 0.8; }

<p style="color:#071C1E;opacity:0.8;">80%</p>

Text with #071C1E 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 #071C1E;}

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

This text has shadow with #071C1E color.


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

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

This text has shadow with #071C1E primary color and red secondary color.


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

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

This text has shadow with #071C1E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #071C1E.

Preview

Color preview on black background

This text has color #071C1E on black background.


Color preview on white background

This text has color #071C1E on white background.


Black color preview on #071C1E background

This text has black color on #071C1E background.


White color preview on #071C1E background

This text has white color on #071C1E background.


Related colors

Complementary color

Complementary color for #hex is #F8E3E1.


I love getcolorcode.com

Triadic colors

1 #1E071C and #1C1E07 with #071C1E are triadic colors.

2 #1E1C07 and #1C071E with #071C1E are triadic colors.