COLOR #5D493D

HEX: #5D493D RGB: (93,73,61)

Color info

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

RGB color model

#5D493D color RGB value is (93,73,61).

RGB: (93,73,61) (36%, 29%, 24%)

RGB channels and saturation

R 93 of 255 = 36%
G 73 of 255 = 29%
B 61 of 255 = 24%

93
73
61

R + G + B ~ 30%. #5D493D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 73 + 61 = 227 (100%)
R 93 of 227 ~ 40.97%
G 73 of 227 ~ 32.16%
B 61 of 227 ~ 26.87'%

%40.97
%32.16
%26.87

CMYK color model

#5D493D color CMYK value is (0,22,34,64).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 34.41%
  • key color value is 63.53%

CMYK: (0,22,34,64)
C0M22Y34K64 (0%, 22%, 34%, 64%)
(0.00 / 0.22 / 0.34 / 0.64)

CMYK percentages

%0
%21.51
%34.41
%63.53

Codes

Color #5D493D in popluar color models

5D 49 3D
RGB 93 73 61
HSL 23° 20.78% 30.20%
HSB/HSV 23° 34.41% 36.47%
CMYK 0.00% 21.51% 34.41%
63.53%

Color #5D493D in popluar number systems.

HEX 5D 49 3D
Decimal 93 73 61
Binary 1011101 1001001 111101
Octal 135 111 75

Shades and tints

Shades of #5D493D

#5D493D
(93,73,61)
#554338
(85,67,56)
#4D3D33
(77,61,51)
#45372E
(69,55,46)
#3D3129
(61,49,41)
#352B24
(53,43,36)
#2D251F
(45,37,31)
#251F1A
(37,31,26)
#1D1915
(29,25,21)
#151310
(21,19,16)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #5D493D

#5D493D
(93,73,61)
#6B594E
(107,89,78)
#79695F
(121,105,95)
#877970
(135,121,112)
#958981
(149,137,129)
#A39992
(163,153,146)
#B1A9A3
(177,169,163)
#BFB9B4
(191,185,180)
#CDC9C5
(205,201,197)
#DBD9D6
(219,217,214)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D493D color. Also use rgb(93,73,61) instead hex code.

Text Font Color

.myTextColor { color: #5D493D; }

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

This text font color is #5D493D.

Background Color

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

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

This div background color is #5D493D.

Border color

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

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

This div border color is #5D493D.

Opacity

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

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

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

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

This text has shadow with #5D493D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D493D.

Preview

Color preview on black background

This text has color #5D493D on black background.


Color preview on white background

This text has color #5D493D on white background.


Black color preview on #5D493D background

This text has black color on #5D493D background.


White color preview on #5D493D background

This text has white color on #5D493D background.


Related colors

Complementary color

Complementary color for #hex is #A2B6C2.


I love getcolorcode.com

Triadic colors

1 #3D5D49 and #493D5D with #5D493D are triadic colors.

2 #3D495D and #495D3D with #5D493D are triadic colors.