COLOR #5D484C

HEX: #5D484C RGB: (93,72,76)

Color info

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

RGB color model

#5D484C color RGB value is (93,72,76).

RGB: (93,72,76) (36%, 28%, 30%)

RGB channels and saturation

R 93 of 255 = 36%
G 72 of 255 = 28%
B 76 of 255 = 30%

93
72
76

R + G + B ~ 31%. #5D484C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 72 + 76 = 241 (100%)
R 93 of 241 ~ 38.59%
G 72 of 241 ~ 29.88%
B 76 of 241 ~ 31.54'%

%38.59
%29.88
%31.54

CMYK color model

#5D484C color CMYK value is (0,23,18,64).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 18.28%
  • key color value is 63.53%
CMYK: (0,23,18,64) C0M23Y18K64 (0%,23%,18%,64%) (0.00/0.23/0.18/0.64) 

CMYK percentages

%0
%22.58
%18.28
%63.53

Codes

Color #5D484C in popluar color models

5D 48 4C
RGB 93 72 76
HSL 349° 12.73% 32.35%
HSB/HSV 349° 22.58% 36.47%
CMYK 0.00% 22.58% 18.28%
63.53%

Color #5D484C in popluar number systems.

HEX 5D 48 4C
Decimal 93 72 76
Binary 1011101 1001000 1001100
Octal 135 110 114

Shades and tints

Shades of #5D484C

#5D484C
(93,72,76)
#554246
(85,66,70)
#4D3C40
(77,60,64)
#45363A
(69,54,58)
#3D3034
(61,48,52)
#352A2E
(53,42,46)
#2D2428
(45,36,40)
#251E22
(37,30,34)
#1D181C
(29,24,28)
#151216
(21,18,22)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #5D484C

#5D484C
(93,72,76)
#6B585C
(107,88,92)
#79686C
(121,104,108)
#87787C
(135,120,124)
#95888C
(149,136,140)
#A3989C
(163,152,156)
#B1A8AC
(177,168,172)
#BFB8BC
(191,184,188)
#CDC8CC
(205,200,204)
#DBD8DC
(219,216,220)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D484C color. Also use rgb(93,72,76) instead hex code.

Text Font Color

.myTextColor { color: #5D484C; }

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

This text font color is #5D484C.

Background Color

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

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

This div background color is #5D484C.

Border color

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

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

This div border color is #5D484C.

Opacity

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

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

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

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

This text has shadow with #5D484C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D484C.

Preview

Color preview on black background

This text has color #5D484C on black background.


Color preview on white background

This text has color #5D484C on white background.


Black color preview on #5D484C background

This text has black color on #5D484C background.


White color preview on #5D484C background

This text has white color on #5D484C background.


Related colors

Complementary color

Complementary color for #hex is #A2B7B3.


I love getcolorcode.com

Triadic colors

1 #4C5D48 and #484C5D with #5D484C are triadic colors.

2 #4C485D and #485D4C with #5D484C are triadic colors.