COLOR #5A743A

HEX: #5A743A RGB: (90,116,58)

Color info

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

RGB color model

#5A743A color RGB value is (90,116,58).

RGB: (90,116,58) (35%, 45%, 23%)

RGB channels and saturation

R 90 of 255 = 35%
G 116 of 255 = 45%
B 58 of 255 = 23%

90
116
58

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

Portions of RGB colors in percentages

R + G + B = 90 + 116 + 58 = 264 (100%)
R 90 of 264 ~ 34.09%
G 116 of 264 ~ 43.94%
B 58 of 264 ~ 21.97'%

%34.09
%43.94
%21.97

CMYK color model

#5A743A color CMYK value is (22,0,50,55).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 54.51%
CMYK: (22,0,50,55) C22M0Y50K55 (22%,0%,50%,55%) (0.22/0.00/0.50/0.55) 

CMYK percentages

%22.41
%0
%50
%54.51

Codes

Color #5A743A in popluar color models

5A 74 3A
RGB 90 116 58
HSL 87° 33.33% 34.12%
HSB/HSV 87° 50.00% 45.49%
CMYK 22.41% 0.00% 50.00%
54.51%

Color #5A743A in popluar number systems.

HEX 5A 74 3A
Decimal 90 116 58
Binary 1011010 1110100 111010
Octal 132 164 72

Shades and tints

Shades of #5A743A

#5A743A
(90,116,58)
#526A35
(82,106,53)
#4A6030
(74,96,48)
#42562B
(66,86,43)
#3A4C26
(58,76,38)
#324221
(50,66,33)
#2A381C
(42,56,28)
#222E17
(34,46,23)
#1A2412
(26,36,18)
#121A0D
(18,26,13)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #5A743A

#5A743A
(90,116,58)
#69804B
(105,128,75)
#788C5C
(120,140,92)
#87986D
(135,152,109)
#96A47E
(150,164,126)
#A5B08F
(165,176,143)
#B4BCA0
(180,188,160)
#C3C8B1
(195,200,177)
#D2D4C2
(210,212,194)
#E1E0D3
(225,224,211)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A743A color. Also use rgb(90,116,58) instead hex code.

Text Font Color

.myTextColor { color: #5A743A; }

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

This text font color is #5A743A.

Background Color

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

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

This div background color is #5A743A.

Border color

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

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

This div border color is #5A743A.

Opacity

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

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

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

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

This text has shadow with #5A743A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A743A.

Preview

Color preview on black background

This text has color #5A743A on black background.


Color preview on white background

This text has color #5A743A on white background.


Black color preview on #5A743A background

This text has black color on #5A743A background.


White color preview on #5A743A background

This text has white color on #5A743A background.


Related colors

Complementary color

Complementary color for #hex is #A58BC5.


I love getcolorcode.com

Triadic colors

1 #3A5A74 and #743A5A with #5A743A are triadic colors.

2 #3A745A and #745A3A with #5A743A are triadic colors.