COLOR #5C437C

HEX: #5C437C
RGB: (92,67,124)

Color info

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

RGB color model

#5C437C color RGB value is (92,67,124).

  • red value is 92;
  • green value is 67;
  • blue value is 124.
RGB:
(92,67,124)
(36%,26%,49%)

RGB channels and saturation

R 92 of 255 = 36%
G 67 of 255 = 26%
B 124 of 255 = 49%

92
67
124

R + G + B ~ 37%. #5C437C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 67 + 124 = 283 (100%)
R 92 of 283 ~ 32.51%
G 67 of 283 ~ 23.67%
B 124 of 283 ~ 43.82%

%32.51
%23.67
%43.82

CMYK color model

#5C437C color CMYK value is (26,46,0,51).

  • cyan value is 25.81%
  • magenta value is 45.97%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(26,46,0,51)
C26M46Y0K51 
(26%,46%,0%,51%)
(0.26/0.46/0.00/0.51)	

CMYK percentages

%25.81
%45.97
%0
%51.37

Codes

Color #5C437C in popluar color models

5C437C
RGB9267124
HSL266°29.84%37.45%
HSB/HSV266°45.97%48.63%
CMYK25.81%45.97%0.00%
51.37%

Color #5C437C in popluar number systems.

HEX5C437C
Decimal9267124
Binary101110010000111111100
Octal134103174

Shades and tints

Shades of #5C437C

#5C437C
(92,67,124)
#543D71
(84,61,113)
#4C3766
(76,55,102)
#44315B
(68,49,91)
#3C2B50
(60,43,80)
#342545
(52,37,69)
#2C1F3A
(44,31,58)
#24192F
(36,25,47)
#1C1324
(28,19,36)
#140D19
(20,13,25)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #5C437C

#5C437C
(92,67,124)
#6A5487
(106,84,135)
#786592
(120,101,146)
#86769D
(134,118,157)
#9487A8
(148,135,168)
#A298B3
(162,152,179)
#B0A9BE
(176,169,190)
#BEBAC9
(190,186,201)
#CCCBD4
(204,203,212)
#DADCDF
(218,220,223)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C437C color. Also use rgb(92,67,124) instead hex code.

Text Font Color

.myTextColor { color: #5C437C; }

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

This text font color is #5C437C.


Background Color

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

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

This div background color is #5C437C.


Border color

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

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

This div border color is #5C437C.


Opacity

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

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

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

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

This text has shadow with #5C437C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C437C on black background.


Color preview on white background

This text has color #5C437C on white background.



Black color preview on #5C437C background

This text has black color on #5C437C background.


White color preview on #5C437C background

This text has white color on #5C437C background.