COLOR #496545

HEX: #496545
RGB: (73,101,69)

Color info

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

RGB color model

#496545 color RGB value is (73,101,69).

  • red value is 73;
  • green value is 101;
  • blue value is 69.
RGB:
(73,101,69)
(29%,40%,27%)

RGB channels and saturation

R 73 of 255 = 29%
G 101 of 255 = 40%
B 69 of 255 = 27%

73
101
69

R + G + B ~ 32%. #496545 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 101 + 69 = 243 (100%)
R 73 of 243 ~ 30.04%
G 101 of 243 ~ 41.56%
B 69 of 243 ~ 28.4%

%30.04
%41.56
%28.4

CMYK color model

#496545 color CMYK value is (28,0,32,60).

  • cyan value is 27.72%
  • magenta value is 0.00%
  • yellow value is 31.68%
  • key color value is 60.39%
CMYK:
(28,0,32,60)
C28M0Y32K60 
(28%,0%,32%,60%)
(0.28/0.00/0.32/0.60)	

CMYK percentages

%27.72
%0
%31.68
%60.39

Codes

Color #496545 in popluar color models

496545
RGB7310169
HSL113°18.82%33.33%
HSB/HSV113°31.68%39.61%
CMYK27.72%0.00%31.68%
60.39%

Color #496545 in popluar number systems.

HEX496545
Decimal7310169
Binary100100111001011000101
Octal111145105

Shades and tints

Shades of #496545

#496545
(73,101,69)
#435C3F
(67,92,63)
#3D5339
(61,83,57)
#374A33
(55,74,51)
#31412D
(49,65,45)
#2B3827
(43,56,39)
#252F21
(37,47,33)
#1F261B
(31,38,27)
#191D15
(25,29,21)
#13140F
(19,20,15)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #496545

#496545
(73,101,69)
#597355
(89,115,85)
#698165
(105,129,101)
#798F75
(121,143,117)
#899D85
(137,157,133)
#99AB95
(153,171,149)
#A9B9A5
(169,185,165)
#B9C7B5
(185,199,181)
#C9D5C5
(201,213,197)
#D9E3D5
(217,227,213)
#E9F1E5
(233,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496545 color. Also use rgb(73,101,69) instead hex code.

Text Font Color

.myTextColor { color: #496545; }

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

This text font color is #496545.


Background Color

.myBgColor { background-color: #496545; }

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

This div background color is #496545.


Border color

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

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

This div border color is #496545.


Opacity

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

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

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

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

This text has shadow with #496545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496545 on black background.


Color preview on white background

This text has color #496545 on white background.



Black color preview on #496545 background

This text has black color on #496545 background.


White color preview on #496545 background

This text has white color on #496545 background.