COLOR #5B603A

HEX: #5B603A
RGB: (91,96,58)

Color info

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

RGB color model

#5B603A color RGB value is (91,96,58).

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

RGB channels and saturation

R 91 of 255 = 36%
G 96 of 255 = 38%
B 58 of 255 = 23%

91
96
58

R + G + B ~ 32%. #5B603A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 96 + 58 = 245 (100%)
R 91 of 245 ~ 37.14%
G 96 of 245 ~ 39.18%
B 58 of 245 ~ 23.67%

%37.14
%39.18
%23.67

CMYK color model

#5B603A color CMYK value is (5,0,40,62).

  • cyan value is 5.21%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 62.35%
CMYK:
(5,0,40,62)
C5M0Y40K62 
(5%,0%,40%,62%)
(0.05/0.00/0.40/0.62)	

CMYK percentages

%5.21
%0
%39.58
%62.35

Codes

Color #5B603A in popluar color models

5B603A
RGB919658
HSL68°24.68%30.20%
HSB/HSV68°39.58%37.65%
CMYK5.21%0.00%39.58%
62.35%

Color #5B603A in popluar number systems.

HEX5B603A
Decimal919658
Binary10110111100000111010
Octal13314072

Shades and tints

Shades of #5B603A

#5B603A
(91,96,58)
#535835
(83,88,53)
#4B5030
(75,80,48)
#43482B
(67,72,43)
#3B4026
(59,64,38)
#333821
(51,56,33)
#2B301C
(43,48,28)
#232817
(35,40,23)
#1B2012
(27,32,18)
#13180D
(19,24,13)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #5B603A

#5B603A
(91,96,58)
#696E4B
(105,110,75)
#777C5C
(119,124,92)
#858A6D
(133,138,109)
#93987E
(147,152,126)
#A1A68F
(161,166,143)
#AFB4A0
(175,180,160)
#BDC2B1
(189,194,177)
#CBD0C2
(203,208,194)
#D9DED3
(217,222,211)
#E7ECE4
(231,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B603A; }

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

This text font color is #5B603A.


Background Color

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

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

This div background color is #5B603A.


Border color

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

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

This div border color is #5B603A.


Opacity

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

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

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

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

This text has shadow with #5B603A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B603A on black background.


Color preview on white background

This text has color #5B603A on white background.



Black color preview on #5B603A background

This text has black color on #5B603A background.


White color preview on #5B603A background

This text has white color on #5B603A background.