COLOR #055837

HEX: #055837
RGB: (5,88,55)

Color info

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

RGB color model

#055837 color RGB value is (5,88,55).

  • red value is 5;
  • green value is 88;
  • blue value is 55.
RGB:
(5,88,55)
(2%,35%,22%)

RGB channels and saturation

R 5 of 255 = 2%
G 88 of 255 = 35%
B 55 of 255 = 22%

5
88
55

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

Portions of RGB colors in percentages

R + G + B =
5 + 88 + 55 = 148 (100%)
R 5 of 148 ~ 3.38%
G 88 of 148 ~ 59.46%
B 55 of 148 ~ 37.16%

%59.46
%37.16

CMYK color model

#055837 color CMYK value is (94,0,38,65).

  • cyan value is 94.32%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 65.49%
CMYK:
(94,0,38,65)
C94M0Y38K65 
(94%,0%,38%,65%)
(0.94/0.00/0.38/0.65)	

CMYK percentages

%94.32
%0
%37.5
%65.49

Codes

Color #055837 in popluar color models

055837
RGB58855
HSL156°89.25%18.24%
HSB/HSV156°94.32%34.51%
CMYK94.32%0.00%37.50%
65.49%

Color #055837 in popluar number systems.

HEX055837
Decimal58855
Binary1011011000110111
Octal513067

Shades and tints

Shades of #055837

#055837
(5,88,55)
#055032
(5,80,50)
#05482D
(5,72,45)
#054028
(5,64,40)
#053823
(5,56,35)
#05301E
(5,48,30)
#052819
(5,40,25)
#052014
(5,32,20)
#05180F
(5,24,15)
#05100A
(5,16,10)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #055837

#055837
(5,88,55)
#1B6749
(27,103,73)
#31765B
(49,118,91)
#47856D
(71,133,109)
#5D947F
(93,148,127)
#73A391
(115,163,145)
#89B2A3
(137,178,163)
#9FC1B5
(159,193,181)
#B5D0C7
(181,208,199)
#CBDFD9
(203,223,217)
#E1EEEB
(225,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055837 color. Also use rgb(5,88,55) instead hex code.

Text Font Color

.myTextColor { color: #055837; }

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

This text font color is #055837.


Background Color

.myBgColor { background-color: #055837; }

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

This div background color is #055837.


Border color

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

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

This div border color is #055837.


Opacity

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

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

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

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

This text has shadow with #055837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055837 on black background.


Color preview on white background

This text has color #055837 on white background.



Black color preview on #055837 background

This text has black color on #055837 background.


White color preview on #055837 background

This text has white color on #055837 background.