COLOR #5C2742

HEX: #5C2742
RGB: (92,39,66)

Color info

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

RGB color model

#5C2742 color RGB value is (92,39,66).

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

RGB channels and saturation

R 92 of 255 = 36%
G 39 of 255 = 15%
B 66 of 255 = 26%

92
39
66

R + G + B ~ 26%. #5C2742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 39 + 66 = 197 (100%)
R 92 of 197 ~ 46.7%
G 39 of 197 ~ 19.8%
B 66 of 197 ~ 33.5%

%46.7
%19.8
%33.5

CMYK color model

#5C2742 color CMYK value is (0,58,28,64).

  • cyan value is 0.00%
  • magenta value is 57.61%
  • yellow value is 28.26%
  • key color value is 63.92%
CMYK:
(0,58,28,64)
C0M58Y28K64 
(0%,58%,28%,64%)
(0.00/0.58/0.28/0.64)	

CMYK percentages

%0
%57.61
%28.26
%63.92

Codes

Color #5C2742 in popluar color models

5C2742
RGB923966
HSL329°40.46%25.69%
HSB/HSV329°57.61%36.08%
CMYK0.00%57.61%28.26%
63.92%

Color #5C2742 in popluar number systems.

HEX5C2742
Decimal923966
Binary10111001001111000010
Octal13447102

Shades and tints

Shades of #5C2742

#5C2742
(92,39,66)
#54243C
(84,36,60)
#4C2136
(76,33,54)
#441E30
(68,30,48)
#3C1B2A
(60,27,42)
#341824
(52,24,36)
#2C151E
(44,21,30)
#241218
(36,18,24)
#1C0F12
(28,15,18)
#140C0C
(20,12,12)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #5C2742

#5C2742
(92,39,66)
#6A3A53
(106,58,83)
#784D64
(120,77,100)
#866075
(134,96,117)
#947386
(148,115,134)
#A28697
(162,134,151)
#B099A8
(176,153,168)
#BEACB9
(190,172,185)
#CCBFCA
(204,191,202)
#DAD2DB
(218,210,219)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C2742; }

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

This text font color is #5C2742.


Background Color

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

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

This div background color is #5C2742.


Border color

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

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

This div border color is #5C2742.


Opacity

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

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

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

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

This text has shadow with #5C2742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C2742 on black background.


Color preview on white background

This text has color #5C2742 on white background.



Black color preview on #5C2742 background

This text has black color on #5C2742 background.


White color preview on #5C2742 background

This text has white color on #5C2742 background.