COLOR #3C4700

HEX: #3C4700 RGB: (60,71,0)

Color info

#3C4700 contains only red and green colors. Web safe color of #3C4700 is #333300 (or #330).

RGB color model

#3C4700 color RGB value is (60,71,0).

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

RGB channels and saturation

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

60
71
0

R + G + B ~ 17%. #3C4700 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 71 + 0 = 131 (100%)
R 60 of 131 ~ 45.8%
G 71 of 131 ~ 54.2%
B 0 of 131 ~ 0'%

%45.8
%54.2

CMYK color model

#3C4700 color CMYK value is (15,0,100,72).

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

CMYK: (15,0,100,72)
C15M0Y100K72 (15%, 0%, 100%, 72%)
(0.15 / 0.00 / 1.00 / 0.72)

CMYK percentages

%15.49
%0
%100
%72.16

Codes

Color #3C4700 in popluar color models

3C 47 00
RGB 60 71 0
HSL 69° 100.00% 13.92%
HSB/HSV 69° 100.00% 27.84%
CMYK 15.49% 0.00% 100.00%
72.16%

Color #3C4700 in popluar number systems.

HEX 3C 47 00
Decimal 60 71 0
Binary 111100 1000111 0
Octal 74 107 0

Shades and tints

Shades of #3C4700

#3C4700
(60,71,0)
#374100
(55,65,0)
#323B00
(50,59,0)
#2D3500
(45,53,0)
#282F00
(40,47,0)
#232900
(35,41,0)
#1E2300
(30,35,0)
#191D00
(25,29,0)
#141700
(20,23,0)
#0F1100
(15,17,0)
#0A0B00
(10,11,0)
#000000
(0,0,0)

Tints of #3C4700

#3C4700
(60,71,0)
#4D5717
(77,87,23)
#5E672E
(94,103,46)
#6F7745
(111,119,69)
#80875C
(128,135,92)
#919773
(145,151,115)
#A2A78A
(162,167,138)
#B3B7A1
(179,183,161)
#C4C7B8
(196,199,184)
#D5D7CF
(213,215,207)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4700; }

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

This text font color is #3C4700.

Background Color

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

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

This div background color is #3C4700.

Border color

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

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

This div border color is #3C4700.

Opacity

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

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

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

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

This text has shadow with #3C4700 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4700.

Preview

Color preview on black background

This text has color #3C4700 on black background.


Color preview on white background

This text has color #3C4700 on white background.


Black color preview on #3C4700 background

This text has black color on #3C4700 background.


White color preview on #3C4700 background

This text has white color on #3C4700 background.


Related colors

Complementary color

Complementary color for #hex is #C3B8FF.


I love getcolorcode.com

Triadic colors

1 #003C47 and #47003C with #3C4700 are triadic colors.

2 #00473C and #473C00 with #3C4700 are triadic colors.