COLOR #3C714D

HEX: #3C714D
RGB: (60,113,77)

Color info

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

RGB color model

#3C714D color RGB value is (60,113,77).

  • red value is 60;
  • green value is 113;
  • blue value is 77.
RGB:
(60,113,77)
(24%,44%,30%)

RGB channels and saturation

R 60 of 255 = 24%
G 113 of 255 = 44%
B 77 of 255 = 30%

60
113
77

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

Portions of RGB colors in percentages

R + G + B =
60 + 113 + 77 = 250 (100%)
R 60 of 250 ~ 24%
G 113 of 250 ~ 45.2%
B 77 of 250 ~ 30.8%

%24
%45.2
%30.8

CMYK color model

#3C714D color CMYK value is (47,0,32,56).

  • cyan value is 46.90%
  • magenta value is 0.00%
  • yellow value is 31.86%
  • key color value is 55.69%
CMYK:
(47,0,32,56)
C47M0Y32K56 
(47%,0%,32%,56%)
(0.47/0.00/0.32/0.56)	

CMYK percentages

%46.9
%0
%31.86
%55.69

Codes

Color #3C714D in popluar color models

3C714D
RGB6011377
HSL139°30.64%33.92%
HSB/HSV139°46.90%44.31%
CMYK46.90%0.00%31.86%
55.69%

Color #3C714D in popluar number systems.

HEX3C714D
Decimal6011377
Binary11110011100011001101
Octal74161115

Shades and tints

Shades of #3C714D

#3C714D
(60,113,77)
#376746
(55,103,70)
#325D3F
(50,93,63)
#2D5338
(45,83,56)
#284931
(40,73,49)
#233F2A
(35,63,42)
#1E3523
(30,53,35)
#192B1C
(25,43,28)
#142115
(20,33,21)
#0F170E
(15,23,14)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #3C714D

#3C714D
(60,113,77)
#4D7D5D
(77,125,93)
#5E896D
(94,137,109)
#6F957D
(111,149,125)
#80A18D
(128,161,141)
#91AD9D
(145,173,157)
#A2B9AD
(162,185,173)
#B3C5BD
(179,197,189)
#C4D1CD
(196,209,205)
#D5DDDD
(213,221,221)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C714D color. Also use rgb(60,113,77) instead hex code.

Text Font Color

.myTextColor { color: #3C714D; }

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

This text font color is #3C714D.


Background Color

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

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

This div background color is #3C714D.


Border color

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

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

This div border color is #3C714D.


Opacity

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

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

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

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

This text has shadow with #3C714D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C714D on black background.


Color preview on white background

This text has color #3C714D on white background.



Black color preview on #3C714D background

This text has black color on #3C714D background.


White color preview on #3C714D background

This text has white color on #3C714D background.