COLOR #5C493E

HEX: #5C493E RGB: (92,73,62)

Color info

#5C493E contains red, green and blue colors in about the same proportion. Web safe color of #5C493E is #663333 (or #633).

RGB color model

#5C493E color RGB value is (92,73,62).

RGB: (92,73,62) (36%, 29%, 24%)

RGB channels and saturation

R 92 of 255 = 36%
G 73 of 255 = 29%
B 62 of 255 = 24%

92
73
62

R + G + B ~ 30%. #5C493E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 73 + 62 = 227 (100%)
R 92 of 227 ~ 40.53%
G 73 of 227 ~ 32.16%
B 62 of 227 ~ 27.31'%

%40.53
%32.16
%27.31

CMYK color model

#5C493E color CMYK value is (0,21,33,64).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 32.61%
  • key color value is 63.92%
CMYK: (0,21,33,64) C0M21Y33K64 (0%,21%,33%,64%) (0.00/0.21/0.33/0.64) 

CMYK percentages

%0
%20.65
%32.61
%63.92

Codes

Color #5C493E in popluar color models

5C 49 3E
RGB 92 73 62
HSL 22° 19.48% 30.20%
HSB/HSV 22° 32.61% 36.08%
CMYK 0.00% 20.65% 32.61%
63.92%

Color #5C493E in popluar number systems.

HEX 5C 49 3E
Decimal 92 73 62
Binary 1011100 1001001 111110
Octal 134 111 76

Shades and tints

Shades of #5C493E

#5C493E
(92,73,62)
#544339
(84,67,57)
#4C3D34
(76,61,52)
#44372F
(68,55,47)
#3C312A
(60,49,42)
#342B25
(52,43,37)
#2C2520
(44,37,32)
#241F1B
(36,31,27)
#1C1916
(28,25,22)
#141311
(20,19,17)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #5C493E

#5C493E
(92,73,62)
#6A594F
(106,89,79)
#786960
(120,105,96)
#867971
(134,121,113)
#948982
(148,137,130)
#A29993
(162,153,147)
#B0A9A4
(176,169,164)
#BEB9B5
(190,185,181)
#CCC9C6
(204,201,198)
#DAD9D7
(218,217,215)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C493E; }

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

This text font color is #5C493E.

Background Color

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

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

This div background color is #5C493E.

Border color

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

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

This div border color is #5C493E.

Opacity

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

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

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

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

This text has shadow with #5C493E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C493E.

Preview

Color preview on black background

This text has color #5C493E on black background.


Color preview on white background

This text has color #5C493E on white background.


Black color preview on #5C493E background

This text has black color on #5C493E background.


White color preview on #5C493E background

This text has white color on #5C493E background.


Related colors

Complementary color

Complementary color for #hex is #A3B6C1.


I love getcolorcode.com

Triadic colors

1 #3E5C49 and #493E5C with #5C493E are triadic colors.

2 #3E495C and #495C3E with #5C493E are triadic colors.