COLOR #055C12

HEX: #055C12 RGB: (5,92,18)

Color info

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

RGB color model

#055C12 color RGB value is (5,92,18).

RGB: (5,92,18) (2%, 36%, 7%)

RGB channels and saturation

R 5 of 255 = 2%
G 92 of 255 = 36%
B 18 of 255 = 7%

5
92
18

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

Portions of RGB colors in percentages

R + G + B = 5 + 92 + 18 = 115 (100%)
R 5 of 115 ~ 4.35%
G 92 of 115 ~ 80%
B 18 of 115 ~ 15.65'%

%80
%15.65

CMYK color model

#055C12 color CMYK value is (95,0,80,64).

  • cyan value is 94.57%
  • magenta value is 0.00%
  • yellow value is 80.43%
  • key color value is 63.92%
CMYK: (95,0,80,64) C95M0Y80K64 (95%,0%,80%,64%) (0.95/0.00/0.80/0.64) 

CMYK percentages

%94.57
%0
%80.43
%63.92

Codes

Color #055C12 in popluar color models

05 5C 12
RGB 5 92 18
HSL 129° 89.69% 19.02%
HSB/HSV 129° 94.57% 36.08%
CMYK 94.57% 0.00% 80.43%
63.92%

Color #055C12 in popluar number systems.

HEX 05 5C 12
Decimal 5 92 18
Binary 101 1011100 10010
Octal 5 134 22

Shades and tints

Shades of #055C12

#055C12
(5,92,18)
#055411
(5,84,17)
#054C10
(5,76,16)
#05440F
(5,68,15)
#053C0E
(5,60,14)
#05340D
(5,52,13)
#052C0C
(5,44,12)
#05240B
(5,36,11)
#051C0A
(5,28,10)
#051409
(5,20,9)
#050C08
(5,12,8)
#000000
(0,0,0)

Tints of #055C12

#055C12
(5,92,18)
#1B6A27
(27,106,39)
#31783C
(49,120,60)
#478651
(71,134,81)
#5D9466
(93,148,102)
#73A27B
(115,162,123)
#89B090
(137,176,144)
#9FBEA5
(159,190,165)
#B5CCBA
(181,204,186)
#CBDACF
(203,218,207)
#E1E8E4
(225,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055C12; }

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

This text font color is #055C12.

Background Color

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

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

This div background color is #055C12.

Border color

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

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

This div border color is #055C12.

Opacity

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

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

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

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

This text has shadow with #055C12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #055C12.

Preview

Color preview on black background

This text has color #055C12 on black background.


Color preview on white background

This text has color #055C12 on white background.


Black color preview on #055C12 background

This text has black color on #055C12 background.


White color preview on #055C12 background

This text has white color on #055C12 background.


Related colors

Complementary color

Complementary color for #hex is #FAA3ED.


I love getcolorcode.com

Triadic colors

1 #12055C and #5C1205 with #055C12 are triadic colors.

2 #125C05 and #5C0512 with #055C12 are triadic colors.