COLOR #180A06

HEX: #180A06
RGB: (24,10,6)

Color info

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

RGB color model

#180A06 color RGB value is (24,10,6).

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

RGB channels and saturation

R 24 of 255 = 9%
G 10 of 255 = 4%
B 6 of 255 = 2%

24
10
6

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

Portions of RGB colors in percentages

R + G + B =
24 + 10 + 6 = 40 (100%)
R 24 of 40 ~ 60%
G 10 of 40 ~ 25%
B 6 of 40 ~ 15%

%60
%25
%15

CMYK color model

#180A06 color CMYK value is (0,58,75,91).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 75.00%
  • key color value is 90.59%
CMYK:
(0,58,75,91)
C0M58Y75K91 
(0%,58%,75%,91%)
(0.00/0.58/0.75/0.91)	

CMYK percentages

%0
%58.33
%75
%90.59

Codes

Color #180A06 in popluar color models

180A06
RGB24106
HSL13°60.00%5.88%
HSB/HSV13°75.00%9.41%
CMYK0.00%58.33%75.00%
90.59%

Color #180A06 in popluar number systems.

HEX180A06
Decimal24106
Binary110001010110
Octal30126

Shades and tints

Shades of #180A06

#180A06
(24,10,6)
#160A06
(22,10,6)
#140A06
(20,10,6)
#120A06
(18,10,6)
#100A06
(16,10,6)
#0E0A06
(14,10,6)
#0C0A06
(12,10,6)
#0A0A06
(10,10,6)
#080A06
(8,10,6)
#060A06
(6,10,6)
#040A06
(4,10,6)
#000000
(0,0,0)

Tints of #180A06

#180A06
(24,10,6)
#2D201C
(45,32,28)
#423632
(66,54,50)
#574C48
(87,76,72)
#6C625E
(108,98,94)
#817874
(129,120,116)
#968E8A
(150,142,138)
#ABA4A0
(171,164,160)
#C0BAB6
(192,186,182)
#D5D0CC
(213,208,204)
#EAE6E2
(234,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180A06; }

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

This text font color is #180A06.


Background Color

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

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

This div background color is #180A06.


Border color

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

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

This div border color is #180A06.


Opacity

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

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

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

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

This text has shadow with #180A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180A06 on black background.


Color preview on white background

This text has color #180A06 on white background.



Black color preview on #180A06 background

This text has black color on #180A06 background.


White color preview on #180A06 background

This text has white color on #180A06 background.