COLOR #005524

HEX: #005524
RGB: (0,85,36)

Color info

#005524 contains only green and blue colors. Web safe color of #005524 is #006633 (or #063).

RGB color model

#005524 color RGB value is (0,85,36).

  • red value is 0;
  • green value is 85;
  • blue value is 36.
RGB:
(0,85,36)
(0%,33%,14%)

RGB channels and saturation

R 0 of 255 = 0%
G 85 of 255 = 33%
B 36 of 255 = 14%

0
85
36

R + G + B ~ 16%. #005524 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 85 + 36 = 121 (100%)
R 0 of 121 ~ 0%
G 85 of 121 ~ 70.25%
B 36 of 121 ~ 29.75%

%70.25
%29.75

CMYK color model

#005524 color CMYK value is (100,0,58,67).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 57.65%
  • key color value is 66.67%
CMYK:
(100,0,58,67)
C100M0Y58K67 
(100%,0%,58%,67%)
(1.00/0.00/0.58/0.67)	

CMYK percentages

%100
%0
%57.65
%66.67

Codes

Color #005524 in popluar color models

005524
RGB08536
HSL145°100.00%16.67%
HSB/HSV145°100.00%33.33%
CMYK100.00%0.00%57.65%
66.67%

Color #005524 in popluar number systems.

HEX005524
Decimal08536
Binary01010101100100
Octal012544

Shades and tints

Shades of #005524

#005524
(0,85,36)
#004E21
(0,78,33)
#00471E
(0,71,30)
#00401B
(0,64,27)
#003918
(0,57,24)
#003215
(0,50,21)
#002B12
(0,43,18)
#00240F
(0,36,15)
#001D0C
(0,29,12)
#001609
(0,22,9)
#000F06
(0,15,6)
#000000
(0,0,0)

Tints of #005524

#005524
(0,85,36)
#176437
(23,100,55)
#2E734A
(46,115,74)
#45825D
(69,130,93)
#5C9170
(92,145,112)
#73A083
(115,160,131)
#8AAF96
(138,175,150)
#A1BEA9
(161,190,169)
#B8CDBC
(184,205,188)
#CFDCCF
(207,220,207)
#E6EBE2
(230,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005524 color. Also use rgb(0,85,36) instead hex code.

Text Font Color

.myTextColor { color: #005524; }

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

This text font color is #005524.


Background Color

.myBgColor { background-color: #005524; }

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

This div background color is #005524.


Border color

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

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

This div border color is #005524.


Opacity

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

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

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

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

This text has shadow with #005524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005524 on black background.


Color preview on white background

This text has color #005524 on white background.



Black color preview on #005524 background

This text has black color on #005524 background.


White color preview on #005524 background

This text has white color on #005524 background.