COLOR #496245

HEX: #496245
RGB: (73,98,69)

Color info

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

RGB color model

#496245 color RGB value is (73,98,69).

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

RGB channels and saturation

R 73 of 255 = 29%
G 98 of 255 = 38%
B 69 of 255 = 27%

73
98
69

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

Portions of RGB colors in percentages

R + G + B =
73 + 98 + 69 = 240 (100%)
R 73 of 240 ~ 30.42%
G 98 of 240 ~ 40.83%
B 69 of 240 ~ 28.75%

%30.42
%40.83
%28.75

CMYK color model

#496245 color CMYK value is (26,0,30,62).

  • cyan value is 25.51%
  • magenta value is 0.00%
  • yellow value is 29.59%
  • key color value is 61.57%
CMYK:
(26,0,30,62)
C26M0Y30K62 
(26%,0%,30%,62%)
(0.26/0.00/0.30/0.62)	

CMYK percentages

%25.51
%0
%29.59
%61.57

Codes

Color #496245 in popluar color models

496245
RGB739869
HSL112°17.37%32.75%
HSB/HSV112°29.59%38.43%
CMYK25.51%0.00%29.59%
61.57%

Color #496245 in popluar number systems.

HEX496245
Decimal739869
Binary100100111000101000101
Octal111142105

Shades and tints

Shades of #496245

#496245
(73,98,69)
#435A3F
(67,90,63)
#3D5239
(61,82,57)
#374A33
(55,74,51)
#31422D
(49,66,45)
#2B3A27
(43,58,39)
#253221
(37,50,33)
#1F2A1B
(31,42,27)
#192215
(25,34,21)
#131A0F
(19,26,15)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #496245

#496245
(73,98,69)
#597055
(89,112,85)
#697E65
(105,126,101)
#798C75
(121,140,117)
#899A85
(137,154,133)
#99A895
(153,168,149)
#A9B6A5
(169,182,165)
#B9C4B5
(185,196,181)
#C9D2C5
(201,210,197)
#D9E0D5
(217,224,213)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496245; }

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

This text font color is #496245.


Background Color

.myBgColor { background-color: #496245; }

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

This div background color is #496245.


Border color

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

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

This div border color is #496245.


Opacity

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

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

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

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

This text has shadow with #496245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496245 on black background.


Color preview on white background

This text has color #496245 on white background.



Black color preview on #496245 background

This text has black color on #496245 background.


White color preview on #496245 background

This text has white color on #496245 background.