COLOR #083306

HEX: #083306 RGB: (8,51,6)

Color info

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

RGB color model

#083306 color RGB value is (8,51,6).

RGB: (8,51,6) (3%, 20%, 2%)

RGB channels and saturation

R 8 of 255 = 3%
G 51 of 255 = 20%
B 6 of 255 = 2%

8
51
6

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

Portions of RGB colors in percentages

R + G + B = 8 + 51 + 6 = 65 (100%)
R 8 of 65 ~ 12.31%
G 51 of 65 ~ 78.46%
B 6 of 65 ~ 9.23'%

%12.31
%78.46

CMYK color model

#083306 color CMYK value is (84,0,88,80).

  • cyan value is 84.31%
  • magenta value is 0.00%
  • yellow value is 88.24%
  • key color value is 80.00%

CMYK: (84,0,88,80)
C84M0Y88K80 (84%, 0%, 88%, 80%)
(0.84 / 0.00 / 0.88 / 0.80)

CMYK percentages

%84.31
%0
%88.24
%80

Codes

Color #083306 in popluar color models

08 33 06
RGB 8 51 6
HSL 117° 78.95% 11.18%
HSB/HSV 117° 88.24% 20.00%
CMYK 84.31% 0.00% 88.24%
80.00%

Color #083306 in popluar number systems.

HEX 08 33 06
Decimal 8 51 6
Binary 1000 110011 110
Octal 10 63 6

Shades and tints

Shades of #083306

#083306
(8,51,6)
#082F06
(8,47,6)
#082B06
(8,43,6)
#082706
(8,39,6)
#082306
(8,35,6)
#081F06
(8,31,6)
#081B06
(8,27,6)
#081706
(8,23,6)
#081306
(8,19,6)
#080F06
(8,15,6)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #083306

#083306
(8,51,6)
#1E451C
(30,69,28)
#345732
(52,87,50)
#4A6948
(74,105,72)
#607B5E
(96,123,94)
#768D74
(118,141,116)
#8C9F8A
(140,159,138)
#A2B1A0
(162,177,160)
#B8C3B6
(184,195,182)
#CED5CC
(206,213,204)
#E4E7E2
(228,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083306; }

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

This text font color is #083306.

Background Color

.myBgColor { background-color: #083306; }

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

This div background color is #083306.

Border color

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

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

This div border color is #083306.

Opacity

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

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

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

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

This text has shadow with #083306 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #083306.

Preview

Color preview on black background

This text has color #083306 on black background.


Color preview on white background

This text has color #083306 on white background.


Black color preview on #083306 background

This text has black color on #083306 background.


White color preview on #083306 background

This text has white color on #083306 background.


Related colors

Complementary color

Complementary color for #hex is #F7CCF9.


I love getcolorcode.com

Triadic colors

1 #060833 and #330608 with #083306 are triadic colors.

2 #063308 and #330806 with #083306 are triadic colors.