COLOR #495429

HEX: #495429
RGB: (73,84,41)

Color info

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

RGB color model

#495429 color RGB value is (73,84,41).

  • red value is 73;
  • green value is 84;
  • blue value is 41.
RGB:
(73,84,41)
(29%,33%,16%)

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 41 of 255 = 16%

73
84
41

R + G + B ~ 26%. #495429 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 41 = 198 (100%)
R 73 of 198 ~ 36.87%
G 84 of 198 ~ 42.42%
B 41 of 198 ~ 20.71%

%36.87
%42.42
%20.71

CMYK color model

#495429 color CMYK value is (13,0,51,67).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 51.19%
  • key color value is 67.06%
CMYK:
(13,0,51,67)
C13M0Y51K67 
(13%,0%,51%,67%)
(0.13/0.00/0.51/0.67)	

CMYK percentages

%13.1
%0
%51.19
%67.06

Codes

Color #495429 in popluar color models

495429
RGB738441
HSL75°34.40%24.51%
HSB/HSV75°51.19%32.94%
CMYK13.10%0.00%51.19%
67.06%

Color #495429 in popluar number systems.

HEX495429
Decimal738441
Binary10010011010100101001
Octal11112451

Shades and tints

Shades of #495429

#495429
(73,84,41)
#434D26
(67,77,38)
#3D4623
(61,70,35)
#373F20
(55,63,32)
#31381D
(49,56,29)
#2B311A
(43,49,26)
#252A17
(37,42,23)
#1F2314
(31,35,20)
#191C11
(25,28,17)
#13150E
(19,21,14)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #495429

#495429
(73,84,41)
#59633C
(89,99,60)
#69724F
(105,114,79)
#798162
(121,129,98)
#899075
(137,144,117)
#999F88
(153,159,136)
#A9AE9B
(169,174,155)
#B9BDAE
(185,189,174)
#C9CCC1
(201,204,193)
#D9DBD4
(217,219,212)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495429 color. Also use rgb(73,84,41) instead hex code.

Text Font Color

.myTextColor { color: #495429; }

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

This text font color is #495429.


Background Color

.myBgColor { background-color: #495429; }

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

This div background color is #495429.


Border color

.myBorderColor { border: 1px solid #495429; }

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

This div border color is #495429.


Opacity

.myOpacity80 { color: #495429; opacity: 0.8; }

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

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

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

This text has shadow with #495429 color.

.textShadow {text-shadow: 3px 3px 1px #495429, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #495429;
-webkit-box-shadow: 1px 1px 3px 2px #495429;
box-shadow:1px 1px 3px 2px #495429;">
Div content here</div>
This div box has shadow with color #495429.

Preview

Color preview on black background

This text has color #495429 on black background.


Color preview on white background

This text has color #495429 on white background.



Black color preview on #495429 background

This text has black color on #495429 background.


White color preview on #495429 background

This text has white color on #495429 background.