COLOR #5B511B

HEX: #5B511B RGB: (91,81,27)

Color info

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

RGB color model

#5B511B color RGB value is (91,81,27).

RGB: (91,81,27) (36%, 32%, 11%)

RGB channels and saturation

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

91
81
27

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

Portions of RGB colors in percentages

R + G + B = 91 + 81 + 27 = 199 (100%)
R 91 of 199 ~ 45.73%
G 81 of 199 ~ 40.7%
B 27 of 199 ~ 13.57'%

%45.73
%40.7
%13.57

CMYK color model

#5B511B color CMYK value is (0,11,70,64).

  • cyan value is 0.00%
  • magenta value is 10.99%
  • yellow value is 70.33%
  • key color value is 64.31%

CMYK: (0,11,70,64)
C0M11Y70K64 (0%, 11%, 70%, 64%)
(0.00 / 0.11 / 0.70 / 0.64)

CMYK percentages

%0
%10.99
%70.33
%64.31

Codes

Color #5B511B in popluar color models

5B 51 1B
RGB 91 81 27
HSL 51° 54.24% 23.14%
HSB/HSV 51° 70.33% 35.69%
CMYK 0.00% 10.99% 70.33%
64.31%

Color #5B511B in popluar number systems.

HEX 5B 51 1B
Decimal 91 81 27
Binary 1011011 1010001 11011
Octal 133 121 33

Shades and tints

Shades of #5B511B

#5B511B
(91,81,27)
#534A19
(83,74,25)
#4B4317
(75,67,23)
#433C15
(67,60,21)
#3B3513
(59,53,19)
#332E11
(51,46,17)
#2B270F
(43,39,15)
#23200D
(35,32,13)
#1B190B
(27,25,11)
#131209
(19,18,9)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #5B511B

#5B511B
(91,81,27)
#69602F
(105,96,47)
#776F43
(119,111,67)
#857E57
(133,126,87)
#938D6B
(147,141,107)
#A19C7F
(161,156,127)
#AFAB93
(175,171,147)
#BDBAA7
(189,186,167)
#CBC9BB
(203,201,187)
#D9D8CF
(217,216,207)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B511B; }

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

This text font color is #5B511B.

Background Color

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

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

This div background color is #5B511B.

Border color

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

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

This div border color is #5B511B.

Opacity

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

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

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

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

This text has shadow with #5B511B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B511B.

Preview

Color preview on black background

This text has color #5B511B on black background.


Color preview on white background

This text has color #5B511B on white background.


Black color preview on #5B511B background

This text has black color on #5B511B background.


White color preview on #5B511B background

This text has white color on #5B511B background.


Related colors

Complementary color

Complementary color for #hex is #A4AEE4.


I love getcolorcode.com

Triadic colors

1 #1B5B51 and #511B5B with #5B511B are triadic colors.

2 #1B515B and #515B1B with #5B511B are triadic colors.