COLOR #083311

HEX: #083311
RGB: (8,51,17)

Color info

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

RGB color model

#083311 color RGB value is (8,51,17).

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

RGB channels and saturation

R 8 of 255 = 3%
G 51 of 255 = 20%
B 17 of 255 = 7%

8
51
17

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

Portions of RGB colors in percentages

R + G + B =
8 + 51 + 17 = 76 (100%)
R 8 of 76 ~ 10.53%
G 51 of 76 ~ 67.11%
B 17 of 76 ~ 22.37%

%10.53
%67.11
%22.37

CMYK color model

#083311 color CMYK value is (84,0,67,80).

  • cyan value is 84.31%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 80.00%
CMYK:
(84,0,67,80)
C84M0Y67K80 
(84%,0%,67%,80%)
(0.84/0.00/0.67/0.80)	

CMYK percentages

%84.31
%0
%66.67
%80

Codes

Color #083311 in popluar color models

083311
RGB85117
HSL133°72.88%11.57%
HSB/HSV133°84.31%20.00%
CMYK84.31%0.00%66.67%
80.00%

Color #083311 in popluar number systems.

HEX083311
Decimal85117
Binary100011001110001
Octal106321

Shades and tints

Shades of #083311

#083311
(8,51,17)
#082F10
(8,47,16)
#082B0F
(8,43,15)
#08270E
(8,39,14)
#08230D
(8,35,13)
#081F0C
(8,31,12)
#081B0B
(8,27,11)
#08170A
(8,23,10)
#081309
(8,19,9)
#080F08
(8,15,8)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #083311

#083311
(8,51,17)
#1E4526
(30,69,38)
#34573B
(52,87,59)
#4A6950
(74,105,80)
#607B65
(96,123,101)
#768D7A
(118,141,122)
#8C9F8F
(140,159,143)
#A2B1A4
(162,177,164)
#B8C3B9
(184,195,185)
#CED5CE
(206,213,206)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083311; }

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

This text font color is #083311.


Background Color

.myBgColor { background-color: #083311; }

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

This div background color is #083311.


Border color

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

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

This div border color is #083311.


Opacity

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

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

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

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

This text has shadow with #083311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083311 on black background.


Color preview on white background

This text has color #083311 on white background.



Black color preview on #083311 background

This text has black color on #083311 background.


White color preview on #083311 background

This text has white color on #083311 background.