COLOR #3C5A4C

HEX: #3C5A4C
RGB: (60,90,76)

Color info

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

RGB color model

#3C5A4C color RGB value is (60,90,76).

  • red value is 60;
  • green value is 90;
  • blue value is 76.
RGB:
(60,90,76)
(24%,35%,30%)

RGB channels and saturation

R 60 of 255 = 24%
G 90 of 255 = 35%
B 76 of 255 = 30%

60
90
76

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

Portions of RGB colors in percentages

R + G + B =
60 + 90 + 76 = 226 (100%)
R 60 of 226 ~ 26.55%
G 90 of 226 ~ 39.82%
B 76 of 226 ~ 33.63%

%26.55
%39.82
%33.63

CMYK color model

#3C5A4C color CMYK value is (33,0,16,65).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 64.71%
CMYK:
(33,0,16,65)
C33M0Y16K65 
(33%,0%,16%,65%)
(0.33/0.00/0.16/0.65)	

CMYK percentages

%33.33
%0
%15.56
%64.71

Codes

Color #3C5A4C in popluar color models

3C5A4C
RGB609076
HSL152°20.00%29.41%
HSB/HSV152°33.33%35.29%
CMYK33.33%0.00%15.56%
64.71%

Color #3C5A4C in popluar number systems.

HEX3C5A4C
Decimal609076
Binary11110010110101001100
Octal74132114

Shades and tints

Shades of #3C5A4C

#3C5A4C
(60,90,76)
#375246
(55,82,70)
#324A40
(50,74,64)
#2D423A
(45,66,58)
#283A34
(40,58,52)
#23322E
(35,50,46)
#1E2A28
(30,42,40)
#192222
(25,34,34)
#141A1C
(20,26,28)
#0F1216
(15,18,22)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #3C5A4C

#3C5A4C
(60,90,76)
#4D695C
(77,105,92)
#5E786C
(94,120,108)
#6F877C
(111,135,124)
#80968C
(128,150,140)
#91A59C
(145,165,156)
#A2B4AC
(162,180,172)
#B3C3BC
(179,195,188)
#C4D2CC
(196,210,204)
#D5E1DC
(213,225,220)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5A4C; }

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

This text font color is #3C5A4C.


Background Color

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

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

This div background color is #3C5A4C.


Border color

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

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

This div border color is #3C5A4C.


Opacity

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

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

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

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

This text has shadow with #3C5A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5A4C on black background.


Color preview on white background

This text has color #3C5A4C on white background.



Black color preview on #3C5A4C background

This text has black color on #3C5A4C background.


White color preview on #3C5A4C background

This text has white color on #3C5A4C background.