COLOR #5A734D

HEX: #5A734D RGB: (90,115,77)

Color info

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

RGB color model

#5A734D color RGB value is (90,115,77).

RGB: (90,115,77) (35%, 45%, 30%)

RGB channels and saturation

R 90 of 255 = 35%
G 115 of 255 = 45%
B 77 of 255 = 30%

90
115
77

R + G + B ~ 37%. #5A734D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 115 + 77 = 282 (100%)
R 90 of 282 ~ 31.91%
G 115 of 282 ~ 40.78%
B 77 of 282 ~ 27.3'%

%31.91
%40.78
%27.3

CMYK color model

#5A734D color CMYK value is (22,0,33,55).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 54.90%

CMYK: (22,0,33,55)
C22M0Y33K55 (22%, 0%, 33%, 55%)
(0.22 / 0.00 / 0.33 / 0.55)

CMYK percentages

%21.74
%0
%33.04
%54.9

Codes

Color #5A734D in popluar color models

5A 73 4D
RGB 90 115 77
HSL 99° 19.79% 37.65%
HSB/HSV 99° 33.04% 45.10%
CMYK 21.74% 0.00% 33.04%
54.90%

Color #5A734D in popluar number systems.

HEX 5A 73 4D
Decimal 90 115 77
Binary 1011010 1110011 1001101
Octal 132 163 115

Shades and tints

Shades of #5A734D

#5A734D
(90,115,77)
#526946
(82,105,70)
#4A5F3F
(74,95,63)
#425538
(66,85,56)
#3A4B31
(58,75,49)
#32412A
(50,65,42)
#2A3723
(42,55,35)
#222D1C
(34,45,28)
#1A2315
(26,35,21)
#12190E
(18,25,14)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #5A734D

#5A734D
(90,115,77)
#697F5D
(105,127,93)
#788B6D
(120,139,109)
#87977D
(135,151,125)
#96A38D
(150,163,141)
#A5AF9D
(165,175,157)
#B4BBAD
(180,187,173)
#C3C7BD
(195,199,189)
#D2D3CD
(210,211,205)
#E1DFDD
(225,223,221)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A734D color. Also use rgb(90,115,77) instead hex code.

Text Font Color

.myTextColor { color: #5A734D; }

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

This text font color is #5A734D.

Background Color

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

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

This div background color is #5A734D.

Border color

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

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

This div border color is #5A734D.

Opacity

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

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

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

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

This text has shadow with #5A734D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A734D.

Preview

Color preview on black background

This text has color #5A734D on black background.


Color preview on white background

This text has color #5A734D on white background.


Black color preview on #5A734D background

This text has black color on #5A734D background.


White color preview on #5A734D background

This text has white color on #5A734D background.


Related colors

Complementary color

Complementary color for #hex is #A58CB2.


I love getcolorcode.com

Triadic colors

1 #4D5A73 and #734D5A with #5A734D are triadic colors.

2 #4D735A and #735A4D with #5A734D are triadic colors.