COLOR #5B663A

HEX: #5B663A
RGB: (91,102,58)

Color info

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

RGB color model

#5B663A color RGB value is (91,102,58).

  • red value is 91;
  • green value is 102;
  • blue value is 58.
RGB:
(91,102,58)
(36%,40%,23%)

RGB channels and saturation

R 91 of 255 = 36%
G 102 of 255 = 40%
B 58 of 255 = 23%

91
102
58

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

Portions of RGB colors in percentages

R + G + B =
91 + 102 + 58 = 251 (100%)
R 91 of 251 ~ 36.25%
G 102 of 251 ~ 40.64%
B 58 of 251 ~ 23.11%

%36.25
%40.64
%23.11

CMYK color model

#5B663A color CMYK value is (11,0,43,60).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 60.00%
CMYK:
(11,0,43,60)
C11M0Y43K60 
(11%,0%,43%,60%)
(0.11/0.00/0.43/0.60)	

CMYK percentages

%10.78
%0
%43.14
%60

Codes

Color #5B663A in popluar color models

5B663A
RGB9110258
HSL75°27.50%31.37%
HSB/HSV75°43.14%40.00%
CMYK10.78%0.00%43.14%
60.00%

Color #5B663A in popluar number systems.

HEX5B663A
Decimal9110258
Binary10110111100110111010
Octal13314672

Shades and tints

Shades of #5B663A

#5B663A
(91,102,58)
#535D35
(83,93,53)
#4B5430
(75,84,48)
#434B2B
(67,75,43)
#3B4226
(59,66,38)
#333921
(51,57,33)
#2B301C
(43,48,28)
#232717
(35,39,23)
#1B1E12
(27,30,18)
#13150D
(19,21,13)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #5B663A

#5B663A
(91,102,58)
#69734B
(105,115,75)
#77805C
(119,128,92)
#858D6D
(133,141,109)
#939A7E
(147,154,126)
#A1A78F
(161,167,143)
#AFB4A0
(175,180,160)
#BDC1B1
(189,193,177)
#CBCEC2
(203,206,194)
#D9DBD3
(217,219,211)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B663A color. Also use rgb(91,102,58) instead hex code.

Text Font Color

.myTextColor { color: #5B663A; }

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

This text font color is #5B663A.


Background Color

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

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

This div background color is #5B663A.


Border color

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

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

This div border color is #5B663A.


Opacity

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

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

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

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

This text has shadow with #5B663A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B663A on black background.


Color preview on white background

This text has color #5B663A on white background.



Black color preview on #5B663A background

This text has black color on #5B663A background.


White color preview on #5B663A background

This text has white color on #5B663A background.