COLOR #180C06

HEX: #180C06
RGB: (24,12,6)

Color info

#180C06 contains red, green and blue colors in about the same proportion. Web safe color of #180C06 is #000000 (or #000).

RGB color model

#180C06 color RGB value is (24,12,6).

  • red value is 24;
  • green value is 12;
  • blue value is 6.
RGB:
(24,12,6)
(9%,5%,2%)

RGB channels and saturation

R 24 of 255 = 9%
G 12 of 255 = 5%
B 6 of 255 = 2%

24
12
6

R + G + B ~ 5%. #180C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 12 + 6 = 42 (100%)
R 24 of 42 ~ 57.14%
G 12 of 42 ~ 28.57%
B 6 of 42 ~ 14.29%

%57.14
%28.57
%14.29

CMYK color model

#180C06 color CMYK value is (0,50,75,91).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 75.00%
  • key color value is 90.59%
CMYK:
(0,50,75,91)
C0M50Y75K91 
(0%,50%,75%,91%)
(0.00/0.50/0.75/0.91)	

CMYK percentages

%0
%50
%75
%90.59

Codes

Color #180C06 in popluar color models

180C06
RGB24126
HSL20°60.00%5.88%
HSB/HSV20°75.00%9.41%
CMYK0.00%50.00%75.00%
90.59%

Color #180C06 in popluar number systems.

HEX180C06
Decimal24126
Binary110001100110
Octal30146

Shades and tints

Shades of #180C06

#180C06
(24,12,6)
#160B06
(22,11,6)
#140A06
(20,10,6)
#120906
(18,9,6)
#100806
(16,8,6)
#0E0706
(14,7,6)
#0C0606
(12,6,6)
#0A0506
(10,5,6)
#080406
(8,4,6)
#060306
(6,3,6)
#040206
(4,2,6)
#000000
(0,0,0)

Tints of #180C06

#180C06
(24,12,6)
#2D221C
(45,34,28)
#423832
(66,56,50)
#574E48
(87,78,72)
#6C645E
(108,100,94)
#817A74
(129,122,116)
#96908A
(150,144,138)
#ABA6A0
(171,166,160)
#C0BCB6
(192,188,182)
#D5D2CC
(213,210,204)
#EAE8E2
(234,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180C06 color. Also use rgb(24,12,6) instead hex code.

Text Font Color

.myTextColor { color: #180C06; }

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

This text font color is #180C06.


Background Color

.myBgColor { background-color: #180C06; }

<div style="background-color:#180C06">Inner text</div>

This div background color is #180C06.


Border color

.myBorderColor { border: 1px solid #180C06; }

<div style="border:3px solid #180C06">Div</div>

This div border color is #180C06.


Opacity

.myOpacity80 { color: #180C06; opacity: 0.8; }

<p style="color:#180C06;opacity:0.8;">80%</p>

Text with #180C06 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 #180C06;}

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

This text has shadow with #180C06 color.

.textShadow {text-shadow: 3px 3px 1px #180C06, 3px 3px 1px red;}

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

This text has shadow with #180C06 primary color and red secondary color.


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

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

This text has shadow with #180C06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180C06 on black background.


Color preview on white background

This text has color #180C06 on white background.



Black color preview on #180C06 background

This text has black color on #180C06 background.


White color preview on #180C06 background

This text has white color on #180C06 background.