COLOR #5D4946

HEX: #5D4946
RGB: (93,73,70)

Color info

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

RGB color model

#5D4946 color RGB value is (93,73,70).

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

RGB channels and saturation

R 93 of 255 = 36%
G 73 of 255 = 29%
B 70 of 255 = 27%

93
73
70

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

Portions of RGB colors in percentages

R + G + B =
93 + 73 + 70 = 236 (100%)
R 93 of 236 ~ 39.41%
G 73 of 236 ~ 30.93%
B 70 of 236 ~ 29.66%

%39.41
%30.93
%29.66

CMYK color model

#5D4946 color CMYK value is (0,22,25,64).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 24.73%
  • key color value is 63.53%
CMYK:
(0,22,25,64)
C0M22Y25K64 
(0%,22%,25%,64%)
(0.00/0.22/0.25/0.64)	

CMYK percentages

%0
%21.51
%24.73
%63.53

Codes

Color #5D4946 in popluar color models

5D4946
RGB937370
HSL14.11%31.96%
HSB/HSV24.73%36.47%
CMYK0.00%21.51%24.73%
63.53%

Color #5D4946 in popluar number systems.

HEX5D4946
Decimal937370
Binary101110110010011000110
Octal135111106

Shades and tints

Shades of #5D4946

#5D4946
(93,73,70)
#554340
(85,67,64)
#4D3D3A
(77,61,58)
#453734
(69,55,52)
#3D312E
(61,49,46)
#352B28
(53,43,40)
#2D2522
(45,37,34)
#251F1C
(37,31,28)
#1D1916
(29,25,22)
#151310
(21,19,16)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #5D4946

#5D4946
(93,73,70)
#6B5956
(107,89,86)
#796966
(121,105,102)
#877976
(135,121,118)
#958986
(149,137,134)
#A39996
(163,153,150)
#B1A9A6
(177,169,166)
#BFB9B6
(191,185,182)
#CDC9C6
(205,201,198)
#DBD9D6
(219,217,214)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4946; }

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

This text font color is #5D4946.


Background Color

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

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

This div background color is #5D4946.


Border color

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

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

This div border color is #5D4946.


Opacity

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

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

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

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

This text has shadow with #5D4946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4946 on black background.


Color preview on white background

This text has color #5D4946 on white background.



Black color preview on #5D4946 background

This text has black color on #5D4946 background.


White color preview on #5D4946 background

This text has white color on #5D4946 background.