COLOR #3C7257

HEX: #3C7257 RGB: (60,114,87)

Color info

#3C7257 contains red, green and blue colors in about the same proportion. Web safe color of #3C7257 is #336666 (or #366).

RGB color model

#3C7257 color RGB value is (60,114,87).

RGB: (60,114,87) (24%, 45%, 34%)

RGB channels and saturation

R 60 of 255 = 24%
G 114 of 255 = 45%
B 87 of 255 = 34%

60
114
87

R + G + B ~ 34%. #3C7257 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 114 + 87 = 261 (100%)
R 60 of 261 ~ 22.99%
G 114 of 261 ~ 43.68%
B 87 of 261 ~ 33.33'%

%22.99
%43.68
%33.33

CMYK color model

#3C7257 color CMYK value is (47,0,24,55).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 55.29%
CMYK: (47,0,24,55) C47M0Y24K55 (47%,0%,24%,55%) (0.47/0.00/0.24/0.55) 

CMYK percentages

%47.37
%0
%23.68
%55.29

Codes

Color #3C7257 in popluar color models

3C 72 57
RGB 60 114 87
HSL 150° 31.03% 34.12%
HSB/HSV 150° 47.37% 44.71%
CMYK 47.37% 0.00% 23.68%
55.29%

Color #3C7257 in popluar number systems.

HEX 3C 72 57
Decimal 60 114 87
Binary 111100 1110010 1010111
Octal 74 162 127

Shades and tints

Shades of #3C7257

#3C7257
(60,114,87)
#376850
(55,104,80)
#325E49
(50,94,73)
#2D5442
(45,84,66)
#284A3B
(40,74,59)
#234034
(35,64,52)
#1E362D
(30,54,45)
#192C26
(25,44,38)
#14221F
(20,34,31)
#0F1818
(15,24,24)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #3C7257

#3C7257
(60,114,87)
#4D7E66
(77,126,102)
#5E8A75
(94,138,117)
#6F9684
(111,150,132)
#80A293
(128,162,147)
#91AEA2
(145,174,162)
#A2BAB1
(162,186,177)
#B3C6C0
(179,198,192)
#C4D2CF
(196,210,207)
#D5DEDE
(213,222,222)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7257 color. Also use rgb(60,114,87) instead hex code.

Text Font Color

.myTextColor { color: #3C7257; }

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

This text font color is #3C7257.

Background Color

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

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

This div background color is #3C7257.

Border color

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

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

This div border color is #3C7257.

Opacity

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

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

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

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

This text has shadow with #3C7257 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C7257.

Preview

Color preview on black background

This text has color #3C7257 on black background.


Color preview on white background

This text has color #3C7257 on white background.


Black color preview on #3C7257 background

This text has black color on #3C7257 background.


White color preview on #3C7257 background

This text has white color on #3C7257 background.


Related colors

Complementary color

Complementary color for #hex is #C38DA8.


I love getcolorcode.com

Triadic colors

1 #573C72 and #72573C with #3C7257 are triadic colors.

2 #57723C and #723C57 with #3C7257 are triadic colors.