COLOR #5D534B

HEX: #5D534B RGB: (93,83,75)

Color info

#5D534B contains red, green and blue colors in about the same proportion. Web safe color of #5D534B is #666633 (or #663).

RGB color model

#5D534B color RGB value is (93,83,75).

RGB: (93,83,75) (36%, 33%, 29%)

RGB channels and saturation

R 93 of 255 = 36%
G 83 of 255 = 33%
B 75 of 255 = 29%

93
83
75

R + G + B ~ 33%. #5D534B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 83 + 75 = 251 (100%)
R 93 of 251 ~ 37.05%
G 83 of 251 ~ 33.07%
B 75 of 251 ~ 29.88'%

%37.05
%33.07
%29.88

CMYK color model

#5D534B color CMYK value is (0,11,19,64).

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

CMYK: (0,11,19,64)
C0M11Y19K64 (0%, 11%, 19%, 64%)
(0.00 / 0.11 / 0.19 / 0.64)

CMYK percentages

%0
%10.75
%19.35
%63.53

Codes

Color #5D534B in popluar color models

5D 53 4B
RGB 93 83 75
HSL 27° 10.71% 32.94%
HSB/HSV 27° 19.35% 36.47%
CMYK 0.00% 10.75% 19.35%
63.53%

Color #5D534B in popluar number systems.

HEX 5D 53 4B
Decimal 93 83 75
Binary 1011101 1010011 1001011
Octal 135 123 113

Shades and tints

Shades of #5D534B

#5D534B
(93,83,75)
#554C45
(85,76,69)
#4D453F
(77,69,63)
#453E39
(69,62,57)
#3D3733
(61,55,51)
#35302D
(53,48,45)
#2D2927
(45,41,39)
#252221
(37,34,33)
#1D1B1B
(29,27,27)
#151415
(21,20,21)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #5D534B

#5D534B
(93,83,75)
#6B625B
(107,98,91)
#79716B
(121,113,107)
#87807B
(135,128,123)
#958F8B
(149,143,139)
#A39E9B
(163,158,155)
#B1ADAB
(177,173,171)
#BFBCBB
(191,188,187)
#CDCBCB
(205,203,203)
#DBDADB
(219,218,219)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D534B; }

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

This text font color is #5D534B.

Background Color

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

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

This div background color is #5D534B.

Border color

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

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

This div border color is #5D534B.

Opacity

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

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

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

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

This text has shadow with #5D534B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D534B.

Preview

Color preview on black background

This text has color #5D534B on black background.


Color preview on white background

This text has color #5D534B on white background.


Black color preview on #5D534B background

This text has black color on #5D534B background.


White color preview on #5D534B background

This text has white color on #5D534B background.


Related colors

Complementary color

Complementary color for #hex is #A2ACB4.


I love getcolorcode.com

Triadic colors

1 #4B5D53 and #534B5D with #5D534B are triadic colors.

2 #4B535D and #535D4B with #5D534B are triadic colors.