COLOR #3C5C4C

HEX: #3C5C4C RGB: (60,92,76)

Color info

#3C5C4C contains red, green and blue colors in about the same proportion. Web safe color of #3C5C4C is #336633 (or #363).

RGB color model

#3C5C4C color RGB value is (60,92,76).

RGB: (60,92,76) (24%, 36%, 30%)

RGB channels and saturation

R 60 of 255 = 24%
G 92 of 255 = 36%
B 76 of 255 = 30%

60
92
76

R + G + B ~ 30%. #3C5C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 92 + 76 = 228 (100%)
R 60 of 228 ~ 26.32%
G 92 of 228 ~ 40.35%
B 76 of 228 ~ 33.33'%

%26.32
%40.35
%33.33

CMYK color model

#3C5C4C color CMYK value is (35,0,17,64).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 63.92%

CMYK: (35,0,17,64)
C35M0Y17K64 (35%, 0%, 17%, 64%)
(0.35 / 0.00 / 0.17 / 0.64)

CMYK percentages

%34.78
%0
%17.39
%63.92

Codes

Color #3C5C4C in popluar color models

3C 5C 4C
RGB 60 92 76
HSL 150° 21.05% 29.80%
HSB/HSV 150° 34.78% 36.08%
CMYK 34.78% 0.00% 17.39%
63.92%

Color #3C5C4C in popluar number systems.

HEX 3C 5C 4C
Decimal 60 92 76
Binary 111100 1011100 1001100
Octal 74 134 114

Shades and tints

Shades of #3C5C4C

#3C5C4C
(60,92,76)
#375446
(55,84,70)
#324C40
(50,76,64)
#2D443A
(45,68,58)
#283C34
(40,60,52)
#23342E
(35,52,46)
#1E2C28
(30,44,40)
#192422
(25,36,34)
#141C1C
(20,28,28)
#0F1416
(15,20,22)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #3C5C4C

#3C5C4C
(60,92,76)
#4D6A5C
(77,106,92)
#5E786C
(94,120,108)
#6F867C
(111,134,124)
#80948C
(128,148,140)
#91A29C
(145,162,156)
#A2B0AC
(162,176,172)
#B3BEBC
(179,190,188)
#C4CCCC
(196,204,204)
#D5DADC
(213,218,220)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5C4C color. Also use rgb(60,92,76) instead hex code.

Text Font Color

.myTextColor { color: #3C5C4C; }

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

This text font color is #3C5C4C.

Background Color

.myBgColor { background-color: #3C5C4C; }

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

This div background color is #3C5C4C.

Border color

.myBorderColor { border: 1px solid #3C5C4C; }

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

This div border color is #3C5C4C.

Opacity

.myOpacity80 { color: #3C5C4C; opacity: 0.8; }

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

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

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

This text has shadow with #3C5C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5C4C.

Preview

Color preview on black background

This text has color #3C5C4C on black background.


Color preview on white background

This text has color #3C5C4C on white background.


Black color preview on #3C5C4C background

This text has black color on #3C5C4C background.


White color preview on #3C5C4C background

This text has white color on #3C5C4C background.


Related colors

Complementary color

Complementary color for #hex is #C3A3B3.


I love getcolorcode.com

Triadic colors

1 #4C3C5C and #5C4C3C with #3C5C4C are triadic colors.

2 #4C5C3C and #5C3C4C with #3C5C4C are triadic colors.