COLOR #5D374B

HEX: #5D374B RGB: (93,55,75)

Color info

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

RGB color model

#5D374B color RGB value is (93,55,75).

RGB: (93,55,75) (36%, 22%, 29%)

RGB channels and saturation

R 93 of 255 = 36%
G 55 of 255 = 22%
B 75 of 255 = 29%

93
55
75

R + G + B ~ 29%. #5D374B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 55 + 75 = 223 (100%)
R 93 of 223 ~ 41.7%
G 55 of 223 ~ 24.66%
B 75 of 223 ~ 33.63'%

%41.7
%24.66
%33.63

CMYK color model

#5D374B color CMYK value is (0,41,19,64).

  • cyan value is 0.00%
  • magenta value is 40.86%
  • yellow value is 19.35%
  • key color value is 63.53%

CMYK: (0,41,19,64)
C0M41Y19K64 (0%, 41%, 19%, 64%)
(0.00 / 0.41 / 0.19 / 0.64)

CMYK percentages

%0
%40.86
%19.35
%63.53

Codes

Color #5D374B in popluar color models

5D 37 4B
RGB 93 55 75
HSL 328° 25.68% 29.02%
HSB/HSV 328° 40.86% 36.47%
CMYK 0.00% 40.86% 19.35%
63.53%

Color #5D374B in popluar number systems.

HEX 5D 37 4B
Decimal 93 55 75
Binary 1011101 110111 1001011
Octal 135 67 113

Shades and tints

Shades of #5D374B

#5D374B
(93,55,75)
#553245
(85,50,69)
#4D2D3F
(77,45,63)
#452839
(69,40,57)
#3D2333
(61,35,51)
#351E2D
(53,30,45)
#2D1927
(45,25,39)
#251421
(37,20,33)
#1D0F1B
(29,15,27)
#150A15
(21,10,21)
#0D050F
(13,5,15)
#000000
(0,0,0)

Tints of #5D374B

#5D374B
(93,55,75)
#6B495B
(107,73,91)
#795B6B
(121,91,107)
#876D7B
(135,109,123)
#957F8B
(149,127,139)
#A3919B
(163,145,155)
#B1A3AB
(177,163,171)
#BFB5BB
(191,181,187)
#CDC7CB
(205,199,203)
#DBD9DB
(219,217,219)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D374B color. Also use rgb(93,55,75) instead hex code.

Text Font Color

.myTextColor { color: #5D374B; }

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

This text font color is #5D374B.

Background Color

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

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

This div background color is #5D374B.

Border color

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

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

This div border color is #5D374B.

Opacity

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

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

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

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

This text has shadow with #5D374B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D374B.

Preview

Color preview on black background

This text has color #5D374B on black background.


Color preview on white background

This text has color #5D374B on white background.


Black color preview on #5D374B background

This text has black color on #5D374B background.


White color preview on #5D374B background

This text has white color on #5D374B background.


Related colors

Complementary color

Complementary color for #hex is #A2C8B4.


I love getcolorcode.com

Triadic colors

1 #4B5D37 and #374B5D with #5D374B are triadic colors.

2 #4B375D and #375D4B with #5D374B are triadic colors.