COLOR #5D4046

HEX: #5D4046
RGB: (93,64,70)

Color info

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

RGB color model

#5D4046 color RGB value is (93,64,70).

  • red value is 93;
  • green value is 64;
  • blue value is 70.
RGB:
(93,64,70)
(36%,25%,27%)

RGB channels and saturation

R 93 of 255 = 36%
G 64 of 255 = 25%
B 70 of 255 = 27%

93
64
70

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

Portions of RGB colors in percentages

R + G + B =
93 + 64 + 70 = 227 (100%)
R 93 of 227 ~ 40.97%
G 64 of 227 ~ 28.19%
B 70 of 227 ~ 30.84%

%40.97
%28.19
%30.84

CMYK color model

#5D4046 color CMYK value is (0,31,25,64).

  • cyan value is 0.00%
  • magenta value is 31.18%
  • yellow value is 24.73%
  • key color value is 63.53%
CMYK:
(0,31,25,64)
C0M31Y25K64 
(0%,31%,25%,64%)
(0.00/0.31/0.25/0.64)	

CMYK percentages

%0
%31.18
%24.73
%63.53

Codes

Color #5D4046 in popluar color models

5D4046
RGB936470
HSL348°18.47%30.78%
HSB/HSV348°31.18%36.47%
CMYK0.00%31.18%24.73%
63.53%

Color #5D4046 in popluar number systems.

HEX5D4046
Decimal936470
Binary101110110000001000110
Octal135100106

Shades and tints

Shades of #5D4046

#5D4046
(93,64,70)
#553B40
(85,59,64)
#4D363A
(77,54,58)
#453134
(69,49,52)
#3D2C2E
(61,44,46)
#352728
(53,39,40)
#2D2222
(45,34,34)
#251D1C
(37,29,28)
#1D1816
(29,24,22)
#151310
(21,19,16)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #5D4046

#5D4046
(93,64,70)
#6B5156
(107,81,86)
#796266
(121,98,102)
#877376
(135,115,118)
#958486
(149,132,134)
#A39596
(163,149,150)
#B1A6A6
(177,166,166)
#BFB7B6
(191,183,182)
#CDC8C6
(205,200,198)
#DBD9D6
(219,217,214)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4046 color. Also use rgb(93,64,70) instead hex code.

Text Font Color

.myTextColor { color: #5D4046; }

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

This text font color is #5D4046.


Background Color

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

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

This div background color is #5D4046.


Border color

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

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

This div border color is #5D4046.


Opacity

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

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

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

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

This text has shadow with #5D4046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4046 on black background.


Color preview on white background

This text has color #5D4046 on white background.



Black color preview on #5D4046 background

This text has black color on #5D4046 background.


White color preview on #5D4046 background

This text has white color on #5D4046 background.