COLOR #5C354A

HEX: #5C354A
RGB: (92,53,74)

Color info

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

RGB color model

#5C354A color RGB value is (92,53,74).

  • red value is 92;
  • green value is 53;
  • blue value is 74.
RGB:
(92,53,74)
(36%,21%,29%)

RGB channels and saturation

R 92 of 255 = 36%
G 53 of 255 = 21%
B 74 of 255 = 29%

92
53
74

R + G + B ~ 29%. #5C354A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 53 + 74 = 219 (100%)
R 92 of 219 ~ 42.01%
G 53 of 219 ~ 24.2%
B 74 of 219 ~ 33.79%

%42.01
%24.2
%33.79

CMYK color model

#5C354A color CMYK value is (0,42,20,64).

  • cyan value is 0.00%
  • magenta value is 42.39%
  • yellow value is 19.57%
  • key color value is 63.92%
CMYK:
(0,42,20,64)
C0M42Y20K64 
(0%,42%,20%,64%)
(0.00/0.42/0.20/0.64)	

CMYK percentages

%0
%42.39
%19.57
%63.92

Codes

Color #5C354A in popluar color models

5C354A
RGB925374
HSL328°26.90%28.43%
HSB/HSV328°42.39%36.08%
CMYK0.00%42.39%19.57%
63.92%

Color #5C354A in popluar number systems.

HEX5C354A
Decimal925374
Binary10111001101011001010
Octal13465112

Shades and tints

Shades of #5C354A

#5C354A
(92,53,74)
#543144
(84,49,68)
#4C2D3E
(76,45,62)
#442938
(68,41,56)
#3C2532
(60,37,50)
#34212C
(52,33,44)
#2C1D26
(44,29,38)
#241920
(36,25,32)
#1C151A
(28,21,26)
#141114
(20,17,20)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #5C354A

#5C354A
(92,53,74)
#6A475A
(106,71,90)
#78596A
(120,89,106)
#866B7A
(134,107,122)
#947D8A
(148,125,138)
#A28F9A
(162,143,154)
#B0A1AA
(176,161,170)
#BEB3BA
(190,179,186)
#CCC5CA
(204,197,202)
#DAD7DA
(218,215,218)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C354A color. Also use rgb(92,53,74) instead hex code.

Text Font Color

.myTextColor { color: #5C354A; }

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

This text font color is #5C354A.


Background Color

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

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

This div background color is #5C354A.


Border color

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

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

This div border color is #5C354A.


Opacity

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

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

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

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

This text has shadow with #5C354A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C354A on black background.


Color preview on white background

This text has color #5C354A on white background.



Black color preview on #5C354A background

This text has black color on #5C354A background.


White color preview on #5C354A background

This text has white color on #5C354A background.