COLOR #3C603B

HEX: #3C603B
RGB: (60,96,59)

Color info

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

RGB color model

#3C603B color RGB value is (60,96,59).

  • red value is 60;
  • green value is 96;
  • blue value is 59.
RGB:
(60,96,59)
(24%,38%,23%)

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 59 of 255 = 23%

60
96
59

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

Portions of RGB colors in percentages

R + G + B =
60 + 96 + 59 = 215 (100%)
R 60 of 215 ~ 27.91%
G 96 of 215 ~ 44.65%
B 59 of 215 ~ 27.44%

%27.91
%44.65
%27.44

CMYK color model

#3C603B color CMYK value is (38,0,39,62).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 38.54%
  • key color value is 62.35%
CMYK:
(38,0,39,62)
C38M0Y39K62 
(38%,0%,39%,62%)
(0.38/0.00/0.39/0.62)	

CMYK percentages

%37.5
%0
%38.54
%62.35

Codes

Color #3C603B in popluar color models

3C603B
RGB609659
HSL118°23.87%30.39%
HSB/HSV118°38.54%37.65%
CMYK37.50%0.00%38.54%
62.35%

Color #3C603B in popluar number systems.

HEX3C603B
Decimal609659
Binary1111001100000111011
Octal7414073

Shades and tints

Shades of #3C603B

#3C603B
(60,96,59)
#375836
(55,88,54)
#325031
(50,80,49)
#2D482C
(45,72,44)
#284027
(40,64,39)
#233822
(35,56,34)
#1E301D
(30,48,29)
#192818
(25,40,24)
#142013
(20,32,19)
#0F180E
(15,24,14)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #3C603B

#3C603B
(60,96,59)
#4D6E4C
(77,110,76)
#5E7C5D
(94,124,93)
#6F8A6E
(111,138,110)
#80987F
(128,152,127)
#91A690
(145,166,144)
#A2B4A1
(162,180,161)
#B3C2B2
(179,194,178)
#C4D0C3
(196,208,195)
#D5DED4
(213,222,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C603B; }

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

This text font color is #3C603B.


Background Color

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

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

This div background color is #3C603B.


Border color

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

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

This div border color is #3C603B.


Opacity

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

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

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

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

This text has shadow with #3C603B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C603B on black background.


Color preview on white background

This text has color #3C603B on white background.



Black color preview on #3C603B background

This text has black color on #3C603B background.


White color preview on #3C603B background

This text has white color on #3C603B background.