COLOR #5D511B

HEX: #5D511B
RGB: (93,81,27)

Color info

#5D511B contains mainly red and green colors. Web safe color of #5D511B is #666633 (or #663).

RGB color model

#5D511B color RGB value is (93,81,27).

  • red value is 93;
  • green value is 81;
  • blue value is 27.
RGB:
(93,81,27)
(36%,32%,11%)

RGB channels and saturation

R 93 of 255 = 36%
G 81 of 255 = 32%
B 27 of 255 = 11%

93
81
27

R + G + B ~ 26%. #5D511B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 81 + 27 = 201 (100%)
R 93 of 201 ~ 46.27%
G 81 of 201 ~ 40.3%
B 27 of 201 ~ 13.43%

%46.27
%40.3
%13.43

CMYK color model

#5D511B color CMYK value is (0,13,71,64).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 70.97%
  • key color value is 63.53%
CMYK:
(0,13,71,64)
C0M13Y71K64 
(0%,13%,71%,64%)
(0.00/0.13/0.71/0.64)	

CMYK percentages

%0
%12.9
%70.97
%63.53

Codes

Color #5D511B in popluar color models

5D511B
RGB938127
HSL49°55.00%23.53%
HSB/HSV49°70.97%36.47%
CMYK0.00%12.90%70.97%
63.53%

Color #5D511B in popluar number systems.

HEX5D511B
Decimal938127
Binary1011101101000111011
Octal13512133

Shades and tints

Shades of #5D511B

#5D511B
(93,81,27)
#554A19
(85,74,25)
#4D4317
(77,67,23)
#453C15
(69,60,21)
#3D3513
(61,53,19)
#352E11
(53,46,17)
#2D270F
(45,39,15)
#25200D
(37,32,13)
#1D190B
(29,25,11)
#151209
(21,18,9)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #5D511B

#5D511B
(93,81,27)
#6B602F
(107,96,47)
#796F43
(121,111,67)
#877E57
(135,126,87)
#958D6B
(149,141,107)
#A39C7F
(163,156,127)
#B1AB93
(177,171,147)
#BFBAA7
(191,186,167)
#CDC9BB
(205,201,187)
#DBD8CF
(219,216,207)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D511B color. Also use rgb(93,81,27) instead hex code.

Text Font Color

.myTextColor { color: #5D511B; }

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

This text font color is #5D511B.


Background Color

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

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

This div background color is #5D511B.


Border color

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

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

This div border color is #5D511B.


Opacity

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

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

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

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

This text has shadow with #5D511B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D511B on black background.


Color preview on white background

This text has color #5D511B on white background.



Black color preview on #5D511B background

This text has black color on #5D511B background.


White color preview on #5D511B background

This text has white color on #5D511B background.