COLOR #5B491C

HEX: #5B491C
RGB: (91,73,28)

Color info

#5B491C contains mainly red and green colors. Web safe color of #5B491C is #663333 (or #633).

RGB color model

#5B491C color RGB value is (91,73,28).

  • red value is 91;
  • green value is 73;
  • blue value is 28.
RGB:
(91,73,28)
(36%,29%,11%)

RGB channels and saturation

R 91 of 255 = 36%
G 73 of 255 = 29%
B 28 of 255 = 11%

91
73
28

R + G + B ~ 25%. #5B491C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 73 + 28 = 192 (100%)
R 91 of 192 ~ 47.4%
G 73 of 192 ~ 38.02%
B 28 of 192 ~ 14.58%

%47.4
%38.02
%14.58

CMYK color model

#5B491C color CMYK value is (0,20,69,64).

  • cyan value is 0.00%
  • magenta value is 19.78%
  • yellow value is 69.23%
  • key color value is 64.31%
CMYK:
(0,20,69,64)
C0M20Y69K64 
(0%,20%,69%,64%)
(0.00/0.20/0.69/0.64)	

CMYK percentages

%0
%19.78
%69.23
%64.31

Codes

Color #5B491C in popluar color models

5B491C
RGB917328
HSL43°52.94%23.33%
HSB/HSV43°69.23%35.69%
CMYK0.00%19.78%69.23%
64.31%

Color #5B491C in popluar number systems.

HEX5B491C
Decimal917328
Binary1011011100100111100
Octal13311134

Shades and tints

Shades of #5B491C

#5B491C
(91,73,28)
#53431A
(83,67,26)
#4B3D18
(75,61,24)
#433716
(67,55,22)
#3B3114
(59,49,20)
#332B12
(51,43,18)
#2B2510
(43,37,16)
#231F0E
(35,31,14)
#1B190C
(27,25,12)
#13130A
(19,19,10)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #5B491C

#5B491C
(91,73,28)
#695930
(105,89,48)
#776944
(119,105,68)
#857958
(133,121,88)
#93896C
(147,137,108)
#A19980
(161,153,128)
#AFA994
(175,169,148)
#BDB9A8
(189,185,168)
#CBC9BC
(203,201,188)
#D9D9D0
(217,217,208)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B491C color. Also use rgb(91,73,28) instead hex code.

Text Font Color

.myTextColor { color: #5B491C; }

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

This text font color is #5B491C.


Background Color

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

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

This div background color is #5B491C.


Border color

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

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

This div border color is #5B491C.


Opacity

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

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

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

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

This text has shadow with #5B491C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B491C on black background.


Color preview on white background

This text has color #5B491C on white background.



Black color preview on #5B491C background

This text has black color on #5B491C background.


White color preview on #5B491C background

This text has white color on #5B491C background.