COLOR #5B723A

HEX: #5B723A
RGB: (91,114,58)

Color info

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

RGB color model

#5B723A color RGB value is (91,114,58).

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

RGB channels and saturation

R 91 of 255 = 36%
G 114 of 255 = 45%
B 58 of 255 = 23%

91
114
58

R + G + B ~ 35%. #5B723A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 114 + 58 = 263 (100%)
R 91 of 263 ~ 34.6%
G 114 of 263 ~ 43.35%
B 58 of 263 ~ 22.05%

%34.6
%43.35
%22.05

CMYK color model

#5B723A color CMYK value is (20,0,49,55).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 49.12%
  • key color value is 55.29%
CMYK:
(20,0,49,55)
C20M0Y49K55 
(20%,0%,49%,55%)
(0.20/0.00/0.49/0.55)	

CMYK percentages

%20.18
%0
%49.12
%55.29

Codes

Color #5B723A in popluar color models

5B723A
RGB9111458
HSL85°32.56%33.73%
HSB/HSV85°49.12%44.71%
CMYK20.18%0.00%49.12%
55.29%

Color #5B723A in popluar number systems.

HEX5B723A
Decimal9111458
Binary10110111110010111010
Octal13316272

Shades and tints

Shades of #5B723A

#5B723A
(91,114,58)
#536835
(83,104,53)
#4B5E30
(75,94,48)
#43542B
(67,84,43)
#3B4A26
(59,74,38)
#334021
(51,64,33)
#2B361C
(43,54,28)
#232C17
(35,44,23)
#1B2212
(27,34,18)
#13180D
(19,24,13)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #5B723A

#5B723A
(91,114,58)
#697E4B
(105,126,75)
#778A5C
(119,138,92)
#85966D
(133,150,109)
#93A27E
(147,162,126)
#A1AE8F
(161,174,143)
#AFBAA0
(175,186,160)
#BDC6B1
(189,198,177)
#CBD2C2
(203,210,194)
#D9DED3
(217,222,211)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B723A; }

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

This text font color is #5B723A.


Background Color

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

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

This div background color is #5B723A.


Border color

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

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

This div border color is #5B723A.


Opacity

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

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

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

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

This text has shadow with #5B723A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B723A on black background.


Color preview on white background

This text has color #5B723A on white background.



Black color preview on #5B723A background

This text has black color on #5B723A background.


White color preview on #5B723A background

This text has white color on #5B723A background.