COLOR #005525

HEX: #005525
RGB: (0,85,37)

Color info

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

RGB color model

#005525 color RGB value is (0,85,37).

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

RGB channels and saturation

R 0 of 255 = 0%
G 85 of 255 = 33%
B 37 of 255 = 15%

0
85
37

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

Portions of RGB colors in percentages

R + G + B =
0 + 85 + 37 = 122 (100%)
R 0 of 122 ~ 0%
G 85 of 122 ~ 69.67%
B 37 of 122 ~ 30.33%

%69.67
%30.33

CMYK color model

#005525 color CMYK value is (100,0,56,67).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(100,0,56,67)
C100M0Y56K67 
(100%,0%,56%,67%)
(1.00/0.00/0.56/0.67)	

CMYK percentages

%100
%0
%56.47
%66.67

Codes

Color #005525 in popluar color models

005525
RGB08537
HSL146°100.00%16.67%
HSB/HSV146°100.00%33.33%
CMYK100.00%0.00%56.47%
66.67%

Color #005525 in popluar number systems.

HEX005525
Decimal08537
Binary01010101100101
Octal012545

Shades and tints

Shades of #005525

#005525
(0,85,37)
#004E22
(0,78,34)
#00471F
(0,71,31)
#00401C
(0,64,28)
#003919
(0,57,25)
#003216
(0,50,22)
#002B13
(0,43,19)
#002410
(0,36,16)
#001D0D
(0,29,13)
#00160A
(0,22,10)
#000F07
(0,15,7)
#000000
(0,0,0)

Tints of #005525

#005525
(0,85,37)
#176438
(23,100,56)
#2E734B
(46,115,75)
#45825E
(69,130,94)
#5C9171
(92,145,113)
#73A084
(115,160,132)
#8AAF97
(138,175,151)
#A1BEAA
(161,190,170)
#B8CDBD
(184,205,189)
#CFDCD0
(207,220,208)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005525; }

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

This text font color is #005525.


Background Color

.myBgColor { background-color: #005525; }

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

This div background color is #005525.


Border color

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

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

This div border color is #005525.


Opacity

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

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

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

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

This text has shadow with #005525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005525 on black background.


Color preview on white background

This text has color #005525 on white background.



Black color preview on #005525 background

This text has black color on #005525 background.


White color preview on #005525 background

This text has white color on #005525 background.