COLOR #3C6F21

HEX: #3C6F21 RGB: (60,111,33)

Color info

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

RGB color model

#3C6F21 color RGB value is (60,111,33).

RGB: (60,111,33) (24%, 44%, 13%)

RGB channels and saturation

R 60 of 255 = 24%
G 111 of 255 = 44%
B 33 of 255 = 13%

60
111
33

R + G + B ~ 27%. #3C6F21 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 111 + 33 = 204 (100%)
R 60 of 204 ~ 29.41%
G 111 of 204 ~ 54.41%
B 33 of 204 ~ 16.18'%

%29.41
%54.41
%16.18

CMYK color model

#3C6F21 color CMYK value is (46,0,70,56).

  • cyan value is 45.95%
  • magenta value is 0.00%
  • yellow value is 70.27%
  • key color value is 56.47%

CMYK: (46,0,70,56)
C46M0Y70K56 (46%, 0%, 70%, 56%)
(0.46 / 0.00 / 0.70 / 0.56)

CMYK percentages

%45.95
%0
%70.27
%56.47

Codes

Color #3C6F21 in popluar color models

3C 6F 21
RGB 60 111 33
HSL 99° 54.17% 28.24%
HSB/HSV 99° 70.27% 43.53%
CMYK 45.95% 0.00% 70.27%
56.47%

Color #3C6F21 in popluar number systems.

HEX 3C 6F 21
Decimal 60 111 33
Binary 111100 1101111 100001
Octal 74 157 41

Shades and tints

Shades of #3C6F21

#3C6F21
(60,111,33)
#37651E
(55,101,30)
#325B1B
(50,91,27)
#2D5118
(45,81,24)
#284715
(40,71,21)
#233D12
(35,61,18)
#1E330F
(30,51,15)
#19290C
(25,41,12)
#141F09
(20,31,9)
#0F1506
(15,21,6)
#0A0B03
(10,11,3)
#000000
(0,0,0)

Tints of #3C6F21

#3C6F21
(60,111,33)
#4D7C35
(77,124,53)
#5E8949
(94,137,73)
#6F965D
(111,150,93)
#80A371
(128,163,113)
#91B085
(145,176,133)
#A2BD99
(162,189,153)
#B3CAAD
(179,202,173)
#C4D7C1
(196,215,193)
#D5E4D5
(213,228,213)
#E6F1E9
(230,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6F21; }

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

This text font color is #3C6F21.

Background Color

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

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

This div background color is #3C6F21.

Border color

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

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

This div border color is #3C6F21.

Opacity

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

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

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

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

This text has shadow with #3C6F21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6F21.

Preview

Color preview on black background

This text has color #3C6F21 on black background.


Color preview on white background

This text has color #3C6F21 on white background.


Black color preview on #3C6F21 background

This text has black color on #3C6F21 background.


White color preview on #3C6F21 background

This text has white color on #3C6F21 background.


Related colors

Complementary color

Complementary color for #hex is #C390DE.


I love getcolorcode.com

Triadic colors

1 #213C6F and #6F213C with #3C6F21 are triadic colors.

2 #216F3C and #6F3C21 with #3C6F21 are triadic colors.