COLOR #05552D

HEX: #05552D
RGB: (5,85,45)

Color info

#05552D contains mainly green and blue colors. Web safe color of #05552D is #006633 (or #063).

RGB color model

#05552D color RGB value is (5,85,45).

  • red value is 5;
  • green value is 85;
  • blue value is 45.
RGB:
(5,85,45)
(2%,33%,18%)

RGB channels and saturation

R 5 of 255 = 2%
G 85 of 255 = 33%
B 45 of 255 = 18%

5
85
45

R + G + B ~ 18%. #05552D is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 85 + 45 = 135 (100%)
R 5 of 135 ~ 3.7%
G 85 of 135 ~ 62.96%
B 45 of 135 ~ 33.33%

%62.96
%33.33

CMYK color model

#05552D color CMYK value is (94,0,47,67).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 66.67%
CMYK:
(94,0,47,67)
C94M0Y47K67 
(94%,0%,47%,67%)
(0.94/0.00/0.47/0.67)	

CMYK percentages

%94.12
%0
%47.06
%66.67

Codes

Color #05552D in popluar color models

05552D
RGB58545
HSL150°88.89%17.65%
HSB/HSV150°94.12%33.33%
CMYK94.12%0.00%47.06%
66.67%

Color #05552D in popluar number systems.

HEX05552D
Decimal58545
Binary1011010101101101
Octal512555

Shades and tints

Shades of #05552D

#05552D
(5,85,45)
#054E29
(5,78,41)
#054725
(5,71,37)
#054021
(5,64,33)
#05391D
(5,57,29)
#053219
(5,50,25)
#052B15
(5,43,21)
#052411
(5,36,17)
#051D0D
(5,29,13)
#051609
(5,22,9)
#050F05
(5,15,5)
#000000
(0,0,0)

Tints of #05552D

#05552D
(5,85,45)
#1B6440
(27,100,64)
#317353
(49,115,83)
#478266
(71,130,102)
#5D9179
(93,145,121)
#73A08C
(115,160,140)
#89AF9F
(137,175,159)
#9FBEB2
(159,190,178)
#B5CDC5
(181,205,197)
#CBDCD8
(203,220,216)
#E1EBEB
(225,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05552D color. Also use rgb(5,85,45) instead hex code.

Text Font Color

.myTextColor { color: #05552D; }

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

This text font color is #05552D.


Background Color

.myBgColor { background-color: #05552D; }

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

This div background color is #05552D.


Border color

.myBorderColor { border: 1px solid #05552D; }

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

This div border color is #05552D.


Opacity

.myOpacity80 { color: #05552D; opacity: 0.8; }

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

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

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

This text has shadow with #05552D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05552D on black background.


Color preview on white background

This text has color #05552D on white background.



Black color preview on #05552D background

This text has black color on #05552D background.


White color preview on #05552D background

This text has white color on #05552D background.