COLOR #083B0D

HEX: #083B0D
RGB: (8,59,13)

Color info

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

RGB color model

#083B0D color RGB value is (8,59,13).

  • red value is 8;
  • green value is 59;
  • blue value is 13.
RGB:
(8,59,13)
(3%,23%,5%)

RGB channels and saturation

R 8 of 255 = 3%
G 59 of 255 = 23%
B 13 of 255 = 5%

8
59
13

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

Portions of RGB colors in percentages

R + G + B =
8 + 59 + 13 = 80 (100%)
R 8 of 80 ~ 10%
G 59 of 80 ~ 73.75%
B 13 of 80 ~ 16.25%

%10
%73.75
%16.25

CMYK color model

#083B0D color CMYK value is (86,0,78,77).

  • cyan value is 86.44%
  • magenta value is 0.00%
  • yellow value is 77.97%
  • key color value is 76.86%
CMYK:
(86,0,78,77)
C86M0Y78K77 
(86%,0%,78%,77%)
(0.86/0.00/0.78/0.77)	

CMYK percentages

%86.44
%0
%77.97
%76.86

Codes

Color #083B0D in popluar color models

083B0D
RGB85913
HSL126°76.12%13.14%
HSB/HSV126°86.44%23.14%
CMYK86.44%0.00%77.97%
76.86%

Color #083B0D in popluar number systems.

HEX083B0D
Decimal85913
Binary10001110111101
Octal107315

Shades and tints

Shades of #083B0D

#083B0D
(8,59,13)
#08360C
(8,54,12)
#08310B
(8,49,11)
#082C0A
(8,44,10)
#082709
(8,39,9)
#082208
(8,34,8)
#081D07
(8,29,7)
#081806
(8,24,6)
#081305
(8,19,5)
#080E04
(8,14,4)
#080903
(8,9,3)
#000000
(0,0,0)

Tints of #083B0D

#083B0D
(8,59,13)
#1E4C23
(30,76,35)
#345D39
(52,93,57)
#4A6E4F
(74,110,79)
#607F65
(96,127,101)
#76907B
(118,144,123)
#8CA191
(140,161,145)
#A2B2A7
(162,178,167)
#B8C3BD
(184,195,189)
#CED4D3
(206,212,211)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083B0D color. Also use rgb(8,59,13) instead hex code.

Text Font Color

.myTextColor { color: #083B0D; }

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

This text font color is #083B0D.


Background Color

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

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

This div background color is #083B0D.


Border color

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

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

This div border color is #083B0D.


Opacity

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

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

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

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

This text has shadow with #083B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083B0D on black background.


Color preview on white background

This text has color #083B0D on white background.



Black color preview on #083B0D background

This text has black color on #083B0D background.


White color preview on #083B0D background

This text has white color on #083B0D background.