COLOR #3C4718

HEX: #3C4718 RGB: (60,71,24)

Color info

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

RGB color model

#3C4718 color RGB value is (60,71,24).

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

RGB channels and saturation

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

60
71
24

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

Portions of RGB colors in percentages

R + G + B = 60 + 71 + 24 = 155 (100%)
R 60 of 155 ~ 38.71%
G 71 of 155 ~ 45.81%
B 24 of 155 ~ 15.48'%

%38.71
%45.81
%15.48

CMYK color model

#3C4718 color CMYK value is (15,0,66,72).

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

CMYK: (15,0,66,72)
C15M0Y66K72 (15%, 0%, 66%, 72%)
(0.15 / 0.00 / 0.66 / 0.72)

CMYK percentages

%15.49
%0
%66.2
%72.16

Codes

Color #3C4718 in popluar color models

3C 47 18
RGB 60 71 24
HSL 74° 49.47% 18.63%
HSB/HSV 74° 66.20% 27.84%
CMYK 15.49% 0.00% 66.20%
72.16%

Color #3C4718 in popluar number systems.

HEX 3C 47 18
Decimal 60 71 24
Binary 111100 1000111 11000
Octal 74 107 30

Shades and tints

Shades of #3C4718

#3C4718
(60,71,24)
#374116
(55,65,22)
#323B14
(50,59,20)
#2D3512
(45,53,18)
#282F10
(40,47,16)
#23290E
(35,41,14)
#1E230C
(30,35,12)
#191D0A
(25,29,10)
#141708
(20,23,8)
#0F1106
(15,17,6)
#0A0B04
(10,11,4)
#000000
(0,0,0)

Tints of #3C4718

#3C4718
(60,71,24)
#4D572D
(77,87,45)
#5E6742
(94,103,66)
#6F7757
(111,119,87)
#80876C
(128,135,108)
#919781
(145,151,129)
#A2A796
(162,167,150)
#B3B7AB
(179,183,171)
#C4C7C0
(196,199,192)
#D5D7D5
(213,215,213)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4718; }

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

This text font color is #3C4718.

Background Color

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

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

This div background color is #3C4718.

Border color

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

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

This div border color is #3C4718.

Opacity

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

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

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

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

This text has shadow with #3C4718 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4718.

Preview

Color preview on black background

This text has color #3C4718 on black background.


Color preview on white background

This text has color #3C4718 on white background.


Black color preview on #3C4718 background

This text has black color on #3C4718 background.


White color preview on #3C4718 background

This text has white color on #3C4718 background.


Related colors

Complementary color

Complementary color for #hex is #C3B8E7.


I love getcolorcode.com

Triadic colors

1 #183C47 and #47183C with #3C4718 are triadic colors.

2 #18473C and #473C18 with #3C4718 are triadic colors.