COLOR #3C5349

HEX: #3C5349
RGB: (60,83,73)

Color info

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

RGB color model

#3C5349 color RGB value is (60,83,73).

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

RGB channels and saturation

R 60 of 255 = 24%
G 83 of 255 = 33%
B 73 of 255 = 29%

60
83
73

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

Portions of RGB colors in percentages

R + G + B =
60 + 83 + 73 = 216 (100%)
R 60 of 216 ~ 27.78%
G 83 of 216 ~ 38.43%
B 73 of 216 ~ 33.8%

%27.78
%38.43
%33.8

CMYK color model

#3C5349 color CMYK value is (28,0,12,67).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 67.45%
CMYK:
(28,0,12,67)
C28M0Y12K67 
(28%,0%,12%,67%)
(0.28/0.00/0.12/0.67)	

CMYK percentages

%27.71
%0
%12.05
%67.45

Codes

Color #3C5349 in popluar color models

3C5349
RGB608373
HSL154°16.08%28.04%
HSB/HSV154°27.71%32.55%
CMYK27.71%0.00%12.05%
67.45%

Color #3C5349 in popluar number systems.

HEX3C5349
Decimal608373
Binary11110010100111001001
Octal74123111

Shades and tints

Shades of #3C5349

#3C5349
(60,83,73)
#374C43
(55,76,67)
#32453D
(50,69,61)
#2D3E37
(45,62,55)
#283731
(40,55,49)
#23302B
(35,48,43)
#1E2925
(30,41,37)
#19221F
(25,34,31)
#141B19
(20,27,25)
#0F1413
(15,20,19)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #3C5349

#3C5349
(60,83,73)
#4D6259
(77,98,89)
#5E7169
(94,113,105)
#6F8079
(111,128,121)
#808F89
(128,143,137)
#919E99
(145,158,153)
#A2ADA9
(162,173,169)
#B3BCB9
(179,188,185)
#C4CBC9
(196,203,201)
#D5DAD9
(213,218,217)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5349; }

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

This text font color is #3C5349.


Background Color

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

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

This div background color is #3C5349.


Border color

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

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

This div border color is #3C5349.


Opacity

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

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

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

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

This text has shadow with #3C5349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5349 on black background.


Color preview on white background

This text has color #3C5349 on white background.



Black color preview on #3C5349 background

This text has black color on #3C5349 background.


White color preview on #3C5349 background

This text has white color on #3C5349 background.