COLOR #3C5941

HEX: #3C5941
RGB: (60,89,65)

Color info

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

RGB color model

#3C5941 color RGB value is (60,89,65).

  • red value is 60;
  • green value is 89;
  • blue value is 65.
RGB:
(60,89,65)
(24%,35%,25%)

RGB channels and saturation

R 60 of 255 = 24%
G 89 of 255 = 35%
B 65 of 255 = 25%

60
89
65

R + G + B ~ 28%. #3C5941 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 89 + 65 = 214 (100%)
R 60 of 214 ~ 28.04%
G 89 of 214 ~ 41.59%
B 65 of 214 ~ 30.37%

%28.04
%41.59
%30.37

CMYK color model

#3C5941 color CMYK value is (33,0,27,65).

  • cyan value is 32.58%
  • magenta value is 0.00%
  • yellow value is 26.97%
  • key color value is 65.10%
CMYK:
(33,0,27,65)
C33M0Y27K65 
(33%,0%,27%,65%)
(0.33/0.00/0.27/0.65)	

CMYK percentages

%32.58
%0
%26.97
%65.1

Codes

Color #3C5941 in popluar color models

3C5941
RGB608965
HSL130°19.46%29.22%
HSB/HSV130°32.58%34.90%
CMYK32.58%0.00%26.97%
65.10%

Color #3C5941 in popluar number systems.

HEX3C5941
Decimal608965
Binary11110010110011000001
Octal74131101

Shades and tints

Shades of #3C5941

#3C5941
(60,89,65)
#37513C
(55,81,60)
#324937
(50,73,55)
#2D4132
(45,65,50)
#28392D
(40,57,45)
#233128
(35,49,40)
#1E2923
(30,41,35)
#19211E
(25,33,30)
#141919
(20,25,25)
#0F1114
(15,17,20)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #3C5941

#3C5941
(60,89,65)
#4D6852
(77,104,82)
#5E7763
(94,119,99)
#6F8674
(111,134,116)
#809585
(128,149,133)
#91A496
(145,164,150)
#A2B3A7
(162,179,167)
#B3C2B8
(179,194,184)
#C4D1C9
(196,209,201)
#D5E0DA
(213,224,218)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5941 color. Also use rgb(60,89,65) instead hex code.

Text Font Color

.myTextColor { color: #3C5941; }

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

This text font color is #3C5941.


Background Color

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

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

This div background color is #3C5941.


Border color

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

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

This div border color is #3C5941.


Opacity

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

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

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

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

This text has shadow with #3C5941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5941 on black background.


Color preview on white background

This text has color #3C5941 on white background.



Black color preview on #3C5941 background

This text has black color on #3C5941 background.


White color preview on #3C5941 background

This text has white color on #3C5941 background.