COLOR #055538

HEX: #055538
RGB: (5,85,56)

Color info

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

RGB color model

#055538 color RGB value is (5,85,56).

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

RGB channels and saturation

R 5 of 255 = 2%
G 85 of 255 = 33%
B 56 of 255 = 22%

5
85
56

R + G + B ~ 19%. #055538 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 85 + 56 = 146 (100%)
R 5 of 146 ~ 3.42%
G 85 of 146 ~ 58.22%
B 56 of 146 ~ 38.36%

%58.22
%38.36

CMYK color model

#055538 color CMYK value is (94,0,34,67).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(94,0,34,67)
C94M0Y34K67 
(94%,0%,34%,67%)
(0.94/0.00/0.34/0.67)	

CMYK percentages

%94.12
%0
%34.12
%66.67

Codes

Color #055538 in popluar color models

055538
RGB58556
HSL158°88.89%17.65%
HSB/HSV158°94.12%33.33%
CMYK94.12%0.00%34.12%
66.67%

Color #055538 in popluar number systems.

HEX055538
Decimal58556
Binary1011010101111000
Octal512570

Shades and tints

Shades of #055538

#055538
(5,85,56)
#054E33
(5,78,51)
#05472E
(5,71,46)
#054029
(5,64,41)
#053924
(5,57,36)
#05321F
(5,50,31)
#052B1A
(5,43,26)
#052415
(5,36,21)
#051D10
(5,29,16)
#05160B
(5,22,11)
#050F06
(5,15,6)
#000000
(0,0,0)

Tints of #055538

#055538
(5,85,56)
#1B644A
(27,100,74)
#31735C
(49,115,92)
#47826E
(71,130,110)
#5D9180
(93,145,128)
#73A092
(115,160,146)
#89AFA4
(137,175,164)
#9FBEB6
(159,190,182)
#B5CDC8
(181,205,200)
#CBDCDA
(203,220,218)
#E1EBEC
(225,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055538; }

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

This text font color is #055538.


Background Color

.myBgColor { background-color: #055538; }

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

This div background color is #055538.


Border color

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

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

This div border color is #055538.


Opacity

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

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

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

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

This text has shadow with #055538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055538 on black background.


Color preview on white background

This text has color #055538 on white background.



Black color preview on #055538 background

This text has black color on #055538 background.


White color preview on #055538 background

This text has white color on #055538 background.