COLOR #495347

HEX: #495347
RGB: (73,83,71)

Color info

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

RGB color model

#495347 color RGB value is (73,83,71).

  • red value is 73;
  • green value is 83;
  • blue value is 71.
RGB:
(73,83,71)
(29%,33%,28%)

RGB channels and saturation

R 73 of 255 = 29%
G 83 of 255 = 33%
B 71 of 255 = 28%

73
83
71

R + G + B ~ 30%. #495347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 83 + 71 = 227 (100%)
R 73 of 227 ~ 32.16%
G 83 of 227 ~ 36.56%
B 71 of 227 ~ 31.28%

%32.16
%36.56
%31.28

CMYK color model

#495347 color CMYK value is (12,0,14,67).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 67.45%
CMYK:
(12,0,14,67)
C12M0Y14K67 
(12%,0%,14%,67%)
(0.12/0.00/0.14/0.67)	

CMYK percentages

%12.05
%0
%14.46
%67.45

Codes

Color #495347 in popluar color models

495347
RGB738371
HSL110°7.79%30.20%
HSB/HSV110°14.46%32.55%
CMYK12.05%0.00%14.46%
67.45%

Color #495347 in popluar number systems.

HEX495347
Decimal738371
Binary100100110100111000111
Octal111123107

Shades and tints

Shades of #495347

#495347
(73,83,71)
#434C41
(67,76,65)
#3D453B
(61,69,59)
#373E35
(55,62,53)
#31372F
(49,55,47)
#2B3029
(43,48,41)
#252923
(37,41,35)
#1F221D
(31,34,29)
#191B17
(25,27,23)
#131411
(19,20,17)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #495347

#495347
(73,83,71)
#596257
(89,98,87)
#697167
(105,113,103)
#798077
(121,128,119)
#898F87
(137,143,135)
#999E97
(153,158,151)
#A9ADA7
(169,173,167)
#B9BCB7
(185,188,183)
#C9CBC7
(201,203,199)
#D9DAD7
(217,218,215)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495347 color. Also use rgb(73,83,71) instead hex code.

Text Font Color

.myTextColor { color: #495347; }

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

This text font color is #495347.


Background Color

.myBgColor { background-color: #495347; }

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

This div background color is #495347.


Border color

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

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

This div border color is #495347.


Opacity

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

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

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

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

This text has shadow with #495347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495347 on black background.


Color preview on white background

This text has color #495347 on white background.



Black color preview on #495347 background

This text has black color on #495347 background.


White color preview on #495347 background

This text has white color on #495347 background.