COLOR #5A6431

HEX: #5A6431 RGB: (90,100,49)

Color info

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

RGB color model

#5A6431 color RGB value is (90,100,49).

RGB: (90,100,49) (35%, 39%, 19%)

RGB channels and saturation

R 90 of 255 = 35%
G 100 of 255 = 39%
B 49 of 255 = 19%

90
100
49

R + G + B ~ 31%. #5A6431 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 100 + 49 = 239 (100%)
R 90 of 239 ~ 37.66%
G 100 of 239 ~ 41.84%
B 49 of 239 ~ 20.5'%

%37.66
%41.84
%20.5

CMYK color model

#5A6431 color CMYK value is (10,0,51,61).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 51.00%
  • key color value is 60.78%

CMYK: (10,0,51,61)
C10M0Y51K61 (10%, 0%, 51%, 61%)
(0.10 / 0.00 / 0.51 / 0.61)

CMYK percentages

%10
%0
%51
%60.78

Codes

Color #5A6431 in popluar color models

5A 64 31
RGB 90 100 49
HSL 72° 34.23% 29.22%
HSB/HSV 72° 51.00% 39.22%
CMYK 10.00% 0.00% 51.00%
60.78%

Color #5A6431 in popluar number systems.

HEX 5A 64 31
Decimal 90 100 49
Binary 1011010 1100100 110001
Octal 132 144 61

Shades and tints

Shades of #5A6431

#5A6431
(90,100,49)
#525B2D
(82,91,45)
#4A5229
(74,82,41)
#424925
(66,73,37)
#3A4021
(58,64,33)
#32371D
(50,55,29)
#2A2E19
(42,46,25)
#222515
(34,37,21)
#1A1C11
(26,28,17)
#12130D
(18,19,13)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #5A6431

#5A6431
(90,100,49)
#697243
(105,114,67)
#788055
(120,128,85)
#878E67
(135,142,103)
#969C79
(150,156,121)
#A5AA8B
(165,170,139)
#B4B89D
(180,184,157)
#C3C6AF
(195,198,175)
#D2D4C1
(210,212,193)
#E1E2D3
(225,226,211)
#F0F0E5
(240,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6431 color. Also use rgb(90,100,49) instead hex code.

Text Font Color

.myTextColor { color: #5A6431; }

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

This text font color is #5A6431.

Background Color

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

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

This div background color is #5A6431.

Border color

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

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

This div border color is #5A6431.

Opacity

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

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

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

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

This text has shadow with #5A6431 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6431.

Preview

Color preview on black background

This text has color #5A6431 on black background.


Color preview on white background

This text has color #5A6431 on white background.


Black color preview on #5A6431 background

This text has black color on #5A6431 background.


White color preview on #5A6431 background

This text has white color on #5A6431 background.


Related colors

Complementary color

Complementary color for #hex is #A59BCE.


I love getcolorcode.com

Triadic colors

1 #315A64 and #64315A with #5A6431 are triadic colors.

2 #31645A and #645A31 with #5A6431 are triadic colors.