COLOR #083324

HEX: #083324 RGB: (8,51,36)

Color info

#083324 contains red, green and blue colors in about the same proportion. Web safe color of #083324 is #003333 (or #033).

RGB color model

#083324 color RGB value is (8,51,36).

RGB: (8,51,36) (3%, 20%, 14%)

RGB channels and saturation

R 8 of 255 = 3%
G 51 of 255 = 20%
B 36 of 255 = 14%

8
51
36

R + G + B ~ 12%. #083324 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 51 + 36 = 95 (100%)
R 8 of 95 ~ 8.42%
G 51 of 95 ~ 53.68%
B 36 of 95 ~ 37.89'%

%53.68
%37.89

CMYK color model

#083324 color CMYK value is (84,0,29,80).

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

CMYK: (84,0,29,80)
C84M0Y29K80 (84%, 0%, 29%, 80%)
(0.84 / 0.00 / 0.29 / 0.80)

CMYK percentages

%84.31
%0
%29.41
%80

Codes

Color #083324 in popluar color models

08 33 24
RGB 8 51 36
HSL 159° 72.88% 11.57%
HSB/HSV 159° 84.31% 20.00%
CMYK 84.31% 0.00% 29.41%
80.00%

Color #083324 in popluar number systems.

HEX 08 33 24
Decimal 8 51 36
Binary 1000 110011 100100
Octal 10 63 44

Shades and tints

Shades of #083324

#083324
(8,51,36)
#082F21
(8,47,33)
#082B1E
(8,43,30)
#08271B
(8,39,27)
#082318
(8,35,24)
#081F15
(8,31,21)
#081B12
(8,27,18)
#08170F
(8,23,15)
#08130C
(8,19,12)
#080F09
(8,15,9)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #083324

#083324
(8,51,36)
#1E4537
(30,69,55)
#34574A
(52,87,74)
#4A695D
(74,105,93)
#607B70
(96,123,112)
#768D83
(118,141,131)
#8C9F96
(140,159,150)
#A2B1A9
(162,177,169)
#B8C3BC
(184,195,188)
#CED5CF
(206,213,207)
#E4E7E2
(228,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083324; }

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

This text font color is #083324.

Background Color

.myBgColor { background-color: #083324; }

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

This div background color is #083324.

Border color

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

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

This div border color is #083324.

Opacity

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

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

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

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

This text has shadow with #083324 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #083324.

Preview

Color preview on black background

This text has color #083324 on black background.


Color preview on white background

This text has color #083324 on white background.


Black color preview on #083324 background

This text has black color on #083324 background.


White color preview on #083324 background

This text has white color on #083324 background.


Related colors

Complementary color

Complementary color for #hex is #F7CCDB.


I love getcolorcode.com

Triadic colors

1 #240833 and #332408 with #083324 are triadic colors.

2 #243308 and #330824 with #083324 are triadic colors.