COLOR #495A1E

HEX: #495A1E RGB: (73,90,30)

Color info

#495A1E contains mainly red and green colors. Web safe color of #495A1E is #336633 (or #363).

RGB color model

#495A1E color RGB value is (73,90,30).

RGB: (73,90,30) (29%, 35%, 12%)

RGB channels and saturation

R 73 of 255 = 29%
G 90 of 255 = 35%
B 30 of 255 = 12%

73
90
30

R + G + B ~ 25%. #495A1E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 90 + 30 = 193 (100%)
R 73 of 193 ~ 37.82%
G 90 of 193 ~ 46.63%
B 30 of 193 ~ 15.54'%

%37.82
%46.63
%15.54

CMYK color model

#495A1E color CMYK value is (19,0,67,65).

  • cyan value is 18.89%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 64.71%
CMYK: (19,0,67,65) C19M0Y67K65 (19%,0%,67%,65%) (0.19/0.00/0.67/0.65) 

CMYK percentages

%18.89
%0
%66.67
%64.71

Codes

Color #495A1E in popluar color models

49 5A 1E
RGB 73 90 30
HSL 77° 50.00% 23.53%
HSB/HSV 77° 66.67% 35.29%
CMYK 18.89% 0.00% 66.67%
64.71%

Color #495A1E in popluar number systems.

HEX 49 5A 1E
Decimal 73 90 30
Binary 1001001 1011010 11110
Octal 111 132 36

Shades and tints

Shades of #495A1E

#495A1E
(73,90,30)
#43521C
(67,82,28)
#3D4A1A
(61,74,26)
#374218
(55,66,24)
#313A16
(49,58,22)
#2B3214
(43,50,20)
#252A12
(37,42,18)
#1F2210
(31,34,16)
#191A0E
(25,26,14)
#13120C
(19,18,12)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #495A1E

#495A1E
(73,90,30)
#596932
(89,105,50)
#697846
(105,120,70)
#79875A
(121,135,90)
#89966E
(137,150,110)
#99A582
(153,165,130)
#A9B496
(169,180,150)
#B9C3AA
(185,195,170)
#C9D2BE
(201,210,190)
#D9E1D2
(217,225,210)
#E9F0E6
(233,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495A1E; }

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

This text font color is #495A1E.

Background Color

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

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

This div background color is #495A1E.

Border color

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

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

This div border color is #495A1E.

Opacity

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

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

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

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

This text has shadow with #495A1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495A1E.

Preview

Color preview on black background

This text has color #495A1E on black background.


Color preview on white background

This text has color #495A1E on white background.


Black color preview on #495A1E background

This text has black color on #495A1E background.


White color preview on #495A1E background

This text has white color on #495A1E background.


Related colors

Complementary color

Complementary color for #hex is #B6A5E1.


I love getcolorcode.com

Triadic colors

1 #1E495A and #5A1E49 with #495A1E are triadic colors.

2 #1E5A49 and #5A491E with #495A1E are triadic colors.