COLOR #5B551B

HEX: #5B551B RGB: (91,85,27)

Color info

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

RGB color model

#5B551B color RGB value is (91,85,27).

RGB: (91,85,27) (36%, 33%, 11%)

RGB channels and saturation

R 91 of 255 = 36%
G 85 of 255 = 33%
B 27 of 255 = 11%

91
85
27

R + G + B ~ 27%. #5B551B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 85 + 27 = 203 (100%)
R 91 of 203 ~ 44.83%
G 85 of 203 ~ 41.87%
B 27 of 203 ~ 13.3'%

%44.83
%41.87
%13.3

CMYK color model

#5B551B color CMYK value is (0,7,70,64).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 70.33%
  • key color value is 64.31%
CMYK: (0,7,70,64) C0M7Y70K64 (0%,7%,70%,64%) (0.00/0.07/0.70/0.64) 

CMYK percentages

%0
%6.59
%70.33
%64.31

Codes

Color #5B551B in popluar color models

5B 55 1B
RGB 91 85 27
HSL 54° 54.24% 23.14%
HSB/HSV 54° 70.33% 35.69%
CMYK 0.00% 6.59% 70.33%
64.31%

Color #5B551B in popluar number systems.

HEX 5B 55 1B
Decimal 91 85 27
Binary 1011011 1010101 11011
Octal 133 125 33

Shades and tints

Shades of #5B551B

#5B551B
(91,85,27)
#534E19
(83,78,25)
#4B4717
(75,71,23)
#434015
(67,64,21)
#3B3913
(59,57,19)
#333211
(51,50,17)
#2B2B0F
(43,43,15)
#23240D
(35,36,13)
#1B1D0B
(27,29,11)
#131609
(19,22,9)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #5B551B

#5B551B
(91,85,27)
#69642F
(105,100,47)
#777343
(119,115,67)
#858257
(133,130,87)
#93916B
(147,145,107)
#A1A07F
(161,160,127)
#AFAF93
(175,175,147)
#BDBEA7
(189,190,167)
#CBCDBB
(203,205,187)
#D9DCCF
(217,220,207)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B551B; }

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

This text font color is #5B551B.

Background Color

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

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

This div background color is #5B551B.

Border color

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

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

This div border color is #5B551B.

Opacity

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

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

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

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

This text has shadow with #5B551B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B551B.

Preview

Color preview on black background

This text has color #5B551B on black background.


Color preview on white background

This text has color #5B551B on white background.


Black color preview on #5B551B background

This text has black color on #5B551B background.


White color preview on #5B551B background

This text has white color on #5B551B background.


Related colors

Complementary color

Complementary color for #hex is #A4AAE4.


I love getcolorcode.com

Triadic colors

1 #1B5B55 and #551B5B with #5B551B are triadic colors.

2 #1B555B and #555B1B with #5B551B are triadic colors.