COLOR #190D06

HEX: #190D06
RGB: (25,13,6)

Color info

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

RGB color model

#190D06 color RGB value is (25,13,6).

  • red value is 25;
  • green value is 13;
  • blue value is 6.
RGB:
(25,13,6)
(10%,5%,2%)

RGB channels and saturation

R 25 of 255 = 10%
G 13 of 255 = 5%
B 6 of 255 = 2%

25
13
6

R + G + B ~ 6%. #190D06 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 13 + 6 = 44 (100%)
R 25 of 44 ~ 56.82%
G 13 of 44 ~ 29.55%
B 6 of 44 ~ 13.64%

%56.82
%29.55
%13.64

CMYK color model

#190D06 color CMYK value is (0,48,76,90).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 76.00%
  • key color value is 90.20%
CMYK:
(0,48,76,90)
C0M48Y76K90 
(0%,48%,76%,90%)
(0.00/0.48/0.76/0.90)	

CMYK percentages

%0
%48
%76
%90.2

Codes

Color #190D06 in popluar color models

190D06
RGB25136
HSL22°61.29%6.08%
HSB/HSV22°76.00%9.80%
CMYK0.00%48.00%76.00%
90.20%

Color #190D06 in popluar number systems.

HEX190D06
Decimal25136
Binary110011101110
Octal31156

Shades and tints

Shades of #190D06

#190D06
(25,13,6)
#170C06
(23,12,6)
#150B06
(21,11,6)
#130A06
(19,10,6)
#110906
(17,9,6)
#0F0806
(15,8,6)
#0D0706
(13,7,6)
#0B0606
(11,6,6)
#090506
(9,5,6)
#070406
(7,4,6)
#050306
(5,3,6)
#000000
(0,0,0)

Tints of #190D06

#190D06
(25,13,6)
#2D231C
(45,35,28)
#413932
(65,57,50)
#554F48
(85,79,72)
#69655E
(105,101,94)
#7D7B74
(125,123,116)
#91918A
(145,145,138)
#A5A7A0
(165,167,160)
#B9BDB6
(185,189,182)
#CDD3CC
(205,211,204)
#E1E9E2
(225,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #190D06 color. Also use rgb(25,13,6) instead hex code.

Text Font Color

.myTextColor { color: #190D06; }

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

This text font color is #190D06.


Background Color

.myBgColor { background-color: #190D06; }

<div style="background-color:#190D06">Inner text</div>

This div background color is #190D06.


Border color

.myBorderColor { border: 1px solid #190D06; }

<div style="border:3px solid #190D06">Div</div>

This div border color is #190D06.


Opacity

.myOpacity80 { color: #190D06; opacity: 0.8; }

<p style="color:#190D06;opacity:0.8;">80%</p>

Text with #190D06 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 #190D06;}

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

This text has shadow with #190D06 color.

.textShadow {text-shadow: 3px 3px 1px #190D06, 3px 3px 1px red;}

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

This text has shadow with #190D06 primary color and red secondary color.


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

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

This text has shadow with #190D06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190D06 on black background.


Color preview on white background

This text has color #190D06 on white background.



Black color preview on #190D06 background

This text has black color on #190D06 background.


White color preview on #190D06 background

This text has white color on #190D06 background.