COLOR #495A1A

HEX: #495A1A RGB: (73,90,26)

Color info

#495A1A contains mainly red and green colors. Web safe color of #495A1A is #336600 (or #360).

RGB color model

#495A1A color RGB value is (73,90,26).

RGB: (73,90,26) (29%, 35%, 10%)

RGB channels and saturation

R 73 of 255 = 29%
G 90 of 255 = 35%
B 26 of 255 = 10%

73
90
26

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

Portions of RGB colors in percentages

R + G + B = 73 + 90 + 26 = 189 (100%)
R 73 of 189 ~ 38.62%
G 90 of 189 ~ 47.62%
B 26 of 189 ~ 13.76'%

%38.62
%47.62
%13.76

CMYK color model

#495A1A color CMYK value is (19,0,71,65).

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

CMYK: (19,0,71,65)
C19M0Y71K65 (19%, 0%, 71%, 65%)
(0.19 / 0.00 / 0.71 / 0.65)

CMYK percentages

%18.89
%0
%71.11
%64.71

Codes

Color #495A1A in popluar color models

49 5A 1A
RGB 73 90 26
HSL 76° 55.17% 22.75%
HSB/HSV 76° 71.11% 35.29%
CMYK 18.89% 0.00% 71.11%
64.71%

Color #495A1A in popluar number systems.

HEX 49 5A 1A
Decimal 73 90 26
Binary 1001001 1011010 11010
Octal 111 132 32

Shades and tints

Shades of #495A1A

#495A1A
(73,90,26)
#435218
(67,82,24)
#3D4A16
(61,74,22)
#374214
(55,66,20)
#313A12
(49,58,18)
#2B3210
(43,50,16)
#252A0E
(37,42,14)
#1F220C
(31,34,12)
#191A0A
(25,26,10)
#131208
(19,18,8)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #495A1A

#495A1A
(73,90,26)
#59692E
(89,105,46)
#697842
(105,120,66)
#798756
(121,135,86)
#89966A
(137,150,106)
#99A57E
(153,165,126)
#A9B492
(169,180,146)
#B9C3A6
(185,195,166)
#C9D2BA
(201,210,186)
#D9E1CE
(217,225,206)
#E9F0E2
(233,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495A1A; }

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

This text font color is #495A1A.

Background Color

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

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

This div background color is #495A1A.

Border color

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

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

This div border color is #495A1A.

Opacity

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

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

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

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

This text has shadow with #495A1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495A1A.

Preview

Color preview on black background

This text has color #495A1A on black background.


Color preview on white background

This text has color #495A1A on white background.


Black color preview on #495A1A background

This text has black color on #495A1A background.


White color preview on #495A1A background

This text has white color on #495A1A background.


Related colors

Complementary color

Complementary color for #hex is #B6A5E5.


I love getcolorcode.com

Triadic colors

1 #1A495A and #5A1A49 with #495A1A are triadic colors.

2 #1A5A49 and #5A491A with #495A1A are triadic colors.