COLOR #5A723B

HEX: #5A723B
RGB: (90,114,59)

Color info

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

RGB color model

#5A723B color RGB value is (90,114,59).

  • red value is 90;
  • green value is 114;
  • blue value is 59.
RGB:
(90,114,59)
(35%,45%,23%)

RGB channels and saturation

R 90 of 255 = 35%
G 114 of 255 = 45%
B 59 of 255 = 23%

90
114
59

R + G + B ~ 34%. #5A723B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 114 + 59 = 263 (100%)
R 90 of 263 ~ 34.22%
G 114 of 263 ~ 43.35%
B 59 of 263 ~ 22.43%

%34.22
%43.35
%22.43

CMYK color model

#5A723B color CMYK value is (21,0,48,55).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 48.25%
  • key color value is 55.29%
CMYK:
(21,0,48,55)
C21M0Y48K55 
(21%,0%,48%,55%)
(0.21/0.00/0.48/0.55)	

CMYK percentages

%21.05
%0
%48.25
%55.29

Codes

Color #5A723B in popluar color models

5A723B
RGB9011459
HSL86°31.79%33.92%
HSB/HSV86°48.25%44.71%
CMYK21.05%0.00%48.25%
55.29%

Color #5A723B in popluar number systems.

HEX5A723B
Decimal9011459
Binary10110101110010111011
Octal13216273

Shades and tints

Shades of #5A723B

#5A723B
(90,114,59)
#526836
(82,104,54)
#4A5E31
(74,94,49)
#42542C
(66,84,44)
#3A4A27
(58,74,39)
#324022
(50,64,34)
#2A361D
(42,54,29)
#222C18
(34,44,24)
#1A2213
(26,34,19)
#12180E
(18,24,14)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #5A723B

#5A723B
(90,114,59)
#697E4C
(105,126,76)
#788A5D
(120,138,93)
#87966E
(135,150,110)
#96A27F
(150,162,127)
#A5AE90
(165,174,144)
#B4BAA1
(180,186,161)
#C3C6B2
(195,198,178)
#D2D2C3
(210,210,195)
#E1DED4
(225,222,212)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A723B color. Also use rgb(90,114,59) instead hex code.

Text Font Color

.myTextColor { color: #5A723B; }

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

This text font color is #5A723B.


Background Color

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

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

This div background color is #5A723B.


Border color

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

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

This div border color is #5A723B.


Opacity

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

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

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

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

This text has shadow with #5A723B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A723B on black background.


Color preview on white background

This text has color #5A723B on white background.



Black color preview on #5A723B background

This text has black color on #5A723B background.


White color preview on #5A723B background

This text has white color on #5A723B background.