COLOR #091804

HEX: #091804
RGB: (9,24,4)

Color info

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

RGB color model

#091804 color RGB value is (9,24,4).

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

RGB channels and saturation

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

9
24
4

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

Portions of RGB colors in percentages

R + G + B =
9 + 24 + 4 = 37 (100%)
R 9 of 37 ~ 24.32%
G 24 of 37 ~ 64.86%
B 4 of 37 ~ 10.81%

%24.32
%64.86
%10.81

CMYK color model

#091804 color CMYK value is (63,0,83,91).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 90.59%
CMYK:
(63,0,83,91)
C63M0Y83K91 
(63%,0%,83%,91%)
(0.63/0.00/0.83/0.91)	

CMYK percentages

%62.5
%0
%83.33
%90.59

Codes

Color #091804 in popluar color models

091804
RGB9244
HSL105°71.43%5.49%
HSB/HSV105°83.33%9.41%
CMYK62.50%0.00%83.33%
90.59%

Color #091804 in popluar number systems.

HEX091804
Decimal9244
Binary100111000100
Octal11304

Shades and tints

Shades of #091804

#091804
(9,24,4)
#091604
(9,22,4)
#091404
(9,20,4)
#091204
(9,18,4)
#091004
(9,16,4)
#090E04
(9,14,4)
#090C04
(9,12,4)
#090A04
(9,10,4)
#090804
(9,8,4)
#090604
(9,6,4)
#090404
(9,4,4)
#000000
(0,0,0)

Tints of #091804

#091804
(9,24,4)
#1F2D1A
(31,45,26)
#354230
(53,66,48)
#4B5746
(75,87,70)
#616C5C
(97,108,92)
#778172
(119,129,114)
#8D9688
(141,150,136)
#A3AB9E
(163,171,158)
#B9C0B4
(185,192,180)
#CFD5CA
(207,213,202)
#E5EAE0
(229,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091804 color. Also use rgb(9,24,4) instead hex code.

Text Font Color

.myTextColor { color: #091804; }

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

This text font color is #091804.


Background Color

.myBgColor { background-color: #091804; }

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

This div background color is #091804.


Border color

.myBorderColor { border: 1px solid #091804; }

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

This div border color is #091804.


Opacity

.myOpacity80 { color: #091804; opacity: 0.8; }

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

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

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

This text has shadow with #091804 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091804 on black background.


Color preview on white background

This text has color #091804 on white background.



Black color preview on #091804 background

This text has black color on #091804 background.


White color preview on #091804 background

This text has white color on #091804 background.