COLOR #082511

HEX: #082511
RGB: (8,37,17)

Color info

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

RGB color model

#082511 color RGB value is (8,37,17).

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

RGB channels and saturation

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

8
37
17

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

Portions of RGB colors in percentages

R + G + B =
8 + 37 + 17 = 62 (100%)
R 8 of 62 ~ 12.9%
G 37 of 62 ~ 59.68%
B 17 of 62 ~ 27.42%

%12.9
%59.68
%27.42

CMYK color model

#082511 color CMYK value is (78,0,54,85).

  • cyan value is 78.38%
  • magenta value is 0.00%
  • yellow value is 54.05%
  • key color value is 85.49%
CMYK:
(78,0,54,85)
C78M0Y54K85 
(78%,0%,54%,85%)
(0.78/0.00/0.54/0.85)	

CMYK percentages

%78.38
%0
%54.05
%85.49

Codes

Color #082511 in popluar color models

082511
RGB83717
HSL139°64.44%8.82%
HSB/HSV139°78.38%14.51%
CMYK78.38%0.00%54.05%
85.49%

Color #082511 in popluar number systems.

HEX082511
Decimal83717
Binary100010010110001
Octal104521

Shades and tints

Shades of #082511

#082511
(8,37,17)
#082210
(8,34,16)
#081F0F
(8,31,15)
#081C0E
(8,28,14)
#08190D
(8,25,13)
#08160C
(8,22,12)
#08130B
(8,19,11)
#08100A
(8,16,10)
#080D09
(8,13,9)
#080A08
(8,10,8)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #082511

#082511
(8,37,17)
#1E3826
(30,56,38)
#344B3B
(52,75,59)
#4A5E50
(74,94,80)
#607165
(96,113,101)
#76847A
(118,132,122)
#8C978F
(140,151,143)
#A2AAA4
(162,170,164)
#B8BDB9
(184,189,185)
#CED0CE
(206,208,206)
#E4E3E3
(228,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #082511; }

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

This text font color is #082511.


Background Color

.myBgColor { background-color: #082511; }

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

This div background color is #082511.


Border color

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

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

This div border color is #082511.


Opacity

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

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

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

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

This text has shadow with #082511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #082511 on black background.


Color preview on white background

This text has color #082511 on white background.



Black color preview on #082511 background

This text has black color on #082511 background.


White color preview on #082511 background

This text has white color on #082511 background.