COLOR #082512

HEX: #082512
RGB: (8,37,18)

Color info

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

RGB color model

#082512 color RGB value is (8,37,18).

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

RGB channels and saturation

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

8
37
18

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

Portions of RGB colors in percentages

R + G + B =
8 + 37 + 18 = 63 (100%)
R 8 of 63 ~ 12.7%
G 37 of 63 ~ 58.73%
B 18 of 63 ~ 28.57%

%12.7
%58.73
%28.57

CMYK color model

#082512 color CMYK value is (78,0,51,85).

  • cyan value is 78.38%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 85.49%
CMYK:
(78,0,51,85)
C78M0Y51K85 
(78%,0%,51%,85%)
(0.78/0.00/0.51/0.85)	

CMYK percentages

%78.38
%0
%51.35
%85.49

Codes

Color #082512 in popluar color models

082512
RGB83718
HSL141°64.44%8.82%
HSB/HSV141°78.38%14.51%
CMYK78.38%0.00%51.35%
85.49%

Color #082512 in popluar number systems.

HEX082512
Decimal83718
Binary100010010110010
Octal104522

Shades and tints

Shades of #082512

#082512
(8,37,18)
#082211
(8,34,17)
#081F10
(8,31,16)
#081C0F
(8,28,15)
#08190E
(8,25,14)
#08160D
(8,22,13)
#08130C
(8,19,12)
#08100B
(8,16,11)
#080D0A
(8,13,10)
#080A09
(8,10,9)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #082512

#082512
(8,37,18)
#1E3827
(30,56,39)
#344B3C
(52,75,60)
#4A5E51
(74,94,81)
#607166
(96,113,102)
#76847B
(118,132,123)
#8C9790
(140,151,144)
#A2AAA5
(162,170,165)
#B8BDBA
(184,189,186)
#CED0CF
(206,208,207)
#E4E3E4
(228,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #082512; }

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

This text font color is #082512.


Background Color

.myBgColor { background-color: #082512; }

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

This div background color is #082512.


Border color

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

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

This div border color is #082512.


Opacity

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

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

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

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

This text has shadow with #082512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #082512 on black background.


Color preview on white background

This text has color #082512 on white background.



Black color preview on #082512 background

This text has black color on #082512 background.


White color preview on #082512 background

This text has white color on #082512 background.