COLOR #3C6035

HEX: #3C6035
RGB: (60,96,53)

Color info

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

RGB color model

#3C6035 color RGB value is (60,96,53).

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

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 53 of 255 = 21%

60
96
53

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

Portions of RGB colors in percentages

R + G + B =
60 + 96 + 53 = 209 (100%)
R 60 of 209 ~ 28.71%
G 96 of 209 ~ 45.93%
B 53 of 209 ~ 25.36%

%28.71
%45.93
%25.36

CMYK color model

#3C6035 color CMYK value is (38,0,45,62).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 44.79%
  • key color value is 62.35%
CMYK:
(38,0,45,62)
C38M0Y45K62 
(38%,0%,45%,62%)
(0.38/0.00/0.45/0.62)	

CMYK percentages

%37.5
%0
%44.79
%62.35

Codes

Color #3C6035 in popluar color models

3C6035
RGB609653
HSL110°28.86%29.22%
HSB/HSV110°44.79%37.65%
CMYK37.50%0.00%44.79%
62.35%

Color #3C6035 in popluar number systems.

HEX3C6035
Decimal609653
Binary1111001100000110101
Octal7414065

Shades and tints

Shades of #3C6035

#3C6035
(60,96,53)
#375831
(55,88,49)
#32502D
(50,80,45)
#2D4829
(45,72,41)
#284025
(40,64,37)
#233821
(35,56,33)
#1E301D
(30,48,29)
#192819
(25,40,25)
#142015
(20,32,21)
#0F1811
(15,24,17)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #3C6035

#3C6035
(60,96,53)
#4D6E47
(77,110,71)
#5E7C59
(94,124,89)
#6F8A6B
(111,138,107)
#80987D
(128,152,125)
#91A68F
(145,166,143)
#A2B4A1
(162,180,161)
#B3C2B3
(179,194,179)
#C4D0C5
(196,208,197)
#D5DED7
(213,222,215)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6035; }

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

This text font color is #3C6035.


Background Color

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

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

This div background color is #3C6035.


Border color

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

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

This div border color is #3C6035.


Opacity

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

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

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

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

This text has shadow with #3C6035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6035 on black background.


Color preview on white background

This text has color #3C6035 on white background.



Black color preview on #3C6035 background

This text has black color on #3C6035 background.


White color preview on #3C6035 background

This text has white color on #3C6035 background.