COLOR #005C3C

HEX: #005C3C
RGB: (0,92,60)

Color info

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

RGB color model

#005C3C color RGB value is (0,92,60).

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

RGB channels and saturation

R 0 of 255 = 0%
G 92 of 255 = 36%
B 60 of 255 = 24%

0
92
60

R + G + B ~ 20%. #005C3C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 92 + 60 = 152 (100%)
R 0 of 152 ~ 0%
G 92 of 152 ~ 60.53%
B 60 of 152 ~ 39.47%

%60.53
%39.47

CMYK color model

#005C3C color CMYK value is (100,0,35,64).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 63.92%
CMYK:
(100,0,35,64)
C100M0Y35K64 
(100%,0%,35%,64%)
(1.00/0.00/0.35/0.64)	

CMYK percentages

%100
%0
%34.78
%63.92

Codes

Color #005C3C in popluar color models

005C3C
RGB09260
HSL159°100.00%18.04%
HSB/HSV159°100.00%36.08%
CMYK100.00%0.00%34.78%
63.92%

Color #005C3C in popluar number systems.

HEX005C3C
Decimal09260
Binary01011100111100
Octal013474

Shades and tints

Shades of #005C3C

#005C3C
(0,92,60)
#005437
(0,84,55)
#004C32
(0,76,50)
#00442D
(0,68,45)
#003C28
(0,60,40)
#003423
(0,52,35)
#002C1E
(0,44,30)
#002419
(0,36,25)
#001C14
(0,28,20)
#00140F
(0,20,15)
#000C0A
(0,12,10)
#000000
(0,0,0)

Tints of #005C3C

#005C3C
(0,92,60)
#176A4D
(23,106,77)
#2E785E
(46,120,94)
#45866F
(69,134,111)
#5C9480
(92,148,128)
#73A291
(115,162,145)
#8AB0A2
(138,176,162)
#A1BEB3
(161,190,179)
#B8CCC4
(184,204,196)
#CFDAD5
(207,218,213)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005C3C; }

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

This text font color is #005C3C.


Background Color

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

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

This div background color is #005C3C.


Border color

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

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

This div border color is #005C3C.


Opacity

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

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

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

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

This text has shadow with #005C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005C3C on black background.


Color preview on white background

This text has color #005C3C on white background.



Black color preview on #005C3C background

This text has black color on #005C3C background.


White color preview on #005C3C background

This text has white color on #005C3C background.