COLOR #495F34

HEX: #495F34
RGB: (73,95,52)

Color info

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

RGB color model

#495F34 color RGB value is (73,95,52).

  • red value is 73;
  • green value is 95;
  • blue value is 52.
RGB:
(73,95,52)
(29%,37%,20%)

RGB channels and saturation

R 73 of 255 = 29%
G 95 of 255 = 37%
B 52 of 255 = 20%

73
95
52

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

Portions of RGB colors in percentages

R + G + B =
73 + 95 + 52 = 220 (100%)
R 73 of 220 ~ 33.18%
G 95 of 220 ~ 43.18%
B 52 of 220 ~ 23.64%

%33.18
%43.18
%23.64

CMYK color model

#495F34 color CMYK value is (23,0,45,63).

  • cyan value is 23.16%
  • magenta value is 0.00%
  • yellow value is 45.26%
  • key color value is 62.75%
CMYK:
(23,0,45,63)
C23M0Y45K63 
(23%,0%,45%,63%)
(0.23/0.00/0.45/0.63)	

CMYK percentages

%23.16
%0
%45.26
%62.75

Codes

Color #495F34 in popluar color models

495F34
RGB739552
HSL91°29.25%28.82%
HSB/HSV91°45.26%37.25%
CMYK23.16%0.00%45.26%
62.75%

Color #495F34 in popluar number systems.

HEX495F34
Decimal739552
Binary10010011011111110100
Octal11113764

Shades and tints

Shades of #495F34

#495F34
(73,95,52)
#435730
(67,87,48)
#3D4F2C
(61,79,44)
#374728
(55,71,40)
#313F24
(49,63,36)
#2B3720
(43,55,32)
#252F1C
(37,47,28)
#1F2718
(31,39,24)
#191F14
(25,31,20)
#131710
(19,23,16)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #495F34

#495F34
(73,95,52)
#596D46
(89,109,70)
#697B58
(105,123,88)
#79896A
(121,137,106)
#89977C
(137,151,124)
#99A58E
(153,165,142)
#A9B3A0
(169,179,160)
#B9C1B2
(185,193,178)
#C9CFC4
(201,207,196)
#D9DDD6
(217,221,214)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495F34 color. Also use rgb(73,95,52) instead hex code.

Text Font Color

.myTextColor { color: #495F34; }

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

This text font color is #495F34.


Background Color

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

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

This div background color is #495F34.


Border color

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

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

This div border color is #495F34.


Opacity

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

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

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

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

This text has shadow with #495F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495F34 on black background.


Color preview on white background

This text has color #495F34 on white background.



Black color preview on #495F34 background

This text has black color on #495F34 background.


White color preview on #495F34 background

This text has white color on #495F34 background.