COLOR #5C493D

HEX: #5C493D
RGB: (92,73,61)

Color info

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

RGB color model

#5C493D color RGB value is (92,73,61).

  • red value is 92;
  • green value is 73;
  • blue value is 61.
RGB:
(92,73,61)
(36%,29%,24%)

RGB channels and saturation

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

92
73
61

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

Portions of RGB colors in percentages

R + G + B =
92 + 73 + 61 = 226 (100%)
R 92 of 226 ~ 40.71%
G 73 of 226 ~ 32.3%
B 61 of 226 ~ 26.99%

%40.71
%32.3
%26.99

CMYK color model

#5C493D color CMYK value is (0,21,34,64).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 33.70%
  • key color value is 63.92%
CMYK:
(0,21,34,64)
C0M21Y34K64 
(0%,21%,34%,64%)
(0.00/0.21/0.34/0.64)	

CMYK percentages

%0
%20.65
%33.7
%63.92

Codes

Color #5C493D in popluar color models

5C493D
RGB927361
HSL23°20.26%30.00%
HSB/HSV23°33.70%36.08%
CMYK0.00%20.65%33.70%
63.92%

Color #5C493D in popluar number systems.

HEX5C493D
Decimal927361
Binary10111001001001111101
Octal13411175

Shades and tints

Shades of #5C493D

#5C493D
(92,73,61)
#544338
(84,67,56)
#4C3D33
(76,61,51)
#44372E
(68,55,46)
#3C3129
(60,49,41)
#342B24
(52,43,36)
#2C251F
(44,37,31)
#241F1A
(36,31,26)
#1C1915
(28,25,21)
#141310
(20,19,16)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #5C493D

#5C493D
(92,73,61)
#6A594E
(106,89,78)
#78695F
(120,105,95)
#867970
(134,121,112)
#948981
(148,137,129)
#A29992
(162,153,146)
#B0A9A3
(176,169,163)
#BEB9B4
(190,185,180)
#CCC9C5
(204,201,197)
#DAD9D6
(218,217,214)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C493D; }

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

This text font color is #5C493D.


Background Color

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

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

This div background color is #5C493D.


Border color

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

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

This div border color is #5C493D.


Opacity

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

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

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

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

This text has shadow with #5C493D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C493D on black background.


Color preview on white background

This text has color #5C493D on white background.



Black color preview on #5C493D background

This text has black color on #5C493D background.


White color preview on #5C493D background

This text has white color on #5C493D background.