COLOR #5C3346

HEX: #5C3346
RGB: (92,51,70)

Color info

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

RGB color model

#5C3346 color RGB value is (92,51,70).

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

RGB channels and saturation

R 92 of 255 = 36%
G 51 of 255 = 20%
B 70 of 255 = 27%

92
51
70

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

Portions of RGB colors in percentages

R + G + B =
92 + 51 + 70 = 213 (100%)
R 92 of 213 ~ 43.19%
G 51 of 213 ~ 23.94%
B 70 of 213 ~ 32.86%

%43.19
%23.94
%32.86

CMYK color model

#5C3346 color CMYK value is (0,45,24,64).

  • cyan value is 0.00%
  • magenta value is 44.57%
  • yellow value is 23.91%
  • key color value is 63.92%
CMYK:
(0,45,24,64)
C0M45Y24K64 
(0%,45%,24%,64%)
(0.00/0.45/0.24/0.64)	

CMYK percentages

%0
%44.57
%23.91
%63.92

Codes

Color #5C3346 in popluar color models

5C3346
RGB925170
HSL332°28.67%28.04%
HSB/HSV332°44.57%36.08%
CMYK0.00%44.57%23.91%
63.92%

Color #5C3346 in popluar number systems.

HEX5C3346
Decimal925170
Binary10111001100111000110
Octal13463106

Shades and tints

Shades of #5C3346

#5C3346
(92,51,70)
#542F40
(84,47,64)
#4C2B3A
(76,43,58)
#442734
(68,39,52)
#3C232E
(60,35,46)
#341F28
(52,31,40)
#2C1B22
(44,27,34)
#24171C
(36,23,28)
#1C1316
(28,19,22)
#140F10
(20,15,16)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #5C3346

#5C3346
(92,51,70)
#6A4556
(106,69,86)
#785766
(120,87,102)
#866976
(134,105,118)
#947B86
(148,123,134)
#A28D96
(162,141,150)
#B09FA6
(176,159,166)
#BEB1B6
(190,177,182)
#CCC3C6
(204,195,198)
#DAD5D6
(218,213,214)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3346; }

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

This text font color is #5C3346.


Background Color

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

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

This div background color is #5C3346.


Border color

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

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

This div border color is #5C3346.


Opacity

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

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

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

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

This text has shadow with #5C3346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3346 on black background.


Color preview on white background

This text has color #5C3346 on white background.



Black color preview on #5C3346 background

This text has black color on #5C3346 background.


White color preview on #5C3346 background

This text has white color on #5C3346 background.