COLOR #005528

HEX: #005528
RGB: (0,85,40)

Color info

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

RGB color model

#005528 color RGB value is (0,85,40).

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

RGB channels and saturation

R 0 of 255 = 0%
G 85 of 255 = 33%
B 40 of 255 = 16%

0
85
40

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

Portions of RGB colors in percentages

R + G + B =
0 + 85 + 40 = 125 (100%)
R 0 of 125 ~ 0%
G 85 of 125 ~ 68%
B 40 of 125 ~ 32%

%68
%32

CMYK color model

#005528 color CMYK value is (100,0,53,67).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 66.67%
CMYK:
(100,0,53,67)
C100M0Y53K67 
(100%,0%,53%,67%)
(1.00/0.00/0.53/0.67)	

CMYK percentages

%100
%0
%52.94
%66.67

Codes

Color #005528 in popluar color models

005528
RGB08540
HSL148°100.00%16.67%
HSB/HSV148°100.00%33.33%
CMYK100.00%0.00%52.94%
66.67%

Color #005528 in popluar number systems.

HEX005528
Decimal08540
Binary01010101101000
Octal012550

Shades and tints

Shades of #005528

#005528
(0,85,40)
#004E25
(0,78,37)
#004722
(0,71,34)
#00401F
(0,64,31)
#00391C
(0,57,28)
#003219
(0,50,25)
#002B16
(0,43,22)
#002413
(0,36,19)
#001D10
(0,29,16)
#00160D
(0,22,13)
#000F0A
(0,15,10)
#000000
(0,0,0)

Tints of #005528

#005528
(0,85,40)
#17643B
(23,100,59)
#2E734E
(46,115,78)
#458261
(69,130,97)
#5C9174
(92,145,116)
#73A087
(115,160,135)
#8AAF9A
(138,175,154)
#A1BEAD
(161,190,173)
#B8CDC0
(184,205,192)
#CFDCD3
(207,220,211)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005528; }

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

This text font color is #005528.


Background Color

.myBgColor { background-color: #005528; }

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

This div background color is #005528.


Border color

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

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

This div border color is #005528.


Opacity

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

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

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

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

This text has shadow with #005528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005528 on black background.


Color preview on white background

This text has color #005528 on white background.



Black color preview on #005528 background

This text has black color on #005528 background.


White color preview on #005528 background

This text has white color on #005528 background.