COLOR #082513

HEX: #082513
RGB: (8,37,19)

Color info

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

RGB color model

#082513 color RGB value is (8,37,19).

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

RGB channels and saturation

R 8 of 255 = 3%
G 37 of 255 = 15%
B 19 of 255 = 7%

8
37
19

R + G + B ~ 8%. #082513 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 37 + 19 = 64 (100%)
R 8 of 64 ~ 12.5%
G 37 of 64 ~ 57.81%
B 19 of 64 ~ 29.69%

%12.5
%57.81
%29.69

CMYK color model

#082513 color CMYK value is (78,0,49,85).

  • cyan value is 78.38%
  • magenta value is 0.00%
  • yellow value is 48.65%
  • key color value is 85.49%
CMYK:
(78,0,49,85)
C78M0Y49K85 
(78%,0%,49%,85%)
(0.78/0.00/0.49/0.85)	

CMYK percentages

%78.38
%0
%48.65
%85.49

Codes

Color #082513 in popluar color models

082513
RGB83719
HSL143°64.44%8.82%
HSB/HSV143°78.38%14.51%
CMYK78.38%0.00%48.65%
85.49%

Color #082513 in popluar number systems.

HEX082513
Decimal83719
Binary100010010110011
Octal104523

Shades and tints

Shades of #082513

#082513
(8,37,19)
#082212
(8,34,18)
#081F11
(8,31,17)
#081C10
(8,28,16)
#08190F
(8,25,15)
#08160E
(8,22,14)
#08130D
(8,19,13)
#08100C
(8,16,12)
#080D0B
(8,13,11)
#080A0A
(8,10,10)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #082513

#082513
(8,37,19)
#1E3828
(30,56,40)
#344B3D
(52,75,61)
#4A5E52
(74,94,82)
#607167
(96,113,103)
#76847C
(118,132,124)
#8C9791
(140,151,145)
#A2AAA6
(162,170,166)
#B8BDBB
(184,189,187)
#CED0D0
(206,208,208)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #082513; }

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

This text font color is #082513.


Background Color

.myBgColor { background-color: #082513; }

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

This div background color is #082513.


Border color

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

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

This div border color is #082513.


Opacity

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

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

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

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

This text has shadow with #082513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #082513 on black background.


Color preview on white background

This text has color #082513 on white background.



Black color preview on #082513 background

This text has black color on #082513 background.


White color preview on #082513 background

This text has white color on #082513 background.