COLOR #495A2B

HEX: #495A2B RGB: (73,90,43)

Color info

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

RGB color model

#495A2B color RGB value is (73,90,43).

RGB: (73,90,43) (29%, 35%, 17%)

RGB channels and saturation

R 73 of 255 = 29%
G 90 of 255 = 35%
B 43 of 255 = 17%

73
90
43

R + G + B ~ 27%. #495A2B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 90 + 43 = 206 (100%)
R 73 of 206 ~ 35.44%
G 90 of 206 ~ 43.69%
B 43 of 206 ~ 20.87'%

%35.44
%43.69
%20.87

CMYK color model

#495A2B color CMYK value is (19,0,52,65).

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

CMYK: (19,0,52,65)
C19M0Y52K65 (19%, 0%, 52%, 65%)
(0.19 / 0.00 / 0.52 / 0.65)

CMYK percentages

%18.89
%0
%52.22
%64.71

Codes

Color #495A2B in popluar color models

49 5A 2B
RGB 73 90 43
HSL 82° 35.34% 26.08%
HSB/HSV 82° 52.22% 35.29%
CMYK 18.89% 0.00% 52.22%
64.71%

Color #495A2B in popluar number systems.

HEX 49 5A 2B
Decimal 73 90 43
Binary 1001001 1011010 101011
Octal 111 132 53

Shades and tints

Shades of #495A2B

#495A2B
(73,90,43)
#435228
(67,82,40)
#3D4A25
(61,74,37)
#374222
(55,66,34)
#313A1F
(49,58,31)
#2B321C
(43,50,28)
#252A19
(37,42,25)
#1F2216
(31,34,22)
#191A13
(25,26,19)
#131210
(19,18,16)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #495A2B

#495A2B
(73,90,43)
#59693E
(89,105,62)
#697851
(105,120,81)
#798764
(121,135,100)
#899677
(137,150,119)
#99A58A
(153,165,138)
#A9B49D
(169,180,157)
#B9C3B0
(185,195,176)
#C9D2C3
(201,210,195)
#D9E1D6
(217,225,214)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495A2B; }

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

This text font color is #495A2B.

Background Color

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

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

This div background color is #495A2B.

Border color

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

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

This div border color is #495A2B.

Opacity

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

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

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

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

This text has shadow with #495A2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495A2B.

Preview

Color preview on black background

This text has color #495A2B on black background.


Color preview on white background

This text has color #495A2B on white background.


Black color preview on #495A2B background

This text has black color on #495A2B background.


White color preview on #495A2B background

This text has white color on #495A2B background.


Related colors

Complementary color

Complementary color for #hex is #B6A5D4.


I love getcolorcode.com

Triadic colors

1 #2B495A and #5A2B49 with #495A2B are triadic colors.

2 #2B5A49 and #5A492B with #495A2B are triadic colors.