COLOR #3C6046

HEX: #3C6046 RGB: (60,96,70)

Color info

#3C6046 contains red, green and blue colors in about the same proportion. Web safe color of #3C6046 is #336633 (or #363).

RGB color model

#3C6046 color RGB value is (60,96,70).

RGB: (60,96,70) (24%, 38%, 27%)

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 70 of 255 = 27%

60
96
70

R + G + B ~ 30%. #3C6046 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 96 + 70 = 226 (100%)
R 60 of 226 ~ 26.55%
G 96 of 226 ~ 42.48%
B 70 of 226 ~ 30.97'%

%26.55
%42.48
%30.97

CMYK color model

#3C6046 color CMYK value is (38,0,27,62).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 62.35%

CMYK: (38,0,27,62)
C38M0Y27K62 (38%, 0%, 27%, 62%)
(0.38 / 0.00 / 0.27 / 0.62)

CMYK percentages

%37.5
%0
%27.08
%62.35

Codes

Color #3C6046 in popluar color models

3C 60 46
RGB 60 96 70
HSL 137° 23.08% 30.59%
HSB/HSV 137° 37.50% 37.65%
CMYK 37.50% 0.00% 27.08%
62.35%

Color #3C6046 in popluar number systems.

HEX 3C 60 46
Decimal 60 96 70
Binary 111100 1100000 1000110
Octal 74 140 106

Shades and tints

Shades of #3C6046

#3C6046
(60,96,70)
#375840
(55,88,64)
#32503A
(50,80,58)
#2D4834
(45,72,52)
#28402E
(40,64,46)
#233828
(35,56,40)
#1E3022
(30,48,34)
#19281C
(25,40,28)
#142016
(20,32,22)
#0F1810
(15,24,16)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #3C6046

#3C6046
(60,96,70)
#4D6E56
(77,110,86)
#5E7C66
(94,124,102)
#6F8A76
(111,138,118)
#809886
(128,152,134)
#91A696
(145,166,150)
#A2B4A6
(162,180,166)
#B3C2B6
(179,194,182)
#C4D0C6
(196,208,198)
#D5DED6
(213,222,214)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6046 color. Also use rgb(60,96,70) instead hex code.

Text Font Color

.myTextColor { color: #3C6046; }

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

This text font color is #3C6046.

Background Color

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

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

This div background color is #3C6046.

Border color

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

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

This div border color is #3C6046.

Opacity

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

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

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

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

This text has shadow with #3C6046 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6046.

Preview

Color preview on black background

This text has color #3C6046 on black background.


Color preview on white background

This text has color #3C6046 on white background.


Black color preview on #3C6046 background

This text has black color on #3C6046 background.


White color preview on #3C6046 background

This text has white color on #3C6046 background.


Related colors

Complementary color

Complementary color for #hex is #C39FB9.


I love getcolorcode.com

Triadic colors

1 #463C60 and #60463C with #3C6046 are triadic colors.

2 #46603C and #603C46 with #3C6046 are triadic colors.