COLOR #5C423B

HEX: #5C423B
RGB: (92,66,59)

Color info

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

RGB color model

#5C423B color RGB value is (92,66,59).

  • red value is 92;
  • green value is 66;
  • blue value is 59.
RGB:
(92,66,59)
(36%,26%,23%)

RGB channels and saturation

R 92 of 255 = 36%
G 66 of 255 = 26%
B 59 of 255 = 23%

92
66
59

R + G + B ~ 28%. #5C423B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 66 + 59 = 217 (100%)
R 92 of 217 ~ 42.4%
G 66 of 217 ~ 30.41%
B 59 of 217 ~ 27.19%

%42.4
%30.41
%27.19

CMYK color model

#5C423B color CMYK value is (0,28,36,64).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 35.87%
  • key color value is 63.92%
CMYK:
(0,28,36,64)
C0M28Y36K64 
(0%,28%,36%,64%)
(0.00/0.28/0.36/0.64)	

CMYK percentages

%0
%28.26
%35.87
%63.92

Codes

Color #5C423B in popluar color models

5C423B
RGB926659
HSL13°21.85%29.61%
HSB/HSV13°35.87%36.08%
CMYK0.00%28.26%35.87%
63.92%

Color #5C423B in popluar number systems.

HEX5C423B
Decimal926659
Binary10111001000010111011
Octal13410273

Shades and tints

Shades of #5C423B

#5C423B
(92,66,59)
#543C36
(84,60,54)
#4C3631
(76,54,49)
#44302C
(68,48,44)
#3C2A27
(60,42,39)
#342422
(52,36,34)
#2C1E1D
(44,30,29)
#241818
(36,24,24)
#1C1213
(28,18,19)
#140C0E
(20,12,14)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #5C423B

#5C423B
(92,66,59)
#6A534C
(106,83,76)
#78645D
(120,100,93)
#86756E
(134,117,110)
#94867F
(148,134,127)
#A29790
(162,151,144)
#B0A8A1
(176,168,161)
#BEB9B2
(190,185,178)
#CCCAC3
(204,202,195)
#DADBD4
(218,219,212)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C423B color. Also use rgb(92,66,59) instead hex code.

Text Font Color

.myTextColor { color: #5C423B; }

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

This text font color is #5C423B.


Background Color

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

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

This div background color is #5C423B.


Border color

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

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

This div border color is #5C423B.


Opacity

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

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

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

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

This text has shadow with #5C423B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C423B on black background.


Color preview on white background

This text has color #5C423B on white background.



Black color preview on #5C423B background

This text has black color on #5C423B background.


White color preview on #5C423B background

This text has white color on #5C423B background.