COLOR #5D502B

HEX: #5D502B
RGB: (93,80,43)

Color info

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

RGB color model

#5D502B color RGB value is (93,80,43).

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

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 43 of 255 = 17%

93
80
43

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

Portions of RGB colors in percentages

R + G + B =
93 + 80 + 43 = 216 (100%)
R 93 of 216 ~ 43.06%
G 80 of 216 ~ 37.04%
B 43 of 216 ~ 19.91%

%43.06
%37.04
%19.91

CMYK color model

#5D502B color CMYK value is (0,14,54,64).

  • cyan value is 0.00%
  • magenta value is 13.98%
  • yellow value is 53.76%
  • key color value is 63.53%
CMYK:
(0,14,54,64)
C0M14Y54K64 
(0%,14%,54%,64%)
(0.00/0.14/0.54/0.64)	

CMYK percentages

%0
%13.98
%53.76
%63.53

Codes

Color #5D502B in popluar color models

5D502B
RGB938043
HSL44°36.76%26.67%
HSB/HSV44°53.76%36.47%
CMYK0.00%13.98%53.76%
63.53%

Color #5D502B in popluar number systems.

HEX5D502B
Decimal938043
Binary10111011010000101011
Octal13512053

Shades and tints

Shades of #5D502B

#5D502B
(93,80,43)
#554928
(85,73,40)
#4D4225
(77,66,37)
#453B22
(69,59,34)
#3D341F
(61,52,31)
#352D1C
(53,45,28)
#2D2619
(45,38,25)
#251F16
(37,31,22)
#1D1813
(29,24,19)
#151110
(21,17,16)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #5D502B

#5D502B
(93,80,43)
#6B5F3E
(107,95,62)
#796E51
(121,110,81)
#877D64
(135,125,100)
#958C77
(149,140,119)
#A39B8A
(163,155,138)
#B1AA9D
(177,170,157)
#BFB9B0
(191,185,176)
#CDC8C3
(205,200,195)
#DBD7D6
(219,215,214)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D502B; }

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

This text font color is #5D502B.


Background Color

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

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

This div background color is #5D502B.


Border color

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

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

This div border color is #5D502B.


Opacity

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

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

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

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

This text has shadow with #5D502B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D502B on black background.


Color preview on white background

This text has color #5D502B on white background.



Black color preview on #5D502B background

This text has black color on #5D502B background.


White color preview on #5D502B background

This text has white color on #5D502B background.