COLOR #5C0333

HEX: #5C0333
RGB: (92,3,51)

Color info

#5C0333 contains mainly red and blue colors. Web safe color of #5C0333 is #660033 (or #603).

RGB color model

#5C0333 color RGB value is (92,3,51).

  • red value is 92;
  • green value is 3;
  • blue value is 51.
RGB:
(92,3,51)
(36%,1%,20%)

RGB channels and saturation

R 92 of 255 = 36%
G 3 of 255 = 1%
B 51 of 255 = 20%

92
3
51

R + G + B ~ 19%. #5C0333 is dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 3 + 51 = 146 (100%)
R 92 of 146 ~ 63.01%
G 3 of 146 ~ 2.05%
B 51 of 146 ~ 34.93%

%63.01
%34.93

CMYK color model

#5C0333 color CMYK value is (0,97,45,64).

  • cyan value is 0.00%
  • magenta value is 96.74%
  • yellow value is 44.57%
  • key color value is 63.92%
CMYK:
(0,97,45,64)
C0M97Y45K64 
(0%,97%,45%,64%)
(0.00/0.97/0.45/0.64)	

CMYK percentages

%0
%96.74
%44.57
%63.92

Codes

Color #5C0333 in popluar color models

5C0333
RGB92351
HSL328°93.68%18.63%
HSB/HSV328°96.74%36.08%
CMYK0.00%96.74%44.57%
63.92%

Color #5C0333 in popluar number systems.

HEX5C0333
Decimal92351
Binary101110011110011
Octal134363

Shades and tints

Shades of #5C0333

#5C0333
(92,3,51)
#54032F
(84,3,47)
#4C032B
(76,3,43)
#440327
(68,3,39)
#3C0323
(60,3,35)
#34031F
(52,3,31)
#2C031B
(44,3,27)
#240317
(36,3,23)
#1C0313
(28,3,19)
#14030F
(20,3,15)
#0C030B
(12,3,11)
#000000
(0,0,0)

Tints of #5C0333

#5C0333
(92,3,51)
#6A1945
(106,25,69)
#782F57
(120,47,87)
#864569
(134,69,105)
#945B7B
(148,91,123)
#A2718D
(162,113,141)
#B0879F
(176,135,159)
#BE9DB1
(190,157,177)
#CCB3C3
(204,179,195)
#DAC9D5
(218,201,213)
#E8DFE7
(232,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C0333 color. Also use rgb(92,3,51) instead hex code.

Text Font Color

.myTextColor { color: #5C0333; }

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

This text font color is #5C0333.


Background Color

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

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

This div background color is #5C0333.


Border color

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

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

This div border color is #5C0333.


Opacity

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

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

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

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

This text has shadow with #5C0333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C0333 on black background.


Color preview on white background

This text has color #5C0333 on white background.



Black color preview on #5C0333 background

This text has black color on #5C0333 background.


White color preview on #5C0333 background

This text has white color on #5C0333 background.