COLOR #083913

HEX: #083913
RGB: (8,57,19)

Color info

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

RGB color model

#083913 color RGB value is (8,57,19).

  • red value is 8;
  • green value is 57;
  • blue value is 19.
RGB:
(8,57,19)
(3%,22%,7%)

RGB channels and saturation

R 8 of 255 = 3%
G 57 of 255 = 22%
B 19 of 255 = 7%

8
57
19

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

Portions of RGB colors in percentages

R + G + B =
8 + 57 + 19 = 84 (100%)
R 8 of 84 ~ 9.52%
G 57 of 84 ~ 67.86%
B 19 of 84 ~ 22.62%

%9.52
%67.86
%22.62

CMYK color model

#083913 color CMYK value is (86,0,67,78).

  • cyan value is 85.96%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 77.65%
CMYK:
(86,0,67,78)
C86M0Y67K78 
(86%,0%,67%,78%)
(0.86/0.00/0.67/0.78)	

CMYK percentages

%85.96
%0
%66.67
%77.65

Codes

Color #083913 in popluar color models

083913
RGB85719
HSL133°75.38%12.75%
HSB/HSV133°85.96%22.35%
CMYK85.96%0.00%66.67%
77.65%

Color #083913 in popluar number systems.

HEX083913
Decimal85719
Binary100011100110011
Octal107123

Shades and tints

Shades of #083913

#083913
(8,57,19)
#083412
(8,52,18)
#082F11
(8,47,17)
#082A10
(8,42,16)
#08250F
(8,37,15)
#08200E
(8,32,14)
#081B0D
(8,27,13)
#08160C
(8,22,12)
#08110B
(8,17,11)
#080C0A
(8,12,10)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #083913

#083913
(8,57,19)
#1E4B28
(30,75,40)
#345D3D
(52,93,61)
#4A6F52
(74,111,82)
#608167
(96,129,103)
#76937C
(118,147,124)
#8CA591
(140,165,145)
#A2B7A6
(162,183,166)
#B8C9BB
(184,201,187)
#CEDBD0
(206,219,208)
#E4EDE5
(228,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083913 color. Also use rgb(8,57,19) instead hex code.

Text Font Color

.myTextColor { color: #083913; }

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

This text font color is #083913.


Background Color

.myBgColor { background-color: #083913; }

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

This div background color is #083913.


Border color

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

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

This div border color is #083913.


Opacity

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

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

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

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

This text has shadow with #083913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083913 on black background.


Color preview on white background

This text has color #083913 on white background.



Black color preview on #083913 background

This text has black color on #083913 background.


White color preview on #083913 background

This text has white color on #083913 background.