COLOR #3C4917

HEX: #3C4917
RGB: (60,73,23)

Color info

#3C4917 contains red, green and blue colors in about the same proportion. Web safe color of #3C4917 is #333300 (or #330).

RGB color model

#3C4917 color RGB value is (60,73,23).

  • red value is 60;
  • green value is 73;
  • blue value is 23.
RGB:
(60,73,23)
(24%,29%,9%)

RGB channels and saturation

R 60 of 255 = 24%
G 73 of 255 = 29%
B 23 of 255 = 9%

60
73
23

R + G + B ~ 21%. #3C4917 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 73 + 23 = 156 (100%)
R 60 of 156 ~ 38.46%
G 73 of 156 ~ 46.79%
B 23 of 156 ~ 14.74%

%38.46
%46.79
%14.74

CMYK color model

#3C4917 color CMYK value is (18,0,68,71).

  • cyan value is 17.81%
  • magenta value is 0.00%
  • yellow value is 68.49%
  • key color value is 71.37%
CMYK:
(18,0,68,71)
C18M0Y68K71 
(18%,0%,68%,71%)
(0.18/0.00/0.68/0.71)	

CMYK percentages

%17.81
%0
%68.49
%71.37

Codes

Color #3C4917 in popluar color models

3C4917
RGB607323
HSL76°52.08%18.82%
HSB/HSV76°68.49%28.63%
CMYK17.81%0.00%68.49%
71.37%

Color #3C4917 in popluar number systems.

HEX3C4917
Decimal607323
Binary111100100100110111
Octal7411127

Shades and tints

Shades of #3C4917

#3C4917
(60,73,23)
#374315
(55,67,21)
#323D13
(50,61,19)
#2D3711
(45,55,17)
#28310F
(40,49,15)
#232B0D
(35,43,13)
#1E250B
(30,37,11)
#191F09
(25,31,9)
#141907
(20,25,7)
#0F1305
(15,19,5)
#0A0D03
(10,13,3)
#000000
(0,0,0)

Tints of #3C4917

#3C4917
(60,73,23)
#4D592C
(77,89,44)
#5E6941
(94,105,65)
#6F7956
(111,121,86)
#80896B
(128,137,107)
#919980
(145,153,128)
#A2A995
(162,169,149)
#B3B9AA
(179,185,170)
#C4C9BF
(196,201,191)
#D5D9D4
(213,217,212)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4917 color. Also use rgb(60,73,23) instead hex code.

Text Font Color

.myTextColor { color: #3C4917; }

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

This text font color is #3C4917.


Background Color

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

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

This div background color is #3C4917.


Border color

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

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

This div border color is #3C4917.


Opacity

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

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

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

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

This text has shadow with #3C4917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4917 on black background.


Color preview on white background

This text has color #3C4917 on white background.



Black color preview on #3C4917 background

This text has black color on #3C4917 background.


White color preview on #3C4917 background

This text has white color on #3C4917 background.