COLOR #3C493E

HEX: #3C493E RGB: (60,73,62)

Color info

#3C493E contains red, green and blue colors in about the same proportion. Web safe color of #3C493E is #333333 (or #333).

RGB color model

#3C493E color RGB value is (60,73,62).

RGB: (60,73,62) (24%, 29%, 24%)

RGB channels and saturation

R 60 of 255 = 24%
G 73 of 255 = 29%
B 62 of 255 = 24%

60
73
62

R + G + B ~ 26%. #3C493E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 73 + 62 = 195 (100%)
R 60 of 195 ~ 30.77%
G 73 of 195 ~ 37.44%
B 62 of 195 ~ 31.79'%

%30.77
%37.44
%31.79

CMYK color model

#3C493E color CMYK value is (18,0,15,71).

  • cyan value is 17.81%
  • magenta value is 0.00%
  • yellow value is 15.07%
  • key color value is 71.37%
CMYK: (18,0,15,71) C18M0Y15K71 (18%,0%,15%,71%) (0.18/0.00/0.15/0.71) 

CMYK percentages

%17.81
%0
%15.07
%71.37

Codes

Color #3C493E in popluar color models

3C 49 3E
RGB 60 73 62
HSL 129° 9.77% 26.08%
HSB/HSV 129° 17.81% 28.63%
CMYK 17.81% 0.00% 15.07%
71.37%

Color #3C493E in popluar number systems.

HEX 3C 49 3E
Decimal 60 73 62
Binary 111100 1001001 111110
Octal 74 111 76

Shades and tints

Shades of #3C493E

#3C493E
(60,73,62)
#374339
(55,67,57)
#323D34
(50,61,52)
#2D372F
(45,55,47)
#28312A
(40,49,42)
#232B25
(35,43,37)
#1E2520
(30,37,32)
#191F1B
(25,31,27)
#141916
(20,25,22)
#0F1311
(15,19,17)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #3C493E

#3C493E
(60,73,62)
#4D594F
(77,89,79)
#5E6960
(94,105,96)
#6F7971
(111,121,113)
#808982
(128,137,130)
#919993
(145,153,147)
#A2A9A4
(162,169,164)
#B3B9B5
(179,185,181)
#C4C9C6
(196,201,198)
#D5D9D7
(213,217,215)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C493E; }

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

This text font color is #3C493E.

Background Color

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

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

This div background color is #3C493E.

Border color

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

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

This div border color is #3C493E.

Opacity

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

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

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

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

This text has shadow with #3C493E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C493E.

Preview

Color preview on black background

This text has color #3C493E on black background.


Color preview on white background

This text has color #3C493E on white background.


Black color preview on #3C493E background

This text has black color on #3C493E background.


White color preview on #3C493E background

This text has white color on #3C493E background.


Related colors

Complementary color

Complementary color for #hex is #C3B6C1.


I love getcolorcode.com

Triadic colors

1 #3E3C49 and #493E3C with #3C493E are triadic colors.

2 #3E493C and #493C3E with #3C493E are triadic colors.