COLOR #5D492F

HEX: #5D492F
RGB: (93,73,47)

Color info

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

RGB color model

#5D492F color RGB value is (93,73,47).

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

RGB channels and saturation

R 93 of 255 = 36%
G 73 of 255 = 29%
B 47 of 255 = 18%

93
73
47

R + G + B ~ 28%. #5D492F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 73 + 47 = 213 (100%)
R 93 of 213 ~ 43.66%
G 73 of 213 ~ 34.27%
B 47 of 213 ~ 22.07%

%43.66
%34.27
%22.07

CMYK color model

#5D492F color CMYK value is (0,22,49,64).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 49.46%
  • key color value is 63.53%
CMYK:
(0,22,49,64)
C0M22Y49K64 
(0%,22%,49%,64%)
(0.00/0.22/0.49/0.64)	

CMYK percentages

%0
%21.51
%49.46
%63.53

Codes

Color #5D492F in popluar color models

5D492F
RGB937347
HSL34°32.86%27.45%
HSB/HSV34°49.46%36.47%
CMYK0.00%21.51%49.46%
63.53%

Color #5D492F in popluar number systems.

HEX5D492F
Decimal937347
Binary10111011001001101111
Octal13511157

Shades and tints

Shades of #5D492F

#5D492F
(93,73,47)
#55432B
(85,67,43)
#4D3D27
(77,61,39)
#453723
(69,55,35)
#3D311F
(61,49,31)
#352B1B
(53,43,27)
#2D2517
(45,37,23)
#251F13
(37,31,19)
#1D190F
(29,25,15)
#15130B
(21,19,11)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #5D492F

#5D492F
(93,73,47)
#6B5941
(107,89,65)
#796953
(121,105,83)
#877965
(135,121,101)
#958977
(149,137,119)
#A39989
(163,153,137)
#B1A99B
(177,169,155)
#BFB9AD
(191,185,173)
#CDC9BF
(205,201,191)
#DBD9D1
(219,217,209)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D492F; }

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

This text font color is #5D492F.


Background Color

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

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

This div background color is #5D492F.


Border color

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

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

This div border color is #5D492F.


Opacity

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

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

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

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

This text has shadow with #5D492F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D492F on black background.


Color preview on white background

This text has color #5D492F on white background.



Black color preview on #5D492F background

This text has black color on #5D492F background.


White color preview on #5D492F background

This text has white color on #5D492F background.