COLOR #495847

HEX: #495847
RGB: (73,88,71)

Color info

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

RGB color model

#495847 color RGB value is (73,88,71).

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

RGB channels and saturation

R 73 of 255 = 29%
G 88 of 255 = 35%
B 71 of 255 = 28%

73
88
71

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

Portions of RGB colors in percentages

R + G + B =
73 + 88 + 71 = 232 (100%)
R 73 of 232 ~ 31.47%
G 88 of 232 ~ 37.93%
B 71 of 232 ~ 30.6%

%31.47
%37.93
%30.6

CMYK color model

#495847 color CMYK value is (17,0,19,65).

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 65.49%
CMYK:
(17,0,19,65)
C17M0Y19K65 
(17%,0%,19%,65%)
(0.17/0.00/0.19/0.65)	

CMYK percentages

%17.05
%0
%19.32
%65.49

Codes

Color #495847 in popluar color models

495847
RGB738871
HSL113°10.69%31.18%
HSB/HSV113°19.32%34.51%
CMYK17.05%0.00%19.32%
65.49%

Color #495847 in popluar number systems.

HEX495847
Decimal738871
Binary100100110110001000111
Octal111130107

Shades and tints

Shades of #495847

#495847
(73,88,71)
#435041
(67,80,65)
#3D483B
(61,72,59)
#374035
(55,64,53)
#31382F
(49,56,47)
#2B3029
(43,48,41)
#252823
(37,40,35)
#1F201D
(31,32,29)
#191817
(25,24,23)
#131011
(19,16,17)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #495847

#495847
(73,88,71)
#596757
(89,103,87)
#697667
(105,118,103)
#798577
(121,133,119)
#899487
(137,148,135)
#99A397
(153,163,151)
#A9B2A7
(169,178,167)
#B9C1B7
(185,193,183)
#C9D0C7
(201,208,199)
#D9DFD7
(217,223,215)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495847; }

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

This text font color is #495847.


Background Color

.myBgColor { background-color: #495847; }

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

This div background color is #495847.


Border color

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

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

This div border color is #495847.


Opacity

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

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

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

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

This text has shadow with #495847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495847 on black background.


Color preview on white background

This text has color #495847 on white background.



Black color preview on #495847 background

This text has black color on #495847 background.


White color preview on #495847 background

This text has white color on #495847 background.