COLOR #5C3C65

HEX: #5C3C65
RGB: (92,60,101)

Color info

#5C3C65 contains red, green and blue colors in about the same proportion. Web safe color of #5C3C65 is #663366 (or #636).

RGB color model

#5C3C65 color RGB value is (92,60,101).

  • red value is 92;
  • green value is 60;
  • blue value is 101.
RGB:
(92,60,101)
(36%,24%,40%)

RGB channels and saturation

R 92 of 255 = 36%
G 60 of 255 = 24%
B 101 of 255 = 40%

92
60
101

R + G + B ~ 33%. #5C3C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 60 + 101 = 253 (100%)
R 92 of 253 ~ 36.36%
G 60 of 253 ~ 23.72%
B 101 of 253 ~ 39.92%

%36.36
%23.72
%39.92

CMYK color model

#5C3C65 color CMYK value is (9,41,0,60).

  • cyan value is 8.91%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(9,41,0,60)
C9M41Y0K60 
(9%,41%,0%,60%)
(0.09/0.41/0.00/0.60)	

CMYK percentages

%8.91
%40.59
%0
%60.39

Codes

Color #5C3C65 in popluar color models

5C3C65
RGB9260101
HSL287°25.47%31.57%
HSB/HSV287°40.59%39.61%
CMYK8.91%40.59%0.00%
60.39%

Color #5C3C65 in popluar number systems.

HEX5C3C65
Decimal9260101
Binary10111001111001100101
Octal13474145

Shades and tints

Shades of #5C3C65

#5C3C65
(92,60,101)
#54375C
(84,55,92)
#4C3253
(76,50,83)
#442D4A
(68,45,74)
#3C2841
(60,40,65)
#342338
(52,35,56)
#2C1E2F
(44,30,47)
#241926
(36,25,38)
#1C141D
(28,20,29)
#140F14
(20,15,20)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #5C3C65

#5C3C65
(92,60,101)
#6A4D73
(106,77,115)
#785E81
(120,94,129)
#866F8F
(134,111,143)
#94809D
(148,128,157)
#A291AB
(162,145,171)
#B0A2B9
(176,162,185)
#BEB3C7
(190,179,199)
#CCC4D5
(204,196,213)
#DAD5E3
(218,213,227)
#E8E6F1
(232,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3C65 color. Also use rgb(92,60,101) instead hex code.

Text Font Color

.myTextColor { color: #5C3C65; }

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

This text font color is #5C3C65.


Background Color

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

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

This div background color is #5C3C65.


Border color

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

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

This div border color is #5C3C65.


Opacity

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

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

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

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

This text has shadow with #5C3C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3C65 on black background.


Color preview on white background

This text has color #5C3C65 on white background.



Black color preview on #5C3C65 background

This text has black color on #5C3C65 background.


White color preview on #5C3C65 background

This text has white color on #5C3C65 background.