COLOR #005531

HEX: #005531
RGB: (0,85,49)

Color info

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

RGB color model

#005531 color RGB value is (0,85,49).

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

RGB channels and saturation

R 0 of 255 = 0%
G 85 of 255 = 33%
B 49 of 255 = 19%

0
85
49

R + G + B ~ 17%. #005531 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 85 + 49 = 134 (100%)
R 0 of 134 ~ 0%
G 85 of 134 ~ 63.43%
B 49 of 134 ~ 36.57%

%63.43
%36.57

CMYK color model

#005531 color CMYK value is (100,0,42,67).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 42.35%
  • key color value is 66.67%
CMYK:
(100,0,42,67)
C100M0Y42K67 
(100%,0%,42%,67%)
(1.00/0.00/0.42/0.67)	

CMYK percentages

%100
%0
%42.35
%66.67

Codes

Color #005531 in popluar color models

005531
RGB08549
HSL155°100.00%16.67%
HSB/HSV155°100.00%33.33%
CMYK100.00%0.00%42.35%
66.67%

Color #005531 in popluar number systems.

HEX005531
Decimal08549
Binary01010101110001
Octal012561

Shades and tints

Shades of #005531

#005531
(0,85,49)
#004E2D
(0,78,45)
#004729
(0,71,41)
#004025
(0,64,37)
#003921
(0,57,33)
#00321D
(0,50,29)
#002B19
(0,43,25)
#002415
(0,36,21)
#001D11
(0,29,17)
#00160D
(0,22,13)
#000F09
(0,15,9)
#000000
(0,0,0)

Tints of #005531

#005531
(0,85,49)
#176443
(23,100,67)
#2E7355
(46,115,85)
#458267
(69,130,103)
#5C9179
(92,145,121)
#73A08B
(115,160,139)
#8AAF9D
(138,175,157)
#A1BEAF
(161,190,175)
#B8CDC1
(184,205,193)
#CFDCD3
(207,220,211)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005531; }

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

This text font color is #005531.


Background Color

.myBgColor { background-color: #005531; }

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

This div background color is #005531.


Border color

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

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

This div border color is #005531.


Opacity

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

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

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

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

This text has shadow with #005531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005531 on black background.


Color preview on white background

This text has color #005531 on white background.



Black color preview on #005531 background

This text has black color on #005531 background.


White color preview on #005531 background

This text has white color on #005531 background.