COLOR #5D253C

HEX: #5D253C
RGB: (93,37,60)

Color info

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

RGB color model

#5D253C color RGB value is (93,37,60).

  • red value is 93;
  • green value is 37;
  • blue value is 60.
RGB:
(93,37,60)
(36%,15%,24%)

RGB channels and saturation

R 93 of 255 = 36%
G 37 of 255 = 15%
B 60 of 255 = 24%

93
37
60

R + G + B ~ 25%. #5D253C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 37 + 60 = 190 (100%)
R 93 of 190 ~ 48.95%
G 37 of 190 ~ 19.47%
B 60 of 190 ~ 31.58%

%48.95
%19.47
%31.58

CMYK color model

#5D253C color CMYK value is (0,60,35,64).

  • cyan value is 0.00%
  • magenta value is 60.22%
  • yellow value is 35.48%
  • key color value is 63.53%
CMYK:
(0,60,35,64)
C0M60Y35K64 
(0%,60%,35%,64%)
(0.00/0.60/0.35/0.64)	

CMYK percentages

%0
%60.22
%35.48
%63.53

Codes

Color #5D253C in popluar color models

5D253C
RGB933760
HSL335°43.08%25.49%
HSB/HSV335°60.22%36.47%
CMYK0.00%60.22%35.48%
63.53%

Color #5D253C in popluar number systems.

HEX5D253C
Decimal933760
Binary1011101100101111100
Octal1354574

Shades and tints

Shades of #5D253C

#5D253C
(93,37,60)
#552237
(85,34,55)
#4D1F32
(77,31,50)
#451C2D
(69,28,45)
#3D1928
(61,25,40)
#351623
(53,22,35)
#2D131E
(45,19,30)
#251019
(37,16,25)
#1D0D14
(29,13,20)
#150A0F
(21,10,15)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #5D253C

#5D253C
(93,37,60)
#6B384D
(107,56,77)
#794B5E
(121,75,94)
#875E6F
(135,94,111)
#957180
(149,113,128)
#A38491
(163,132,145)
#B197A2
(177,151,162)
#BFAAB3
(191,170,179)
#CDBDC4
(205,189,196)
#DBD0D5
(219,208,213)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D253C color. Also use rgb(93,37,60) instead hex code.

Text Font Color

.myTextColor { color: #5D253C; }

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

This text font color is #5D253C.


Background Color

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

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

This div background color is #5D253C.


Border color

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

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

This div border color is #5D253C.


Opacity

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

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

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

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

This text has shadow with #5D253C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D253C on black background.


Color preview on white background

This text has color #5D253C on white background.



Black color preview on #5D253C background

This text has black color on #5D253C background.


White color preview on #5D253C background

This text has white color on #5D253C background.