COLOR #3C704E

HEX: #3C704E RGB: (60,112,78)

Color info

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

RGB color model

#3C704E color RGB value is (60,112,78).

RGB: (60,112,78) (24%, 44%, 31%)

RGB channels and saturation

R 60 of 255 = 24%
G 112 of 255 = 44%
B 78 of 255 = 31%

60
112
78

R + G + B ~ 33%. #3C704E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 112 + 78 = 250 (100%)
R 60 of 250 ~ 24%
G 112 of 250 ~ 44.8%
B 78 of 250 ~ 31.2'%

%24
%44.8
%31.2

CMYK color model

#3C704E color CMYK value is (46,0,30,56).

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • key color value is 56.08%

CMYK: (46,0,30,56)
C46M0Y30K56 (46%, 0%, 30%, 56%)
(0.46 / 0.00 / 0.30 / 0.56)

CMYK percentages

%46.43
%0
%30.36
%56.08

Codes

Color #3C704E in popluar color models

3C 70 4E
RGB 60 112 78
HSL 141° 30.23% 33.73%
HSB/HSV 141° 46.43% 43.92%
CMYK 46.43% 0.00% 30.36%
56.08%

Color #3C704E in popluar number systems.

HEX 3C 70 4E
Decimal 60 112 78
Binary 111100 1110000 1001110
Octal 74 160 116

Shades and tints

Shades of #3C704E

#3C704E
(60,112,78)
#376647
(55,102,71)
#325C40
(50,92,64)
#2D5239
(45,82,57)
#284832
(40,72,50)
#233E2B
(35,62,43)
#1E3424
(30,52,36)
#192A1D
(25,42,29)
#142016
(20,32,22)
#0F160F
(15,22,15)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #3C704E

#3C704E
(60,112,78)
#4D7D5E
(77,125,94)
#5E8A6E
(94,138,110)
#6F977E
(111,151,126)
#80A48E
(128,164,142)
#91B19E
(145,177,158)
#A2BEAE
(162,190,174)
#B3CBBE
(179,203,190)
#C4D8CE
(196,216,206)
#D5E5DE
(213,229,222)
#E6F2EE
(230,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C704E color. Also use rgb(60,112,78) instead hex code.

Text Font Color

.myTextColor { color: #3C704E; }

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

This text font color is #3C704E.

Background Color

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

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

This div background color is #3C704E.

Border color

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

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

This div border color is #3C704E.

Opacity

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

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

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

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

This text has shadow with #3C704E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C704E.

Preview

Color preview on black background

This text has color #3C704E on black background.


Color preview on white background

This text has color #3C704E on white background.


Black color preview on #3C704E background

This text has black color on #3C704E background.


White color preview on #3C704E background

This text has white color on #3C704E background.


Related colors

Complementary color

Complementary color for #hex is #C38FB1.


I love getcolorcode.com

Triadic colors

1 #4E3C70 and #704E3C with #3C704E are triadic colors.

2 #4E703C and #703C4E with #3C704E are triadic colors.