COLOR #005C2E

HEX: #005C2E RGB: (0,92,46)

Color info

#005C2E contains only green and blue colors. Web safe color of #005C2E is #006633 (or #063).

RGB color model

#005C2E color RGB value is (0,92,46).

RGB: (0,92,46) (0%, 36%, 18%)

RGB channels and saturation

R 0 of 255 = 0%
G 92 of 255 = 36%
B 46 of 255 = 18%

0
92
46

R + G + B ~ 18%. #005C2E is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 92 + 46 = 138 (100%)
R 0 of 138 ~ 0%
G 92 of 138 ~ 66.67%
B 46 of 138 ~ 33.33'%

%66.67
%33.33

CMYK color model

#005C2E color CMYK value is (100,0,50,64).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 63.92%
CMYK: (100,0,50,64) C100M0Y50K64 (100%,0%,50%,64%) (1.00/0.00/0.50/0.64) 

CMYK percentages

%100
%0
%50
%63.92

Codes

Color #005C2E in popluar color models

00 5C 2E
RGB 0 92 46
HSL 150° 100.00% 18.04%
HSB/HSV 150° 100.00% 36.08%
CMYK 100.00% 0.00% 50.00%
63.92%

Color #005C2E in popluar number systems.

HEX 00 5C 2E
Decimal 0 92 46
Binary 0 1011100 101110
Octal 0 134 56

Shades and tints

Shades of #005C2E

#005C2E
(0,92,46)
#00542A
(0,84,42)
#004C26
(0,76,38)
#004422
(0,68,34)
#003C1E
(0,60,30)
#00341A
(0,52,26)
#002C16
(0,44,22)
#002412
(0,36,18)
#001C0E
(0,28,14)
#00140A
(0,20,10)
#000C06
(0,12,6)
#000000
(0,0,0)

Tints of #005C2E

#005C2E
(0,92,46)
#176A41
(23,106,65)
#2E7854
(46,120,84)
#458667
(69,134,103)
#5C947A
(92,148,122)
#73A28D
(115,162,141)
#8AB0A0
(138,176,160)
#A1BEB3
(161,190,179)
#B8CCC6
(184,204,198)
#CFDAD9
(207,218,217)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005C2E color. Also use rgb(0,92,46) instead hex code.

Text Font Color

.myTextColor { color: #005C2E; }

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

This text font color is #005C2E.

Background Color

.myBgColor { background-color: #005C2E; }

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

This div background color is #005C2E.

Border color

.myBorderColor { border: 1px solid #005C2E; }

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

This div border color is #005C2E.

Opacity

.myOpacity80 { color: #005C2E; opacity: 0.8; }

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

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

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

This text has shadow with #005C2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #005C2E.

Preview

Color preview on black background

This text has color #005C2E on black background.


Color preview on white background

This text has color #005C2E on white background.


Black color preview on #005C2E background

This text has black color on #005C2E background.


White color preview on #005C2E background

This text has white color on #005C2E background.


Related colors

Complementary color

Complementary color for #hex is #FFA3D1.


I love getcolorcode.com

Triadic colors

1 #2E005C and #5C2E00 with #005C2E are triadic colors.

2 #2E5C00 and #5C002E with #005C2E are triadic colors.