COLOR #031809

HEX: #031809
RGB: (3,24,9)

Color info

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

RGB color model

#031809 color RGB value is (3,24,9).

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

RGB channels and saturation

R 3 of 255 = 1%
G 24 of 255 = 9%
B 9 of 255 = 4%

3
24
9

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

Portions of RGB colors in percentages

R + G + B =
3 + 24 + 9 = 36 (100%)
R 3 of 36 ~ 8.33%
G 24 of 36 ~ 66.67%
B 9 of 36 ~ 25%

%66.67
%25

CMYK color model

#031809 color CMYK value is (88,0,63,91).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 90.59%
CMYK:
(88,0,63,91)
C88M0Y63K91 
(88%,0%,63%,91%)
(0.88/0.00/0.63/0.91)	

CMYK percentages

%87.5
%0
%62.5
%90.59

Codes

Color #031809 in popluar color models

031809
RGB3249
HSL137°77.78%5.29%
HSB/HSV137°87.50%9.41%
CMYK87.50%0.00%62.50%
90.59%

Color #031809 in popluar number systems.

HEX031809
Decimal3249
Binary11110001001
Octal33011

Shades and tints

Shades of #031809

#031809
(3,24,9)
#031609
(3,22,9)
#031409
(3,20,9)
#031209
(3,18,9)
#031009
(3,16,9)
#030E09
(3,14,9)
#030C09
(3,12,9)
#030A09
(3,10,9)
#030809
(3,8,9)
#030609
(3,6,9)
#030409
(3,4,9)
#000000
(0,0,0)

Tints of #031809

#031809
(3,24,9)
#192D1F
(25,45,31)
#2F4235
(47,66,53)
#45574B
(69,87,75)
#5B6C61
(91,108,97)
#718177
(113,129,119)
#87968D
(135,150,141)
#9DABA3
(157,171,163)
#B3C0B9
(179,192,185)
#C9D5CF
(201,213,207)
#DFEAE5
(223,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031809; }

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

This text font color is #031809.


Background Color

.myBgColor { background-color: #031809; }

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

This div background color is #031809.


Border color

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

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

This div border color is #031809.


Opacity

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

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

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

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

This text has shadow with #031809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031809 on black background.


Color preview on white background

This text has color #031809 on white background.



Black color preview on #031809 background

This text has black color on #031809 background.


White color preview on #031809 background

This text has white color on #031809 background.