COLOR #3C573D

HEX: #3C573D
RGB: (60,87,61)

Color info

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

RGB color model

#3C573D color RGB value is (60,87,61).

  • red value is 60;
  • green value is 87;
  • blue value is 61.
RGB:
(60,87,61)
(24%,34%,24%)

RGB channels and saturation

R 60 of 255 = 24%
G 87 of 255 = 34%
B 61 of 255 = 24%

60
87
61

R + G + B ~ 27%. #3C573D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 87 + 61 = 208 (100%)
R 60 of 208 ~ 28.85%
G 87 of 208 ~ 41.83%
B 61 of 208 ~ 29.33%

%28.85
%41.83
%29.33

CMYK color model

#3C573D color CMYK value is (31,0,30,66).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 29.89%
  • key color value is 65.88%
CMYK:
(31,0,30,66)
C31M0Y30K66 
(31%,0%,30%,66%)
(0.31/0.00/0.30/0.66)	

CMYK percentages

%31.03
%0
%29.89
%65.88

Codes

Color #3C573D in popluar color models

3C573D
RGB608761
HSL122°18.37%28.82%
HSB/HSV122°31.03%34.12%
CMYK31.03%0.00%29.89%
65.88%

Color #3C573D in popluar number systems.

HEX3C573D
Decimal608761
Binary1111001010111111101
Octal7412775

Shades and tints

Shades of #3C573D

#3C573D
(60,87,61)
#375038
(55,80,56)
#324933
(50,73,51)
#2D422E
(45,66,46)
#283B29
(40,59,41)
#233424
(35,52,36)
#1E2D1F
(30,45,31)
#19261A
(25,38,26)
#141F15
(20,31,21)
#0F1810
(15,24,16)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #3C573D

#3C573D
(60,87,61)
#4D664E
(77,102,78)
#5E755F
(94,117,95)
#6F8470
(111,132,112)
#809381
(128,147,129)
#91A292
(145,162,146)
#A2B1A3
(162,177,163)
#B3C0B4
(179,192,180)
#C4CFC5
(196,207,197)
#D5DED6
(213,222,214)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C573D; }

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

This text font color is #3C573D.


Background Color

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

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

This div background color is #3C573D.


Border color

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

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

This div border color is #3C573D.


Opacity

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

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

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

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

This text has shadow with #3C573D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C573D on black background.


Color preview on white background

This text has color #3C573D on white background.



Black color preview on #3C573D background

This text has black color on #3C573D background.


White color preview on #3C573D background

This text has white color on #3C573D background.