COLOR #5B462B

HEX: #5B462B
RGB: (91,70,43)

Color info

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

RGB color model

#5B462B color RGB value is (91,70,43).

  • red value is 91;
  • green value is 70;
  • blue value is 43.
RGB:
(91,70,43)
(36%,27%,17%)

RGB channels and saturation

R 91 of 255 = 36%
G 70 of 255 = 27%
B 43 of 255 = 17%

91
70
43

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

Portions of RGB colors in percentages

R + G + B =
91 + 70 + 43 = 204 (100%)
R 91 of 204 ~ 44.61%
G 70 of 204 ~ 34.31%
B 43 of 204 ~ 21.08%

%44.61
%34.31
%21.08

CMYK color model

#5B462B color CMYK value is (0,23,53,64).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 52.75%
  • key color value is 64.31%
CMYK:
(0,23,53,64)
C0M23Y53K64 
(0%,23%,53%,64%)
(0.00/0.23/0.53/0.64)	

CMYK percentages

%0
%23.08
%52.75
%64.31

Codes

Color #5B462B in popluar color models

5B462B
RGB917043
HSL34°35.82%26.27%
HSB/HSV34°52.75%35.69%
CMYK0.00%23.08%52.75%
64.31%

Color #5B462B in popluar number systems.

HEX5B462B
Decimal917043
Binary10110111000110101011
Octal13310653

Shades and tints

Shades of #5B462B

#5B462B
(91,70,43)
#534028
(83,64,40)
#4B3A25
(75,58,37)
#433422
(67,52,34)
#3B2E1F
(59,46,31)
#33281C
(51,40,28)
#2B2219
(43,34,25)
#231C16
(35,28,22)
#1B1613
(27,22,19)
#131010
(19,16,16)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #5B462B

#5B462B
(91,70,43)
#69563E
(105,86,62)
#776651
(119,102,81)
#857664
(133,118,100)
#938677
(147,134,119)
#A1968A
(161,150,138)
#AFA69D
(175,166,157)
#BDB6B0
(189,182,176)
#CBC6C3
(203,198,195)
#D9D6D6
(217,214,214)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B462B color. Also use rgb(91,70,43) instead hex code.

Text Font Color

.myTextColor { color: #5B462B; }

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

This text font color is #5B462B.


Background Color

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

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

This div background color is #5B462B.


Border color

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

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

This div border color is #5B462B.


Opacity

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

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

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

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

This text has shadow with #5B462B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B462B on black background.


Color preview on white background

This text has color #5B462B on white background.



Black color preview on #5B462B background

This text has black color on #5B462B background.


White color preview on #5B462B background

This text has white color on #5B462B background.