COLOR #495A31

HEX: #495A31 RGB: (73,90,49)

Color info

#495A31 contains red, green and blue colors in about the same proportion. Web safe color of #495A31 is #336633 (or #363).

RGB color model

#495A31 color RGB value is (73,90,49).

RGB: (73,90,49) (29%, 35%, 19%)

RGB channels and saturation

R 73 of 255 = 29%
G 90 of 255 = 35%
B 49 of 255 = 19%

73
90
49

R + G + B ~ 28%. #495A31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 90 + 49 = 212 (100%)
R 73 of 212 ~ 34.43%
G 90 of 212 ~ 42.45%
B 49 of 212 ~ 23.11'%

%34.43
%42.45
%23.11

CMYK color model

#495A31 color CMYK value is (19,0,46,65).

  • cyan value is 18.89%
  • magenta value is 0.00%
  • yellow value is 45.56%
  • key color value is 64.71%

CMYK: (19,0,46,65)
C19M0Y46K65 (19%, 0%, 46%, 65%)
(0.19 / 0.00 / 0.46 / 0.65)

CMYK percentages

%18.89
%0
%45.56
%64.71

Codes

Color #495A31 in popluar color models

49 5A 31
RGB 73 90 49
HSL 85° 29.50% 27.25%
HSB/HSV 85° 45.56% 35.29%
CMYK 18.89% 0.00% 45.56%
64.71%

Color #495A31 in popluar number systems.

HEX 49 5A 31
Decimal 73 90 49
Binary 1001001 1011010 110001
Octal 111 132 61

Shades and tints

Shades of #495A31

#495A31
(73,90,49)
#43522D
(67,82,45)
#3D4A29
(61,74,41)
#374225
(55,66,37)
#313A21
(49,58,33)
#2B321D
(43,50,29)
#252A19
(37,42,25)
#1F2215
(31,34,21)
#191A11
(25,26,17)
#13120D
(19,18,13)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #495A31

#495A31
(73,90,49)
#596943
(89,105,67)
#697855
(105,120,85)
#798767
(121,135,103)
#899679
(137,150,121)
#99A58B
(153,165,139)
#A9B49D
(169,180,157)
#B9C3AF
(185,195,175)
#C9D2C1
(201,210,193)
#D9E1D3
(217,225,211)
#E9F0E5
(233,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495A31 color. Also use rgb(73,90,49) instead hex code.

Text Font Color

.myTextColor { color: #495A31; }

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

This text font color is #495A31.

Background Color

.myBgColor { background-color: #495A31; }

<div style="background-color:#495A31">Inner text</div>

This div background color is #495A31.

Border color

.myBorderColor { border: 1px solid #495A31; }

<div style="border:3px solid #495A31">Div</div>

This div border color is #495A31.

Opacity

.myOpacity80 { color: #495A31; opacity: 0.8; }

<p style="color:#495A31;opacity:0.8;">80%</p>

Text with #495A31 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 #495A31;}

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

This text has shadow with #495A31 color.


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

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

This text has shadow with #495A31 primary color and red secondary color.


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

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

This text has shadow with #495A31 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #495A31.

Preview

Color preview on black background

This text has color #495A31 on black background.


Color preview on white background

This text has color #495A31 on white background.


Black color preview on #495A31 background

This text has black color on #495A31 background.


White color preview on #495A31 background

This text has white color on #495A31 background.


Related colors

Complementary color

Complementary color for #hex is #B6A5CE.


I love getcolorcode.com

Triadic colors

1 #31495A and #5A3149 with #495A31 are triadic colors.

2 #315A49 and #5A4931 with #495A31 are triadic colors.