COLOR #3C4717

HEX: #3C4717 RGB: (60,71,23)

Color info

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

RGB color model

#3C4717 color RGB value is (60,71,23).

RGB: (60,71,23) (24%, 28%, 9%)

RGB channels and saturation

R 60 of 255 = 24%
G 71 of 255 = 28%
B 23 of 255 = 9%

60
71
23

R + G + B ~ 20%. #3C4717 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 71 + 23 = 154 (100%)
R 60 of 154 ~ 38.96%
G 71 of 154 ~ 46.1%
B 23 of 154 ~ 14.94'%

%38.96
%46.1
%14.94

CMYK color model

#3C4717 color CMYK value is (15,0,68,72).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 67.61%
  • key color value is 72.16%

CMYK: (15,0,68,72)
C15M0Y68K72 (15%, 0%, 68%, 72%)
(0.15 / 0.00 / 0.68 / 0.72)

CMYK percentages

%15.49
%0
%67.61
%72.16

Codes

Color #3C4717 in popluar color models

3C 47 17
RGB 60 71 23
HSL 74° 51.06% 18.43%
HSB/HSV 74° 67.61% 27.84%
CMYK 15.49% 0.00% 67.61%
72.16%

Color #3C4717 in popluar number systems.

HEX 3C 47 17
Decimal 60 71 23
Binary 111100 1000111 10111
Octal 74 107 27

Shades and tints

Shades of #3C4717

#3C4717
(60,71,23)
#374115
(55,65,21)
#323B13
(50,59,19)
#2D3511
(45,53,17)
#282F0F
(40,47,15)
#23290D
(35,41,13)
#1E230B
(30,35,11)
#191D09
(25,29,9)
#141707
(20,23,7)
#0F1105
(15,17,5)
#0A0B03
(10,11,3)
#000000
(0,0,0)

Tints of #3C4717

#3C4717
(60,71,23)
#4D572C
(77,87,44)
#5E6741
(94,103,65)
#6F7756
(111,119,86)
#80876B
(128,135,107)
#919780
(145,151,128)
#A2A795
(162,167,149)
#B3B7AA
(179,183,170)
#C4C7BF
(196,199,191)
#D5D7D4
(213,215,212)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4717; }

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

This text font color is #3C4717.

Background Color

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

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

This div background color is #3C4717.

Border color

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

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

This div border color is #3C4717.

Opacity

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

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

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

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

This text has shadow with #3C4717 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4717.

Preview

Color preview on black background

This text has color #3C4717 on black background.


Color preview on white background

This text has color #3C4717 on white background.


Black color preview on #3C4717 background

This text has black color on #3C4717 background.


White color preview on #3C4717 background

This text has white color on #3C4717 background.


Related colors

Complementary color

Complementary color for #hex is #C3B8E8.


I love getcolorcode.com

Triadic colors

1 #173C47 and #47173C with #3C4717 are triadic colors.

2 #17473C and #473C17 with #3C4717 are triadic colors.