COLOR #5C3343

HEX: #5C3343
RGB: (92,51,67)

Color info

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

RGB color model

#5C3343 color RGB value is (92,51,67).

  • red value is 92;
  • green value is 51;
  • blue value is 67.
RGB:
(92,51,67)
(36%,20%,26%)

RGB channels and saturation

R 92 of 255 = 36%
G 51 of 255 = 20%
B 67 of 255 = 26%

92
51
67

R + G + B ~ 27%. #5C3343 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 51 + 67 = 210 (100%)
R 92 of 210 ~ 43.81%
G 51 of 210 ~ 24.29%
B 67 of 210 ~ 31.9%

%43.81
%24.29
%31.9

CMYK color model

#5C3343 color CMYK value is (0,45,27,64).

  • cyan value is 0.00%
  • magenta value is 44.57%
  • yellow value is 27.17%
  • key color value is 63.92%
CMYK:
(0,45,27,64)
C0M45Y27K64 
(0%,45%,27%,64%)
(0.00/0.45/0.27/0.64)	

CMYK percentages

%0
%44.57
%27.17
%63.92

Codes

Color #5C3343 in popluar color models

5C3343
RGB925167
HSL337°28.67%28.04%
HSB/HSV337°44.57%36.08%
CMYK0.00%44.57%27.17%
63.92%

Color #5C3343 in popluar number systems.

HEX5C3343
Decimal925167
Binary10111001100111000011
Octal13463103

Shades and tints

Shades of #5C3343

#5C3343
(92,51,67)
#542F3D
(84,47,61)
#4C2B37
(76,43,55)
#442731
(68,39,49)
#3C232B
(60,35,43)
#341F25
(52,31,37)
#2C1B1F
(44,27,31)
#241719
(36,23,25)
#1C1313
(28,19,19)
#140F0D
(20,15,13)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #5C3343

#5C3343
(92,51,67)
#6A4554
(106,69,84)
#785765
(120,87,101)
#866976
(134,105,118)
#947B87
(148,123,135)
#A28D98
(162,141,152)
#B09FA9
(176,159,169)
#BEB1BA
(190,177,186)
#CCC3CB
(204,195,203)
#DAD5DC
(218,213,220)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3343 color. Also use rgb(92,51,67) instead hex code.

Text Font Color

.myTextColor { color: #5C3343; }

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

This text font color is #5C3343.


Background Color

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

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

This div background color is #5C3343.


Border color

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

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

This div border color is #5C3343.


Opacity

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

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

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

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

This text has shadow with #5C3343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3343 on black background.


Color preview on white background

This text has color #5C3343 on white background.



Black color preview on #5C3343 background

This text has black color on #5C3343 background.


White color preview on #5C3343 background

This text has white color on #5C3343 background.