COLOR #3C4731

HEX: #3C4731
RGB: (60,71,49)

Color info

#3C4731 contains red, green and blue colors in about the same proportion. Web safe color of #3C4731 is #333333 (or #333).

RGB color model

#3C4731 color RGB value is (60,71,49).

  • red value is 60;
  • green value is 71;
  • blue value is 49.
RGB:
(60,71,49)
(24%,28%,19%)

RGB channels and saturation

R 60 of 255 = 24%
G 71 of 255 = 28%
B 49 of 255 = 19%

60
71
49

R + G + B ~ 24%. #3C4731 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 71 + 49 = 180 (100%)
R 60 of 180 ~ 33.33%
G 71 of 180 ~ 39.44%
B 49 of 180 ~ 27.22%

%33.33
%39.44
%27.22

CMYK color model

#3C4731 color CMYK value is (15,0,31,72).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 72.16%
CMYK:
(15,0,31,72)
C15M0Y31K72 
(15%,0%,31%,72%)
(0.15/0.00/0.31/0.72)	

CMYK percentages

%15.49
%0
%30.99
%72.16

Codes

Color #3C4731 in popluar color models

3C4731
RGB607149
HSL90°18.33%23.53%
HSB/HSV90°30.99%27.84%
CMYK15.49%0.00%30.99%
72.16%

Color #3C4731 in popluar number systems.

HEX3C4731
Decimal607149
Binary1111001000111110001
Octal7410761

Shades and tints

Shades of #3C4731

#3C4731
(60,71,49)
#37412D
(55,65,45)
#323B29
(50,59,41)
#2D3525
(45,53,37)
#282F21
(40,47,33)
#23291D
(35,41,29)
#1E2319
(30,35,25)
#191D15
(25,29,21)
#141711
(20,23,17)
#0F110D
(15,17,13)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #3C4731

#3C4731
(60,71,49)
#4D5743
(77,87,67)
#5E6755
(94,103,85)
#6F7767
(111,119,103)
#808779
(128,135,121)
#91978B
(145,151,139)
#A2A79D
(162,167,157)
#B3B7AF
(179,183,175)
#C4C7C1
(196,199,193)
#D5D7D3
(213,215,211)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4731 color. Also use rgb(60,71,49) instead hex code.

Text Font Color

.myTextColor { color: #3C4731; }

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

This text font color is #3C4731.


Background Color

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

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

This div background color is #3C4731.


Border color

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

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

This div border color is #3C4731.


Opacity

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

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

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

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

This text has shadow with #3C4731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4731 on black background.


Color preview on white background

This text has color #3C4731 on white background.



Black color preview on #3C4731 background

This text has black color on #3C4731 background.


White color preview on #3C4731 background

This text has white color on #3C4731 background.