COLOR #5B4D3D

HEX: #5B4D3D
RGB: (91,77,61)

Color info

#5B4D3D contains red, green and blue colors in about the same proportion. Web safe color of #5B4D3D is #663333 (or #633).

RGB color model

#5B4D3D color RGB value is (91,77,61).

  • red value is 91;
  • green value is 77;
  • blue value is 61.
RGB:
(91,77,61)
(36%,30%,24%)

RGB channels and saturation

R 91 of 255 = 36%
G 77 of 255 = 30%
B 61 of 255 = 24%

91
77
61

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

Portions of RGB colors in percentages

R + G + B =
91 + 77 + 61 = 229 (100%)
R 91 of 229 ~ 39.74%
G 77 of 229 ~ 33.62%
B 61 of 229 ~ 26.64%

%39.74
%33.62
%26.64

CMYK color model

#5B4D3D color CMYK value is (0,15,33,64).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 32.97%
  • key color value is 64.31%
CMYK:
(0,15,33,64)
C0M15Y33K64 
(0%,15%,33%,64%)
(0.00/0.15/0.33/0.64)	

CMYK percentages

%0
%15.38
%32.97
%64.31

Codes

Color #5B4D3D in popluar color models

5B4D3D
RGB917761
HSL32°19.74%29.80%
HSB/HSV32°32.97%35.69%
CMYK0.00%15.38%32.97%
64.31%

Color #5B4D3D in popluar number systems.

HEX5B4D3D
Decimal917761
Binary10110111001101111101
Octal13311575

Shades and tints

Shades of #5B4D3D

#5B4D3D
(91,77,61)
#534638
(83,70,56)
#4B3F33
(75,63,51)
#43382E
(67,56,46)
#3B3129
(59,49,41)
#332A24
(51,42,36)
#2B231F
(43,35,31)
#231C1A
(35,28,26)
#1B1515
(27,21,21)
#130E10
(19,14,16)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #5B4D3D

#5B4D3D
(91,77,61)
#695D4E
(105,93,78)
#776D5F
(119,109,95)
#857D70
(133,125,112)
#938D81
(147,141,129)
#A19D92
(161,157,146)
#AFADA3
(175,173,163)
#BDBDB4
(189,189,180)
#CBCDC5
(203,205,197)
#D9DDD6
(217,221,214)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4D3D color. Also use rgb(91,77,61) instead hex code.

Text Font Color

.myTextColor { color: #5B4D3D; }

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

This text font color is #5B4D3D.


Background Color

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

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

This div background color is #5B4D3D.


Border color

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

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

This div border color is #5B4D3D.


Opacity

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

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

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

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

This text has shadow with #5B4D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4D3D on black background.


Color preview on white background

This text has color #5B4D3D on white background.



Black color preview on #5B4D3D background

This text has black color on #5B4D3D background.


White color preview on #5B4D3D background

This text has white color on #5B4D3D background.