COLOR #082724

HEX: #082724 RGB: (8,39,36)

Color info

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

RGB color model

#082724 color RGB value is (8,39,36).

RGB: (8,39,36) (3%, 15%, 14%)

RGB channels and saturation

R 8 of 255 = 3%
G 39 of 255 = 15%
B 36 of 255 = 14%

8
39
36

R + G + B ~ 11%. #082724 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 39 + 36 = 83 (100%)
R 8 of 83 ~ 9.64%
G 39 of 83 ~ 46.99%
B 36 of 83 ~ 43.37'%

%46.99
%43.37

CMYK color model

#082724 color CMYK value is (79,0,8,85).

  • cyan value is 79.49%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 84.71%

CMYK: (79,0,8,85)
C79M0Y8K85 (79%, 0%, 8%, 85%)
(0.79 / 0.00 / 0.08 / 0.85)

CMYK percentages

%79.49
%0
%7.69
%84.71

Codes

Color #082724 in popluar color models

08 27 24
RGB 8 39 36
HSL 174° 65.96% 9.22%
HSB/HSV 174° 79.49% 15.29%
CMYK 79.49% 0.00% 7.69%
84.71%

Color #082724 in popluar number systems.

HEX 08 27 24
Decimal 8 39 36
Binary 1000 100111 100100
Octal 10 47 44

Shades and tints

Shades of #082724

#082724
(8,39,36)
#082421
(8,36,33)
#08211E
(8,33,30)
#081E1B
(8,30,27)
#081B18
(8,27,24)
#081815
(8,24,21)
#081512
(8,21,18)
#08120F
(8,18,15)
#080F0C
(8,15,12)
#080C09
(8,12,9)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #082724

#082724
(8,39,36)
#1E3A37
(30,58,55)
#344D4A
(52,77,74)
#4A605D
(74,96,93)
#607370
(96,115,112)
#768683
(118,134,131)
#8C9996
(140,153,150)
#A2ACA9
(162,172,169)
#B8BFBC
(184,191,188)
#CED2CF
(206,210,207)
#E4E5E2
(228,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #082724; }

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

This text font color is #082724.

Background Color

.myBgColor { background-color: #082724; }

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

This div background color is #082724.

Border color

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

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

This div border color is #082724.

Opacity

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

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

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

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

This text has shadow with #082724 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #082724.

Preview

Color preview on black background

This text has color #082724 on black background.


Color preview on white background

This text has color #082724 on white background.


Black color preview on #082724 background

This text has black color on #082724 background.


White color preview on #082724 background

This text has white color on #082724 background.


Related colors

Complementary color

Complementary color for #hex is #F7D8DB.


I love getcolorcode.com

Triadic colors

1 #240827 and #272408 with #082724 are triadic colors.

2 #242708 and #270824 with #082724 are triadic colors.