COLOR #495E46

HEX: #495E46
RGB: (73,94,70)

Color info

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

RGB color model

#495E46 color RGB value is (73,94,70).

  • red value is 73;
  • green value is 94;
  • blue value is 70.
RGB:
(73,94,70)
(29%,37%,27%)

RGB channels and saturation

R 73 of 255 = 29%
G 94 of 255 = 37%
B 70 of 255 = 27%

73
94
70

R + G + B ~ 31%. #495E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 94 + 70 = 237 (100%)
R 73 of 237 ~ 30.8%
G 94 of 237 ~ 39.66%
B 70 of 237 ~ 29.54%

%30.8
%39.66
%29.54

CMYK color model

#495E46 color CMYK value is (22,0,26,63).

  • cyan value is 22.34%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 63.14%
CMYK:
(22,0,26,63)
C22M0Y26K63 
(22%,0%,26%,63%)
(0.22/0.00/0.26/0.63)	

CMYK percentages

%22.34
%0
%25.53
%63.14

Codes

Color #495E46 in popluar color models

495E46
RGB739470
HSL113°14.63%32.16%
HSB/HSV113°25.53%36.86%
CMYK22.34%0.00%25.53%
63.14%

Color #495E46 in popluar number systems.

HEX495E46
Decimal739470
Binary100100110111101000110
Octal111136106

Shades and tints

Shades of #495E46

#495E46
(73,94,70)
#435640
(67,86,64)
#3D4E3A
(61,78,58)
#374634
(55,70,52)
#313E2E
(49,62,46)
#2B3628
(43,54,40)
#252E22
(37,46,34)
#1F261C
(31,38,28)
#191E16
(25,30,22)
#131610
(19,22,16)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #495E46

#495E46
(73,94,70)
#596C56
(89,108,86)
#697A66
(105,122,102)
#798876
(121,136,118)
#899686
(137,150,134)
#99A496
(153,164,150)
#A9B2A6
(169,178,166)
#B9C0B6
(185,192,182)
#C9CEC6
(201,206,198)
#D9DCD6
(217,220,214)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495E46 color. Also use rgb(73,94,70) instead hex code.

Text Font Color

.myTextColor { color: #495E46; }

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

This text font color is #495E46.


Background Color

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

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

This div background color is #495E46.


Border color

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

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

This div border color is #495E46.


Opacity

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

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

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

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

This text has shadow with #495E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495E46 on black background.


Color preview on white background

This text has color #495E46 on white background.



Black color preview on #495E46 background

This text has black color on #495E46 background.


White color preview on #495E46 background

This text has white color on #495E46 background.