COLOR #5C2B23

HEX: #5C2B23
RGB: (92,43,35)

Color info

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

RGB color model

#5C2B23 color RGB value is (92,43,35).

  • red value is 92;
  • green value is 43;
  • blue value is 35.
RGB:
(92,43,35)
(36%,17%,14%)

RGB channels and saturation

R 92 of 255 = 36%
G 43 of 255 = 17%
B 35 of 255 = 14%

92
43
35

R + G + B ~ 22%. #5C2B23 is dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 43 + 35 = 170 (100%)
R 92 of 170 ~ 54.12%
G 43 of 170 ~ 25.29%
B 35 of 170 ~ 20.59%

%54.12
%25.29
%20.59

CMYK color model

#5C2B23 color CMYK value is (0,53,62,64).

  • cyan value is 0.00%
  • magenta value is 53.26%
  • yellow value is 61.96%
  • key color value is 63.92%
CMYK:
(0,53,62,64)
C0M53Y62K64 
(0%,53%,62%,64%)
(0.00/0.53/0.62/0.64)	

CMYK percentages

%0
%53.26
%61.96
%63.92

Codes

Color #5C2B23 in popluar color models

5C2B23
RGB924335
HSL44.88%24.90%
HSB/HSV61.96%36.08%
CMYK0.00%53.26%61.96%
63.92%

Color #5C2B23 in popluar number systems.

HEX5C2B23
Decimal924335
Binary1011100101011100011
Octal1345343

Shades and tints

Shades of #5C2B23

#5C2B23
(92,43,35)
#542820
(84,40,32)
#4C251D
(76,37,29)
#44221A
(68,34,26)
#3C1F17
(60,31,23)
#341C14
(52,28,20)
#2C1911
(44,25,17)
#24160E
(36,22,14)
#1C130B
(28,19,11)
#141008
(20,16,8)
#0C0D05
(12,13,5)
#000000
(0,0,0)

Tints of #5C2B23

#5C2B23
(92,43,35)
#6A3E37
(106,62,55)
#78514B
(120,81,75)
#86645F
(134,100,95)
#947773
(148,119,115)
#A28A87
(162,138,135)
#B09D9B
(176,157,155)
#BEB0AF
(190,176,175)
#CCC3C3
(204,195,195)
#DAD6D7
(218,214,215)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C2B23 color. Also use rgb(92,43,35) instead hex code.

Text Font Color

.myTextColor { color: #5C2B23; }

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

This text font color is #5C2B23.


Background Color

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

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

This div background color is #5C2B23.


Border color

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

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

This div border color is #5C2B23.


Opacity

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

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

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

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

This text has shadow with #5C2B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C2B23 on black background.


Color preview on white background

This text has color #5C2B23 on white background.



Black color preview on #5C2B23 background

This text has black color on #5C2B23 background.


White color preview on #5C2B23 background

This text has white color on #5C2B23 background.