COLOR #071C0C

HEX: #071C0C
RGB: (7,28,12)

Color info

#071C0C contains red, green and blue colors in about the same proportion. Web safe color of #071C0C is #003300 (or #030).

RGB color model

#071C0C color RGB value is (7,28,12).

  • red value is 7;
  • green value is 28;
  • blue value is 12.
RGB:
(7,28,12)
(3%,11%,5%)

RGB channels and saturation

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

7
28
12

R + G + B ~ 6%. #071C0C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 28 + 12 = 47 (100%)
R 7 of 47 ~ 14.89%
G 28 of 47 ~ 59.57%
B 12 of 47 ~ 25.53%

%14.89
%59.57
%25.53

CMYK color model

#071C0C color CMYK value is (75,0,57,89).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 89.02%
CMYK:
(75,0,57,89)
C75M0Y57K89 
(75%,0%,57%,89%)
(0.75/0.00/0.57/0.89)	

CMYK percentages

%75
%0
%57.14
%89.02

Codes

Color #071C0C in popluar color models

071C0C
RGB72812
HSL134°60.00%6.86%
HSB/HSV134°75.00%10.98%
CMYK75.00%0.00%57.14%
89.02%

Color #071C0C in popluar number systems.

HEX071C0C
Decimal72812
Binary111111001100
Octal73414

Shades and tints

Shades of #071C0C

#071C0C
(7,28,12)
#071A0B
(7,26,11)
#07180A
(7,24,10)
#071609
(7,22,9)
#071408
(7,20,8)
#071207
(7,18,7)
#071006
(7,16,6)
#070E05
(7,14,5)
#070C04
(7,12,4)
#070A03
(7,10,3)
#070802
(7,8,2)
#000000
(0,0,0)

Tints of #071C0C

#071C0C
(7,28,12)
#1D3022
(29,48,34)
#334438
(51,68,56)
#49584E
(73,88,78)
#5F6C64
(95,108,100)
#75807A
(117,128,122)
#8B9490
(139,148,144)
#A1A8A6
(161,168,166)
#B7BCBC
(183,188,188)
#CDD0D2
(205,208,210)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071C0C; }

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

This text font color is #071C0C.


Background Color

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

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

This div background color is #071C0C.


Border color

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

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

This div border color is #071C0C.


Opacity

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

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

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

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

This text has shadow with #071C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071C0C on black background.


Color preview on white background

This text has color #071C0C on white background.



Black color preview on #071C0C background

This text has black color on #071C0C background.


White color preview on #071C0C background

This text has white color on #071C0C background.