COLOR #3C775F

HEX: #3C775F
RGB: (60,119,95)

Color info

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

RGB color model

#3C775F color RGB value is (60,119,95).

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

RGB channels and saturation

R 60 of 255 = 24%
G 119 of 255 = 47%
B 95 of 255 = 37%

60
119
95

R + G + B ~ 36%. #3C775F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 119 + 95 = 274 (100%)
R 60 of 274 ~ 21.9%
G 119 of 274 ~ 43.43%
B 95 of 274 ~ 34.67%

%21.9
%43.43
%34.67

CMYK color model

#3C775F color CMYK value is (50,0,20,53).

  • cyan value is 49.58%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 53.33%
CMYK:
(50,0,20,53)
C50M0Y20K53 
(50%,0%,20%,53%)
(0.50/0.00/0.20/0.53)	

CMYK percentages

%49.58
%0
%20.17
%53.33

Codes

Color #3C775F in popluar color models

3C775F
RGB6011995
HSL156°32.96%35.10%
HSB/HSV156°49.58%46.67%
CMYK49.58%0.00%20.17%
53.33%

Color #3C775F in popluar number systems.

HEX3C775F
Decimal6011995
Binary11110011101111011111
Octal74167137

Shades and tints

Shades of #3C775F

#3C775F
(60,119,95)
#376D57
(55,109,87)
#32634F
(50,99,79)
#2D5947
(45,89,71)
#284F3F
(40,79,63)
#234537
(35,69,55)
#1E3B2F
(30,59,47)
#193127
(25,49,39)
#14271F
(20,39,31)
#0F1D17
(15,29,23)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #3C775F

#3C775F
(60,119,95)
#4D836D
(77,131,109)
#5E8F7B
(94,143,123)
#6F9B89
(111,155,137)
#80A797
(128,167,151)
#91B3A5
(145,179,165)
#A2BFB3
(162,191,179)
#B3CBC1
(179,203,193)
#C4D7CF
(196,215,207)
#D5E3DD
(213,227,221)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C775F; }

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

This text font color is #3C775F.


Background Color

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

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

This div background color is #3C775F.


Border color

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

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

This div border color is #3C775F.


Opacity

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

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

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

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

This text has shadow with #3C775F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C775F on black background.


Color preview on white background

This text has color #3C775F on white background.



Black color preview on #3C775F background

This text has black color on #3C775F background.


White color preview on #3C775F background

This text has white color on #3C775F background.