COLOR #084524

HEX: #084524 RGB: (8,69,36)

Color info

#084524 contains mainly green and blue colors. Web safe color of #084524 is #003333 (or #033).

RGB color model

#084524 color RGB value is (8,69,36).

RGB: (8,69,36) (3%, 27%, 14%)

RGB channels and saturation

R 8 of 255 = 3%
G 69 of 255 = 27%
B 36 of 255 = 14%

8
69
36

R + G + B ~ 15%. #084524 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 69 + 36 = 113 (100%)
R 8 of 113 ~ 7.08%
G 69 of 113 ~ 61.06%
B 36 of 113 ~ 31.86'%

%61.06
%31.86

CMYK color model

#084524 color CMYK value is (88,0,48,73).

  • cyan value is 88.41%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 72.94%
CMYK: (88,0,48,73) C88M0Y48K73 (88%,0%,48%,73%) (0.88/0.00/0.48/0.73) 

CMYK percentages

%88.41
%0
%47.83
%72.94

Codes

Color #084524 in popluar color models

08 45 24
RGB 8 69 36
HSL 148° 79.22% 15.10%
HSB/HSV 148° 88.41% 27.06%
CMYK 88.41% 0.00% 47.83%
72.94%

Color #084524 in popluar number systems.

HEX 08 45 24
Decimal 8 69 36
Binary 1000 1000101 100100
Octal 10 105 44

Shades and tints

Shades of #084524

#084524
(8,69,36)
#083F21
(8,63,33)
#08391E
(8,57,30)
#08331B
(8,51,27)
#082D18
(8,45,24)
#082715
(8,39,21)
#082112
(8,33,18)
#081B0F
(8,27,15)
#08150C
(8,21,12)
#080F09
(8,15,9)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #084524

#084524
(8,69,36)
#1E5537
(30,85,55)
#34654A
(52,101,74)
#4A755D
(74,117,93)
#608570
(96,133,112)
#769583
(118,149,131)
#8CA596
(140,165,150)
#A2B5A9
(162,181,169)
#B8C5BC
(184,197,188)
#CED5CF
(206,213,207)
#E4E5E2
(228,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084524; }

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

This text font color is #084524.

Background Color

.myBgColor { background-color: #084524; }

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

This div background color is #084524.

Border color

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

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

This div border color is #084524.

Opacity

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

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

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

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

This text has shadow with #084524 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #084524.

Preview

Color preview on black background

This text has color #084524 on black background.


Color preview on white background

This text has color #084524 on white background.


Black color preview on #084524 background

This text has black color on #084524 background.


White color preview on #084524 background

This text has white color on #084524 background.


Related colors

Complementary color

Complementary color for #hex is #F7BADB.


I love getcolorcode.com

Triadic colors

1 #240845 and #452408 with #084524 are triadic colors.

2 #244508 and #450824 with #084524 are triadic colors.