COLOR #3C5017

HEX: #3C5017 RGB: (60,80,23)

Color info

#3C5017 contains red, green and blue colors in about the same proportion. Web safe color of #3C5017 is #336600 (or #360).

RGB color model

#3C5017 color RGB value is (60,80,23).

RGB: (60,80,23) (24%, 31%, 9%)

RGB channels and saturation

R 60 of 255 = 24%
G 80 of 255 = 31%
B 23 of 255 = 9%

60
80
23

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

Portions of RGB colors in percentages

R + G + B = 60 + 80 + 23 = 163 (100%)
R 60 of 163 ~ 36.81%
G 80 of 163 ~ 49.08%
B 23 of 163 ~ 14.11'%

%36.81
%49.08
%14.11

CMYK color model

#3C5017 color CMYK value is (25,0,71,69).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 71.25%
  • key color value is 68.63%

CMYK: (25,0,71,69)
C25M0Y71K69 (25%, 0%, 71%, 69%)
(0.25 / 0.00 / 0.71 / 0.69)

CMYK percentages

%25
%0
%71.25
%68.63

Codes

Color #3C5017 in popluar color models

3C 50 17
RGB 60 80 23
HSL 81° 55.34% 20.20%
HSB/HSV 81° 71.25% 31.37%
CMYK 25.00% 0.00% 71.25%
68.63%

Color #3C5017 in popluar number systems.

HEX 3C 50 17
Decimal 60 80 23
Binary 111100 1010000 10111
Octal 74 120 27

Shades and tints

Shades of #3C5017

#3C5017
(60,80,23)
#374915
(55,73,21)
#324213
(50,66,19)
#2D3B11
(45,59,17)
#28340F
(40,52,15)
#232D0D
(35,45,13)
#1E260B
(30,38,11)
#191F09
(25,31,9)
#141807
(20,24,7)
#0F1105
(15,17,5)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #3C5017

#3C5017
(60,80,23)
#4D5F2C
(77,95,44)
#5E6E41
(94,110,65)
#6F7D56
(111,125,86)
#808C6B
(128,140,107)
#919B80
(145,155,128)
#A2AA95
(162,170,149)
#B3B9AA
(179,185,170)
#C4C8BF
(196,200,191)
#D5D7D4
(213,215,212)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5017; }

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

This text font color is #3C5017.

Background Color

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

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

This div background color is #3C5017.

Border color

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

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

This div border color is #3C5017.

Opacity

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

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

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

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

This text has shadow with #3C5017 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5017.

Preview

Color preview on black background

This text has color #3C5017 on black background.


Color preview on white background

This text has color #3C5017 on white background.


Black color preview on #3C5017 background

This text has black color on #3C5017 background.


White color preview on #3C5017 background

This text has white color on #3C5017 background.


Related colors

Complementary color

Complementary color for #hex is #C3AFE8.


I love getcolorcode.com

Triadic colors

1 #173C50 and #50173C with #3C5017 are triadic colors.

2 #17503C and #503C17 with #3C5017 are triadic colors.