COLOR #5C3761

HEX: #5C3761
RGB: (92,55,97)

Color info

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

RGB color model

#5C3761 color RGB value is (92,55,97).

  • red value is 92;
  • green value is 55;
  • blue value is 97.
RGB:
(92,55,97)
(36%,22%,38%)

RGB channels and saturation

R 92 of 255 = 36%
G 55 of 255 = 22%
B 97 of 255 = 38%

92
55
97

R + G + B ~ 32%. #5C3761 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 55 + 97 = 244 (100%)
R 92 of 244 ~ 37.7%
G 55 of 244 ~ 22.54%
B 97 of 244 ~ 39.75%

%37.7
%22.54
%39.75

CMYK color model

#5C3761 color CMYK value is (5,43,0,62).

  • cyan value is 5.15%
  • magenta value is 43.30%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(5,43,0,62)
C5M43Y0K62 
(5%,43%,0%,62%)
(0.05/0.43/0.00/0.62)	

CMYK percentages

%5.15
%43.3
%0
%61.96

Codes

Color #5C3761 in popluar color models

5C3761
RGB925597
HSL293°27.63%29.80%
HSB/HSV293°43.30%38.04%
CMYK5.15%43.30%0.00%
61.96%

Color #5C3761 in popluar number systems.

HEX5C3761
Decimal925597
Binary10111001101111100001
Octal13467141

Shades and tints

Shades of #5C3761

#5C3761
(92,55,97)
#543259
(84,50,89)
#4C2D51
(76,45,81)
#442849
(68,40,73)
#3C2341
(60,35,65)
#341E39
(52,30,57)
#2C1931
(44,25,49)
#241429
(36,20,41)
#1C0F21
(28,15,33)
#140A19
(20,10,25)
#0C0511
(12,5,17)
#000000
(0,0,0)

Tints of #5C3761

#5C3761
(92,55,97)
#6A496F
(106,73,111)
#785B7D
(120,91,125)
#866D8B
(134,109,139)
#947F99
(148,127,153)
#A291A7
(162,145,167)
#B0A3B5
(176,163,181)
#BEB5C3
(190,181,195)
#CCC7D1
(204,199,209)
#DAD9DF
(218,217,223)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3761 color. Also use rgb(92,55,97) instead hex code.

Text Font Color

.myTextColor { color: #5C3761; }

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

This text font color is #5C3761.


Background Color

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

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

This div background color is #5C3761.


Border color

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

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

This div border color is #5C3761.


Opacity

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

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

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

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

This text has shadow with #5C3761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3761 on black background.


Color preview on white background

This text has color #5C3761 on white background.



Black color preview on #5C3761 background

This text has black color on #5C3761 background.


White color preview on #5C3761 background

This text has white color on #5C3761 background.