COLOR #055818

HEX: #055818
RGB: (5,88,24)

Color info

#055818 contains mainly green color. Web safe color of #055818 is #006600 (or #060).

RGB color model

#055818 color RGB value is (5,88,24).

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

RGB channels and saturation

R 5 of 255 = 2%
G 88 of 255 = 35%
B 24 of 255 = 9%

5
88
24

R + G + B ~ 15%. #055818 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 88 + 24 = 117 (100%)
R 5 of 117 ~ 4.27%
G 88 of 117 ~ 75.21%
B 24 of 117 ~ 20.51%

%75.21
%20.51

CMYK color model

#055818 color CMYK value is (94,0,73,65).

  • cyan value is 94.32%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 65.49%
CMYK:
(94,0,73,65)
C94M0Y73K65 
(94%,0%,73%,65%)
(0.94/0.00/0.73/0.65)	

CMYK percentages

%94.32
%0
%72.73
%65.49

Codes

Color #055818 in popluar color models

055818
RGB58824
HSL134°89.25%18.24%
HSB/HSV134°94.32%34.51%
CMYK94.32%0.00%72.73%
65.49%

Color #055818 in popluar number systems.

HEX055818
Decimal58824
Binary101101100011000
Octal513030

Shades and tints

Shades of #055818

#055818
(5,88,24)
#055016
(5,80,22)
#054814
(5,72,20)
#054012
(5,64,18)
#053810
(5,56,16)
#05300E
(5,48,14)
#05280C
(5,40,12)
#05200A
(5,32,10)
#051808
(5,24,8)
#051006
(5,16,6)
#050804
(5,8,4)
#000000
(0,0,0)

Tints of #055818

#055818
(5,88,24)
#1B672D
(27,103,45)
#317642
(49,118,66)
#478557
(71,133,87)
#5D946C
(93,148,108)
#73A381
(115,163,129)
#89B296
(137,178,150)
#9FC1AB
(159,193,171)
#B5D0C0
(181,208,192)
#CBDFD5
(203,223,213)
#E1EEEA
(225,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055818; }

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

This text font color is #055818.


Background Color

.myBgColor { background-color: #055818; }

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

This div background color is #055818.


Border color

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

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

This div border color is #055818.


Opacity

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

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

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

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

This text has shadow with #055818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055818 on black background.


Color preview on white background

This text has color #055818 on white background.



Black color preview on #055818 background

This text has black color on #055818 background.


White color preview on #055818 background

This text has white color on #055818 background.