COLOR #083809

HEX: #083809
RGB: (8,56,9)

Color info

#083809 contains red, green and blue colors in about the same proportion. Web safe color of #083809 is #003300 (or #030).

RGB color model

#083809 color RGB value is (8,56,9).

  • red value is 8;
  • green value is 56;
  • blue value is 9.
RGB:
(8,56,9)
(3%,22%,4%)

RGB channels and saturation

R 8 of 255 = 3%
G 56 of 255 = 22%
B 9 of 255 = 4%

8
56
9

R + G + B ~ 10%. #083809 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 56 + 9 = 73 (100%)
R 8 of 73 ~ 10.96%
G 56 of 73 ~ 76.71%
B 9 of 73 ~ 12.33%

%10.96
%76.71
%12.33

CMYK color model

#083809 color CMYK value is (86,0,84,78).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 83.93%
  • key color value is 78.04%
CMYK:
(86,0,84,78)
C86M0Y84K78 
(86%,0%,84%,78%)
(0.86/0.00/0.84/0.78)	

CMYK percentages

%85.71
%0
%83.93
%78.04

Codes

Color #083809 in popluar color models

083809
RGB8569
HSL121°75.00%12.55%
HSB/HSV121°85.71%21.96%
CMYK85.71%0.00%83.93%
78.04%

Color #083809 in popluar number systems.

HEX083809
Decimal8569
Binary10001110001001
Octal107011

Shades and tints

Shades of #083809

#083809
(8,56,9)
#083309
(8,51,9)
#082E09
(8,46,9)
#082909
(8,41,9)
#082409
(8,36,9)
#081F09
(8,31,9)
#081A09
(8,26,9)
#081509
(8,21,9)
#081009
(8,16,9)
#080B09
(8,11,9)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #083809

#083809
(8,56,9)
#1E4A1F
(30,74,31)
#345C35
(52,92,53)
#4A6E4B
(74,110,75)
#608061
(96,128,97)
#769277
(118,146,119)
#8CA48D
(140,164,141)
#A2B6A3
(162,182,163)
#B8C8B9
(184,200,185)
#CEDACF
(206,218,207)
#E4ECE5
(228,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083809 color. Also use rgb(8,56,9) instead hex code.

Text Font Color

.myTextColor { color: #083809; }

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

This text font color is #083809.


Background Color

.myBgColor { background-color: #083809; }

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

This div background color is #083809.


Border color

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

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

This div border color is #083809.


Opacity

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

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

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

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

This text has shadow with #083809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083809 on black background.


Color preview on white background

This text has color #083809 on white background.



Black color preview on #083809 background

This text has black color on #083809 background.


White color preview on #083809 background

This text has white color on #083809 background.