COLOR #495146

HEX: #495146
RGB: (73,81,70)

Color info

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

RGB color model

#495146 color RGB value is (73,81,70).

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

RGB channels and saturation

R 73 of 255 = 29%
G 81 of 255 = 32%
B 70 of 255 = 27%

73
81
70

R + G + B ~ 29%. #495146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 81 + 70 = 224 (100%)
R 73 of 224 ~ 32.59%
G 81 of 224 ~ 36.16%
B 70 of 224 ~ 31.25%

%32.59
%36.16
%31.25

CMYK color model

#495146 color CMYK value is (10,0,14,68).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 68.24%
CMYK:
(10,0,14,68)
C10M0Y14K68 
(10%,0%,14%,68%)
(0.10/0.00/0.14/0.68)	

CMYK percentages

%9.88
%0
%13.58
%68.24

Codes

Color #495146 in popluar color models

495146
RGB738170
HSL104°7.28%29.61%
HSB/HSV104°13.58%31.76%
CMYK9.88%0.00%13.58%
68.24%

Color #495146 in popluar number systems.

HEX495146
Decimal738170
Binary100100110100011000110
Octal111121106

Shades and tints

Shades of #495146

#495146
(73,81,70)
#434A40
(67,74,64)
#3D433A
(61,67,58)
#373C34
(55,60,52)
#31352E
(49,53,46)
#2B2E28
(43,46,40)
#252722
(37,39,34)
#1F201C
(31,32,28)
#191916
(25,25,22)
#131210
(19,18,16)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #495146

#495146
(73,81,70)
#596056
(89,96,86)
#696F66
(105,111,102)
#797E76
(121,126,118)
#898D86
(137,141,134)
#999C96
(153,156,150)
#A9ABA6
(169,171,166)
#B9BAB6
(185,186,182)
#C9C9C6
(201,201,198)
#D9D8D6
(217,216,214)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495146; }

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

This text font color is #495146.


Background Color

.myBgColor { background-color: #495146; }

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

This div background color is #495146.


Border color

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

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

This div border color is #495146.


Opacity

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

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

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

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

This text has shadow with #495146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495146 on black background.


Color preview on white background

This text has color #495146 on white background.



Black color preview on #495146 background

This text has black color on #495146 background.


White color preview on #495146 background

This text has white color on #495146 background.