COLOR #5B643D

HEX: #5B643D
RGB: (91,100,61)

Color info

#5B643D contains red, green and blue colors in about the same proportion. Web safe color of #5B643D is #666633 (or #663).

RGB color model

#5B643D color RGB value is (91,100,61).

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

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 61 of 255 = 24%

91
100
61

R + G + B ~ 33%. #5B643D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 100 + 61 = 252 (100%)
R 91 of 252 ~ 36.11%
G 100 of 252 ~ 39.68%
B 61 of 252 ~ 24.21%

%36.11
%39.68
%24.21

CMYK color model

#5B643D color CMYK value is (9,0,39,61).

  • cyan value is 9.00%
  • magenta value is 0.00%
  • yellow value is 39.00%
  • key color value is 60.78%
CMYK:
(9,0,39,61)
C9M0Y39K61 
(9%,0%,39%,61%)
(0.09/0.00/0.39/0.61)	

CMYK percentages

%9
%0
%39
%60.78

Codes

Color #5B643D in popluar color models

5B643D
RGB9110061
HSL74°24.22%31.57%
HSB/HSV74°39.00%39.22%
CMYK9.00%0.00%39.00%
60.78%

Color #5B643D in popluar number systems.

HEX5B643D
Decimal9110061
Binary10110111100100111101
Octal13314475

Shades and tints

Shades of #5B643D

#5B643D
(91,100,61)
#535B38
(83,91,56)
#4B5233
(75,82,51)
#43492E
(67,73,46)
#3B4029
(59,64,41)
#333724
(51,55,36)
#2B2E1F
(43,46,31)
#23251A
(35,37,26)
#1B1C15
(27,28,21)
#131310
(19,19,16)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #5B643D

#5B643D
(91,100,61)
#69724E
(105,114,78)
#77805F
(119,128,95)
#858E70
(133,142,112)
#939C81
(147,156,129)
#A1AA92
(161,170,146)
#AFB8A3
(175,184,163)
#BDC6B4
(189,198,180)
#CBD4C5
(203,212,197)
#D9E2D6
(217,226,214)
#E7F0E7
(231,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B643D; }

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

This text font color is #5B643D.


Background Color

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

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

This div background color is #5B643D.


Border color

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

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

This div border color is #5B643D.


Opacity

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

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

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

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

This text has shadow with #5B643D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B643D on black background.


Color preview on white background

This text has color #5B643D on white background.



Black color preview on #5B643D background

This text has black color on #5B643D background.


White color preview on #5B643D background

This text has white color on #5B643D background.