COLOR #5D503E

HEX: #5D503E
RGB: (93,80,62)

Color info

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

RGB color model

#5D503E color RGB value is (93,80,62).

  • red value is 93;
  • green value is 80;
  • blue value is 62.
RGB:
(93,80,62)
(36%,31%,24%)

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 62 of 255 = 24%

93
80
62

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

Portions of RGB colors in percentages

R + G + B =
93 + 80 + 62 = 235 (100%)
R 93 of 235 ~ 39.57%
G 80 of 235 ~ 34.04%
B 62 of 235 ~ 26.38%

%39.57
%34.04
%26.38

CMYK color model

#5D503E color CMYK value is (0,14,33,64).

  • cyan value is 0.00%
  • magenta value is 13.98%
  • yellow value is 33.33%
  • key color value is 63.53%
CMYK:
(0,14,33,64)
C0M14Y33K64 
(0%,14%,33%,64%)
(0.00/0.14/0.33/0.64)	

CMYK percentages

%0
%13.98
%33.33
%63.53

Codes

Color #5D503E in popluar color models

5D503E
RGB938062
HSL35°20.00%30.39%
HSB/HSV35°33.33%36.47%
CMYK0.00%13.98%33.33%
63.53%

Color #5D503E in popluar number systems.

HEX5D503E
Decimal938062
Binary10111011010000111110
Octal13512076

Shades and tints

Shades of #5D503E

#5D503E
(93,80,62)
#554939
(85,73,57)
#4D4234
(77,66,52)
#453B2F
(69,59,47)
#3D342A
(61,52,42)
#352D25
(53,45,37)
#2D2620
(45,38,32)
#251F1B
(37,31,27)
#1D1816
(29,24,22)
#151111
(21,17,17)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #5D503E

#5D503E
(93,80,62)
#6B5F4F
(107,95,79)
#796E60
(121,110,96)
#877D71
(135,125,113)
#958C82
(149,140,130)
#A39B93
(163,155,147)
#B1AAA4
(177,170,164)
#BFB9B5
(191,185,181)
#CDC8C6
(205,200,198)
#DBD7D7
(219,215,215)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D503E color. Also use rgb(93,80,62) instead hex code.

Text Font Color

.myTextColor { color: #5D503E; }

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

This text font color is #5D503E.


Background Color

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

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

This div background color is #5D503E.


Border color

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

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

This div border color is #5D503E.


Opacity

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

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

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

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

This text has shadow with #5D503E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D503E on black background.


Color preview on white background

This text has color #5D503E on white background.



Black color preview on #5D503E background

This text has black color on #5D503E background.


White color preview on #5D503E background

This text has white color on #5D503E background.