COLOR #3C713B

HEX: #3C713B
RGB: (60,113,59)

Color info

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

RGB color model

#3C713B color RGB value is (60,113,59).

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

RGB channels and saturation

R 60 of 255 = 24%
G 113 of 255 = 44%
B 59 of 255 = 23%

60
113
59

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

Portions of RGB colors in percentages

R + G + B =
60 + 113 + 59 = 232 (100%)
R 60 of 232 ~ 25.86%
G 113 of 232 ~ 48.71%
B 59 of 232 ~ 25.43%

%25.86
%48.71
%25.43

CMYK color model

#3C713B color CMYK value is (47,0,48,56).

  • cyan value is 46.90%
  • magenta value is 0.00%
  • yellow value is 47.79%
  • key color value is 55.69%
CMYK:
(47,0,48,56)
C47M0Y48K56 
(47%,0%,48%,56%)
(0.47/0.00/0.48/0.56)	

CMYK percentages

%46.9
%0
%47.79
%55.69

Codes

Color #3C713B in popluar color models

3C713B
RGB6011359
HSL119°31.40%33.73%
HSB/HSV119°47.79%44.31%
CMYK46.90%0.00%47.79%
55.69%

Color #3C713B in popluar number systems.

HEX3C713B
Decimal6011359
Binary1111001110001111011
Octal7416173

Shades and tints

Shades of #3C713B

#3C713B
(60,113,59)
#376736
(55,103,54)
#325D31
(50,93,49)
#2D532C
(45,83,44)
#284927
(40,73,39)
#233F22
(35,63,34)
#1E351D
(30,53,29)
#192B18
(25,43,24)
#142113
(20,33,19)
#0F170E
(15,23,14)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #3C713B

#3C713B
(60,113,59)
#4D7D4C
(77,125,76)
#5E895D
(94,137,93)
#6F956E
(111,149,110)
#80A17F
(128,161,127)
#91AD90
(145,173,144)
#A2B9A1
(162,185,161)
#B3C5B2
(179,197,178)
#C4D1C3
(196,209,195)
#D5DDD4
(213,221,212)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C713B; }

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

This text font color is #3C713B.


Background Color

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

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

This div background color is #3C713B.


Border color

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

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

This div border color is #3C713B.


Opacity

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

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

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

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

This text has shadow with #3C713B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C713B on black background.


Color preview on white background

This text has color #3C713B on white background.



Black color preview on #3C713B background

This text has black color on #3C713B background.


White color preview on #3C713B background

This text has white color on #3C713B background.