COLOR #055E34

HEX: #055E34
RGB: (5,94,52)

Color info

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

RGB color model

#055E34 color RGB value is (5,94,52).

  • red value is 5;
  • green value is 94;
  • blue value is 52.
RGB:
(5,94,52)
(2%,37%,20%)

RGB channels and saturation

R 5 of 255 = 2%
G 94 of 255 = 37%
B 52 of 255 = 20%

5
94
52

R + G + B ~ 20%. #055E34 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 94 + 52 = 151 (100%)
R 5 of 151 ~ 3.31%
G 94 of 151 ~ 62.25%
B 52 of 151 ~ 34.44%

%62.25
%34.44

CMYK color model

#055E34 color CMYK value is (95,0,45,63).

  • cyan value is 94.68%
  • magenta value is 0.00%
  • yellow value is 44.68%
  • key color value is 63.14%
CMYK:
(95,0,45,63)
C95M0Y45K63 
(95%,0%,45%,63%)
(0.95/0.00/0.45/0.63)	

CMYK percentages

%94.68
%0
%44.68
%63.14

Codes

Color #055E34 in popluar color models

055E34
RGB59452
HSL152°89.90%19.41%
HSB/HSV152°94.68%36.86%
CMYK94.68%0.00%44.68%
63.14%

Color #055E34 in popluar number systems.

HEX055E34
Decimal59452
Binary1011011110110100
Octal513664

Shades and tints

Shades of #055E34

#055E34
(5,94,52)
#055630
(5,86,48)
#054E2C
(5,78,44)
#054628
(5,70,40)
#053E24
(5,62,36)
#053620
(5,54,32)
#052E1C
(5,46,28)
#052618
(5,38,24)
#051E14
(5,30,20)
#051610
(5,22,16)
#050E0C
(5,14,12)
#000000
(0,0,0)

Tints of #055E34

#055E34
(5,94,52)
#1B6C46
(27,108,70)
#317A58
(49,122,88)
#47886A
(71,136,106)
#5D967C
(93,150,124)
#73A48E
(115,164,142)
#89B2A0
(137,178,160)
#9FC0B2
(159,192,178)
#B5CEC4
(181,206,196)
#CBDCD6
(203,220,214)
#E1EAE8
(225,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055E34 color. Also use rgb(5,94,52) instead hex code.

Text Font Color

.myTextColor { color: #055E34; }

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

This text font color is #055E34.


Background Color

.myBgColor { background-color: #055E34; }

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

This div background color is #055E34.


Border color

.myBorderColor { border: 1px solid #055E34; }

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

This div border color is #055E34.


Opacity

.myOpacity80 { color: #055E34; opacity: 0.8; }

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

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

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

This text has shadow with #055E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055E34 on black background.


Color preview on white background

This text has color #055E34 on white background.



Black color preview on #055E34 background

This text has black color on #055E34 background.


White color preview on #055E34 background

This text has white color on #055E34 background.