COLOR #495C46

HEX: #495C46
RGB: (73,92,70)

Color info

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

RGB color model

#495C46 color RGB value is (73,92,70).

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

RGB channels and saturation

R 73 of 255 = 29%
G 92 of 255 = 36%
B 70 of 255 = 27%

73
92
70

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

Portions of RGB colors in percentages

R + G + B =
73 + 92 + 70 = 235 (100%)
R 73 of 235 ~ 31.06%
G 92 of 235 ~ 39.15%
B 70 of 235 ~ 29.79%

%31.06
%39.15
%29.79

CMYK color model

#495C46 color CMYK value is (21,0,24,64).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 63.92%
CMYK:
(21,0,24,64)
C21M0Y24K64 
(21%,0%,24%,64%)
(0.21/0.00/0.24/0.64)	

CMYK percentages

%20.65
%0
%23.91
%63.92

Codes

Color #495C46 in popluar color models

495C46
RGB739270
HSL112°13.58%31.76%
HSB/HSV112°23.91%36.08%
CMYK20.65%0.00%23.91%
63.92%

Color #495C46 in popluar number systems.

HEX495C46
Decimal739270
Binary100100110111001000110
Octal111134106

Shades and tints

Shades of #495C46

#495C46
(73,92,70)
#435440
(67,84,64)
#3D4C3A
(61,76,58)
#374434
(55,68,52)
#313C2E
(49,60,46)
#2B3428
(43,52,40)
#252C22
(37,44,34)
#1F241C
(31,36,28)
#191C16
(25,28,22)
#131410
(19,20,16)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #495C46

#495C46
(73,92,70)
#596A56
(89,106,86)
#697866
(105,120,102)
#798676
(121,134,118)
#899486
(137,148,134)
#99A296
(153,162,150)
#A9B0A6
(169,176,166)
#B9BEB6
(185,190,182)
#C9CCC6
(201,204,198)
#D9DAD6
(217,218,214)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495C46; }

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

This text font color is #495C46.


Background Color

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

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

This div background color is #495C46.


Border color

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

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

This div border color is #495C46.


Opacity

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

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

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

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

This text has shadow with #495C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495C46 on black background.


Color preview on white background

This text has color #495C46 on white background.



Black color preview on #495C46 background

This text has black color on #495C46 background.


White color preview on #495C46 background

This text has white color on #495C46 background.