COLOR #3C653C

HEX: #3C653C
RGB: (60,101,60)

Color info

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

RGB color model

#3C653C color RGB value is (60,101,60).

  • red value is 60;
  • green value is 101;
  • blue value is 60.
RGB:
(60,101,60)
(24%,40%,24%)

RGB channels and saturation

R 60 of 255 = 24%
G 101 of 255 = 40%
B 60 of 255 = 24%

60
101
60

R + G + B ~ 29%. #3C653C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 101 + 60 = 221 (100%)
R 60 of 221 ~ 27.15%
G 101 of 221 ~ 45.7%
B 60 of 221 ~ 27.15%

%27.15
%45.7
%27.15

CMYK color model

#3C653C color CMYK value is (41,0,41,60).

  • cyan value is 40.59%
  • magenta value is 0.00%
  • yellow value is 40.59%
  • key color value is 60.39%
CMYK:
(41,0,41,60)
C41M0Y41K60 
(41%,0%,41%,60%)
(0.41/0.00/0.41/0.60)	

CMYK percentages

%40.59
%0
%40.59
%60.39

Codes

Color #3C653C in popluar color models

3C653C
RGB6010160
HSL120°25.47%31.57%
HSB/HSV120°40.59%39.61%
CMYK40.59%0.00%40.59%
60.39%

Color #3C653C in popluar number systems.

HEX3C653C
Decimal6010160
Binary1111001100101111100
Octal7414574

Shades and tints

Shades of #3C653C

#3C653C
(60,101,60)
#375C37
(55,92,55)
#325332
(50,83,50)
#2D4A2D
(45,74,45)
#284128
(40,65,40)
#233823
(35,56,35)
#1E2F1E
(30,47,30)
#192619
(25,38,25)
#141D14
(20,29,20)
#0F140F
(15,20,15)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #3C653C

#3C653C
(60,101,60)
#4D734D
(77,115,77)
#5E815E
(94,129,94)
#6F8F6F
(111,143,111)
#809D80
(128,157,128)
#91AB91
(145,171,145)
#A2B9A2
(162,185,162)
#B3C7B3
(179,199,179)
#C4D5C4
(196,213,196)
#D5E3D5
(213,227,213)
#E6F1E6
(230,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C653C; }

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

This text font color is #3C653C.


Background Color

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

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

This div background color is #3C653C.


Border color

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

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

This div border color is #3C653C.


Opacity

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

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

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

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

This text has shadow with #3C653C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C653C on black background.


Color preview on white background

This text has color #3C653C on white background.



Black color preview on #3C653C background

This text has black color on #3C653C background.


White color preview on #3C653C background

This text has white color on #3C653C background.