COLOR #3C6521

HEX: #3C6521
RGB: (60,101,33)

Color info

#3C6521 contains mainly red and green colors. Web safe color of #3C6521 is #336633 (or #363).

RGB color model

#3C6521 color RGB value is (60,101,33).

  • red value is 60;
  • green value is 101;
  • blue value is 33.
RGB:
(60,101,33)
(24%,40%,13%)

RGB channels and saturation

R 60 of 255 = 24%
G 101 of 255 = 40%
B 33 of 255 = 13%

60
101
33

R + G + B ~ 26%. #3C6521 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 101 + 33 = 194 (100%)
R 60 of 194 ~ 30.93%
G 101 of 194 ~ 52.06%
B 33 of 194 ~ 17.01%

%30.93
%52.06
%17.01

CMYK color model

#3C6521 color CMYK value is (41,0,67,60).

  • cyan value is 40.59%
  • magenta value is 0.00%
  • yellow value is 67.33%
  • key color value is 60.39%
CMYK:
(41,0,67,60)
C41M0Y67K60 
(41%,0%,67%,60%)
(0.41/0.00/0.67/0.60)	

CMYK percentages

%40.59
%0
%67.33
%60.39

Codes

Color #3C6521 in popluar color models

3C6521
RGB6010133
HSL96°50.75%26.27%
HSB/HSV96°67.33%39.61%
CMYK40.59%0.00%67.33%
60.39%

Color #3C6521 in popluar number systems.

HEX3C6521
Decimal6010133
Binary1111001100101100001
Octal7414541

Shades and tints

Shades of #3C6521

#3C6521
(60,101,33)
#375C1E
(55,92,30)
#32531B
(50,83,27)
#2D4A18
(45,74,24)
#284115
(40,65,21)
#233812
(35,56,18)
#1E2F0F
(30,47,15)
#19260C
(25,38,12)
#141D09
(20,29,9)
#0F1406
(15,20,6)
#0A0B03
(10,11,3)
#000000
(0,0,0)

Tints of #3C6521

#3C6521
(60,101,33)
#4D7335
(77,115,53)
#5E8149
(94,129,73)
#6F8F5D
(111,143,93)
#809D71
(128,157,113)
#91AB85
(145,171,133)
#A2B999
(162,185,153)
#B3C7AD
(179,199,173)
#C4D5C1
(196,213,193)
#D5E3D5
(213,227,213)
#E6F1E9
(230,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6521 color. Also use rgb(60,101,33) instead hex code.

Text Font Color

.myTextColor { color: #3C6521; }

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

This text font color is #3C6521.


Background Color

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

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

This div background color is #3C6521.


Border color

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

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

This div border color is #3C6521.


Opacity

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

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

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

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

This text has shadow with #3C6521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6521 on black background.


Color preview on white background

This text has color #3C6521 on white background.



Black color preview on #3C6521 background

This text has black color on #3C6521 background.


White color preview on #3C6521 background

This text has white color on #3C6521 background.