COLOR #083F09

HEX: #083F09
RGB: (8,63,9)

Color info

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

RGB color model

#083F09 color RGB value is (8,63,9).

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

RGB channels and saturation

R 8 of 255 = 3%
G 63 of 255 = 25%
B 9 of 255 = 4%

8
63
9

R + G + B ~ 11%. #083F09 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 63 + 9 = 80 (100%)
R 8 of 80 ~ 10%
G 63 of 80 ~ 78.75%
B 9 of 80 ~ 11.25%

%10
%78.75
%11.25

CMYK color model

#083F09 color CMYK value is (87,0,86,75).

  • cyan value is 87.30%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 75.29%
CMYK:
(87,0,86,75)
C87M0Y86K75 
(87%,0%,86%,75%)
(0.87/0.00/0.86/0.75)	

CMYK percentages

%87.3
%0
%85.71
%75.29

Codes

Color #083F09 in popluar color models

083F09
RGB8639
HSL121°77.46%13.92%
HSB/HSV121°87.30%24.71%
CMYK87.30%0.00%85.71%
75.29%

Color #083F09 in popluar number systems.

HEX083F09
Decimal8639
Binary10001111111001
Octal107711

Shades and tints

Shades of #083F09

#083F09
(8,63,9)
#083A09
(8,58,9)
#083509
(8,53,9)
#083009
(8,48,9)
#082B09
(8,43,9)
#082609
(8,38,9)
#082109
(8,33,9)
#081C09
(8,28,9)
#081709
(8,23,9)
#081209
(8,18,9)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #083F09

#083F09
(8,63,9)
#1E501F
(30,80,31)
#346135
(52,97,53)
#4A724B
(74,114,75)
#608361
(96,131,97)
#769477
(118,148,119)
#8CA58D
(140,165,141)
#A2B6A3
(162,182,163)
#B8C7B9
(184,199,185)
#CED8CF
(206,216,207)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083F09; }

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

This text font color is #083F09.


Background Color

.myBgColor { background-color: #083F09; }

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

This div background color is #083F09.


Border color

.myBorderColor { border: 1px solid #083F09; }

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

This div border color is #083F09.


Opacity

.myOpacity80 { color: #083F09; opacity: 0.8; }

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

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

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

This text has shadow with #083F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083F09 on black background.


Color preview on white background

This text has color #083F09 on white background.



Black color preview on #083F09 background

This text has black color on #083F09 background.


White color preview on #083F09 background

This text has white color on #083F09 background.