COLOR #3C5249

HEX: #3C5249
RGB: (60,82,73)

Color info

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

RGB color model

#3C5249 color RGB value is (60,82,73).

  • red value is 60;
  • green value is 82;
  • blue value is 73.
RGB:
(60,82,73)
(24%,32%,29%)

RGB channels and saturation

R 60 of 255 = 24%
G 82 of 255 = 32%
B 73 of 255 = 29%

60
82
73

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

Portions of RGB colors in percentages

R + G + B =
60 + 82 + 73 = 215 (100%)
R 60 of 215 ~ 27.91%
G 82 of 215 ~ 38.14%
B 73 of 215 ~ 33.95%

%27.91
%38.14
%33.95

CMYK color model

#3C5249 color CMYK value is (27,0,11,68).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 67.84%
CMYK:
(27,0,11,68)
C27M0Y11K68 
(27%,0%,11%,68%)
(0.27/0.00/0.11/0.68)	

CMYK percentages

%26.83
%0
%10.98
%67.84

Codes

Color #3C5249 in popluar color models

3C5249
RGB608273
HSL155°15.49%27.84%
HSB/HSV155°26.83%32.16%
CMYK26.83%0.00%10.98%
67.84%

Color #3C5249 in popluar number systems.

HEX3C5249
Decimal608273
Binary11110010100101001001
Octal74122111

Shades and tints

Shades of #3C5249

#3C5249
(60,82,73)
#374B43
(55,75,67)
#32443D
(50,68,61)
#2D3D37
(45,61,55)
#283631
(40,54,49)
#232F2B
(35,47,43)
#1E2825
(30,40,37)
#19211F
(25,33,31)
#141A19
(20,26,25)
#0F1313
(15,19,19)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #3C5249

#3C5249
(60,82,73)
#4D6159
(77,97,89)
#5E7069
(94,112,105)
#6F7F79
(111,127,121)
#808E89
(128,142,137)
#919D99
(145,157,153)
#A2ACA9
(162,172,169)
#B3BBB9
(179,187,185)
#C4CAC9
(196,202,201)
#D5D9D9
(213,217,217)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5249; }

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

This text font color is #3C5249.


Background Color

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

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

This div background color is #3C5249.


Border color

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

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

This div border color is #3C5249.


Opacity

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

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

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

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

This text has shadow with #3C5249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5249 on black background.


Color preview on white background

This text has color #3C5249 on white background.



Black color preview on #3C5249 background

This text has black color on #3C5249 background.


White color preview on #3C5249 background

This text has white color on #3C5249 background.