COLOR #005C43

HEX: #005C43
RGB: (0,92,67)

Color info

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

RGB color model

#005C43 color RGB value is (0,92,67).

  • red value is 0;
  • green value is 92;
  • blue value is 67.
RGB:
(0,92,67)
(0%,36%,26%)

RGB channels and saturation

R 0 of 255 = 0%
G 92 of 255 = 36%
B 67 of 255 = 26%

0
92
67

R + G + B ~ 21%. #005C43 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 92 + 67 = 159 (100%)
R 0 of 159 ~ 0%
G 92 of 159 ~ 57.86%
B 67 of 159 ~ 42.14%

%57.86
%42.14

CMYK color model

#005C43 color CMYK value is (100,0,27,64).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 63.92%
CMYK:
(100,0,27,64)
C100M0Y27K64 
(100%,0%,27%,64%)
(1.00/0.00/0.27/0.64)	

CMYK percentages

%100
%0
%27.17
%63.92

Codes

Color #005C43 in popluar color models

005C43
RGB09267
HSL164°100.00%18.04%
HSB/HSV164°100.00%36.08%
CMYK100.00%0.00%27.17%
63.92%

Color #005C43 in popluar number systems.

HEX005C43
Decimal09267
Binary010111001000011
Octal0134103

Shades and tints

Shades of #005C43

#005C43
(0,92,67)
#00543D
(0,84,61)
#004C37
(0,76,55)
#004431
(0,68,49)
#003C2B
(0,60,43)
#003425
(0,52,37)
#002C1F
(0,44,31)
#002419
(0,36,25)
#001C13
(0,28,19)
#00140D
(0,20,13)
#000C07
(0,12,7)
#000000
(0,0,0)

Tints of #005C43

#005C43
(0,92,67)
#176A54
(23,106,84)
#2E7865
(46,120,101)
#458676
(69,134,118)
#5C9487
(92,148,135)
#73A298
(115,162,152)
#8AB0A9
(138,176,169)
#A1BEBA
(161,190,186)
#B8CCCB
(184,204,203)
#CFDADC
(207,218,220)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005C43; }

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

This text font color is #005C43.


Background Color

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

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

This div background color is #005C43.


Border color

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

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

This div border color is #005C43.


Opacity

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

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

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

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

This text has shadow with #005C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005C43 on black background.


Color preview on white background

This text has color #005C43 on white background.



Black color preview on #005C43 background

This text has black color on #005C43 background.


White color preview on #005C43 background

This text has white color on #005C43 background.