COLOR #5D384B

HEX: #5D384B RGB: (93,56,75)

Color info

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

RGB color model

#5D384B color RGB value is (93,56,75).

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

RGB channels and saturation

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

93
56
75

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

Portions of RGB colors in percentages

R + G + B = 93 + 56 + 75 = 224 (100%)
R 93 of 224 ~ 41.52%
G 56 of 224 ~ 25%
B 75 of 224 ~ 33.48'%

%41.52
%25
%33.48

CMYK color model

#5D384B color CMYK value is (0,40,19,64).

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

CMYK: (0,40,19,64)
C0M40Y19K64 (0%, 40%, 19%, 64%)
(0.00 / 0.40 / 0.19 / 0.64)

CMYK percentages

%0
%39.78
%19.35
%63.53

Codes

Color #5D384B in popluar color models

5D 38 4B
RGB 93 56 75
HSL 329° 24.83% 29.22%
HSB/HSV 329° 39.78% 36.47%
CMYK 0.00% 39.78% 19.35%
63.53%

Color #5D384B in popluar number systems.

HEX 5D 38 4B
Decimal 93 56 75
Binary 1011101 111000 1001011
Octal 135 70 113

Shades and tints

Shades of #5D384B

#5D384B
(93,56,75)
#553345
(85,51,69)
#4D2E3F
(77,46,63)
#452939
(69,41,57)
#3D2433
(61,36,51)
#351F2D
(53,31,45)
#2D1A27
(45,26,39)
#251521
(37,21,33)
#1D101B
(29,16,27)
#150B15
(21,11,21)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #5D384B

#5D384B
(93,56,75)
#6B4A5B
(107,74,91)
#795C6B
(121,92,107)
#876E7B
(135,110,123)
#95808B
(149,128,139)
#A3929B
(163,146,155)
#B1A4AB
(177,164,171)
#BFB6BB
(191,182,187)
#CDC8CB
(205,200,203)
#DBDADB
(219,218,219)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D384B; }

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

This text font color is #5D384B.

Background Color

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

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

This div background color is #5D384B.

Border color

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

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

This div border color is #5D384B.

Opacity

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

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

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

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

This text has shadow with #5D384B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D384B.

Preview

Color preview on black background

This text has color #5D384B on black background.


Color preview on white background

This text has color #5D384B on white background.


Black color preview on #5D384B background

This text has black color on #5D384B background.


White color preview on #5D384B background

This text has white color on #5D384B background.


Related colors

Complementary color

Complementary color for #hex is #A2C7B4.


I love getcolorcode.com

Triadic colors

1 #4B5D38 and #384B5D with #5D384B are triadic colors.

2 #4B385D and #385D4B with #5D384B are triadic colors.