COLOR #3C5F4A

HEX: #3C5F4A
RGB: (60,95,74)

Color info

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

RGB color model

#3C5F4A color RGB value is (60,95,74).

  • red value is 60;
  • green value is 95;
  • blue value is 74.
RGB:
(60,95,74)
(24%,37%,29%)

RGB channels and saturation

R 60 of 255 = 24%
G 95 of 255 = 37%
B 74 of 255 = 29%

60
95
74

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

Portions of RGB colors in percentages

R + G + B =
60 + 95 + 74 = 229 (100%)
R 60 of 229 ~ 26.2%
G 95 of 229 ~ 41.48%
B 74 of 229 ~ 32.31%

%26.2
%41.48
%32.31

CMYK color model

#3C5F4A color CMYK value is (37,0,22,63).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 62.75%
CMYK:
(37,0,22,63)
C37M0Y22K63 
(37%,0%,22%,63%)
(0.37/0.00/0.22/0.63)	

CMYK percentages

%36.84
%0
%22.11
%62.75

Codes

Color #3C5F4A in popluar color models

3C5F4A
RGB609574
HSL144°22.58%30.39%
HSB/HSV144°36.84%37.25%
CMYK36.84%0.00%22.11%
62.75%

Color #3C5F4A in popluar number systems.

HEX3C5F4A
Decimal609574
Binary11110010111111001010
Octal74137112

Shades and tints

Shades of #3C5F4A

#3C5F4A
(60,95,74)
#375744
(55,87,68)
#324F3E
(50,79,62)
#2D4738
(45,71,56)
#283F32
(40,63,50)
#23372C
(35,55,44)
#1E2F26
(30,47,38)
#192720
(25,39,32)
#141F1A
(20,31,26)
#0F1714
(15,23,20)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #3C5F4A

#3C5F4A
(60,95,74)
#4D6D5A
(77,109,90)
#5E7B6A
(94,123,106)
#6F897A
(111,137,122)
#80978A
(128,151,138)
#91A59A
(145,165,154)
#A2B3AA
(162,179,170)
#B3C1BA
(179,193,186)
#C4CFCA
(196,207,202)
#D5DDDA
(213,221,218)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5F4A color. Also use rgb(60,95,74) instead hex code.

Text Font Color

.myTextColor { color: #3C5F4A; }

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

This text font color is #3C5F4A.


Background Color

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

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

This div background color is #3C5F4A.


Border color

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

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

This div border color is #3C5F4A.


Opacity

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

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

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

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

This text has shadow with #3C5F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5F4A on black background.


Color preview on white background

This text has color #3C5F4A on white background.



Black color preview on #3C5F4A background

This text has black color on #3C5F4A background.


White color preview on #3C5F4A background

This text has white color on #3C5F4A background.