COLOR #5A723F

HEX: #5A723F
RGB: (90,114,63)

Color info

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

RGB color model

#5A723F color RGB value is (90,114,63).

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

RGB channels and saturation

R 90 of 255 = 35%
G 114 of 255 = 45%
B 63 of 255 = 25%

90
114
63

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

Portions of RGB colors in percentages

R + G + B =
90 + 114 + 63 = 267 (100%)
R 90 of 267 ~ 33.71%
G 114 of 267 ~ 42.7%
B 63 of 267 ~ 23.6%

%33.71
%42.7
%23.6

CMYK color model

#5A723F color CMYK value is (21,0,45,55).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 44.74%
  • key color value is 55.29%
CMYK:
(21,0,45,55)
C21M0Y45K55 
(21%,0%,45%,55%)
(0.21/0.00/0.45/0.55)	

CMYK percentages

%21.05
%0
%44.74
%55.29

Codes

Color #5A723F in popluar color models

5A723F
RGB9011463
HSL88°28.81%34.71%
HSB/HSV88°44.74%44.71%
CMYK21.05%0.00%44.74%
55.29%

Color #5A723F in popluar number systems.

HEX5A723F
Decimal9011463
Binary10110101110010111111
Octal13216277

Shades and tints

Shades of #5A723F

#5A723F
(90,114,63)
#52683A
(82,104,58)
#4A5E35
(74,94,53)
#425430
(66,84,48)
#3A4A2B
(58,74,43)
#324026
(50,64,38)
#2A3621
(42,54,33)
#222C1C
(34,44,28)
#1A2217
(26,34,23)
#121812
(18,24,18)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #5A723F

#5A723F
(90,114,63)
#697E50
(105,126,80)
#788A61
(120,138,97)
#879672
(135,150,114)
#96A283
(150,162,131)
#A5AE94
(165,174,148)
#B4BAA5
(180,186,165)
#C3C6B6
(195,198,182)
#D2D2C7
(210,210,199)
#E1DED8
(225,222,216)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A723F; }

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

This text font color is #5A723F.


Background Color

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

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

This div background color is #5A723F.


Border color

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

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

This div border color is #5A723F.


Opacity

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

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

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

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

This text has shadow with #5A723F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A723F on black background.


Color preview on white background

This text has color #5A723F on white background.



Black color preview on #5A723F background

This text has black color on #5A723F background.


White color preview on #5A723F background

This text has white color on #5A723F background.