COLOR #055812

HEX: #055812 RGB: (5,88,18)

Color info

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

RGB color model

#055812 color RGB value is (5,88,18).

RGB: (5,88,18) (2%, 35%, 7%)

RGB channels and saturation

R 5 of 255 = 2%
G 88 of 255 = 35%
B 18 of 255 = 7%

5
88
18

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

Portions of RGB colors in percentages

R + G + B = 5 + 88 + 18 = 111 (100%)
R 5 of 111 ~ 4.5%
G 88 of 111 ~ 79.28%
B 18 of 111 ~ 16.22'%

%79.28
%16.22

CMYK color model

#055812 color CMYK value is (94,0,80,65).

  • cyan value is 94.32%
  • magenta value is 0.00%
  • yellow value is 79.55%
  • key color value is 65.49%
CMYK: (94,0,80,65) C94M0Y80K65 (94%,0%,80%,65%) (0.94/0.00/0.80/0.65) 

CMYK percentages

%94.32
%0
%79.55
%65.49

Codes

Color #055812 in popluar color models

05 58 12
RGB 5 88 18
HSL 129° 89.25% 18.24%
HSB/HSV 129° 94.32% 34.51%
CMYK 94.32% 0.00% 79.55%
65.49%

Color #055812 in popluar number systems.

HEX 05 58 12
Decimal 5 88 18
Binary 101 1011000 10010
Octal 5 130 22

Shades and tints

Shades of #055812

#055812
(5,88,18)
#055011
(5,80,17)
#054810
(5,72,16)
#05400F
(5,64,15)
#05380E
(5,56,14)
#05300D
(5,48,13)
#05280C
(5,40,12)
#05200B
(5,32,11)
#05180A
(5,24,10)
#051009
(5,16,9)
#050808
(5,8,8)
#000000
(0,0,0)

Tints of #055812

#055812
(5,88,18)
#1B6727
(27,103,39)
#31763C
(49,118,60)
#478551
(71,133,81)
#5D9466
(93,148,102)
#73A37B
(115,163,123)
#89B290
(137,178,144)
#9FC1A5
(159,193,165)
#B5D0BA
(181,208,186)
#CBDFCF
(203,223,207)
#E1EEE4
(225,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055812; }

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

This text font color is #055812.

Background Color

.myBgColor { background-color: #055812; }

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

This div background color is #055812.

Border color

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

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

This div border color is #055812.

Opacity

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

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

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

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

This text has shadow with #055812 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #055812.

Preview

Color preview on black background

This text has color #055812 on black background.


Color preview on white background

This text has color #055812 on white background.


Black color preview on #055812 background

This text has black color on #055812 background.


White color preview on #055812 background

This text has white color on #055812 background.


Related colors

Complementary color

Complementary color for #hex is #FAA7ED.


I love getcolorcode.com

Triadic colors

1 #120558 and #581205 with #055812 are triadic colors.

2 #125805 and #580512 with #055812 are triadic colors.