COLOR #496F35

HEX: #496F35
RGB: (73,111,53)

Color info

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

RGB color model

#496F35 color RGB value is (73,111,53).

  • red value is 73;
  • green value is 111;
  • blue value is 53.
RGB:
(73,111,53)
(29%,44%,21%)

RGB channels and saturation

R 73 of 255 = 29%
G 111 of 255 = 44%
B 53 of 255 = 21%

73
111
53

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

Portions of RGB colors in percentages

R + G + B =
73 + 111 + 53 = 237 (100%)
R 73 of 237 ~ 30.8%
G 111 of 237 ~ 46.84%
B 53 of 237 ~ 22.36%

%30.8
%46.84
%22.36

CMYK color model

#496F35 color CMYK value is (34,0,52,56).

  • cyan value is 34.23%
  • magenta value is 0.00%
  • yellow value is 52.25%
  • key color value is 56.47%
CMYK:
(34,0,52,56)
C34M0Y52K56 
(34%,0%,52%,56%)
(0.34/0.00/0.52/0.56)	

CMYK percentages

%34.23
%0
%52.25
%56.47

Codes

Color #496F35 in popluar color models

496F35
RGB7311153
HSL99°35.37%32.16%
HSB/HSV99°52.25%43.53%
CMYK34.23%0.00%52.25%
56.47%

Color #496F35 in popluar number systems.

HEX496F35
Decimal7311153
Binary10010011101111110101
Octal11115765

Shades and tints

Shades of #496F35

#496F35
(73,111,53)
#436531
(67,101,49)
#3D5B2D
(61,91,45)
#375129
(55,81,41)
#314725
(49,71,37)
#2B3D21
(43,61,33)
#25331D
(37,51,29)
#1F2919
(31,41,25)
#191F15
(25,31,21)
#131511
(19,21,17)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #496F35

#496F35
(73,111,53)
#597C47
(89,124,71)
#698959
(105,137,89)
#79966B
(121,150,107)
#89A37D
(137,163,125)
#99B08F
(153,176,143)
#A9BDA1
(169,189,161)
#B9CAB3
(185,202,179)
#C9D7C5
(201,215,197)
#D9E4D7
(217,228,215)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496F35 color. Also use rgb(73,111,53) instead hex code.

Text Font Color

.myTextColor { color: #496F35; }

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

This text font color is #496F35.


Background Color

.myBgColor { background-color: #496F35; }

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

This div background color is #496F35.


Border color

.myBorderColor { border: 1px solid #496F35; }

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

This div border color is #496F35.


Opacity

.myOpacity80 { color: #496F35; opacity: 0.8; }

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

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

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

This text has shadow with #496F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496F35 on black background.


Color preview on white background

This text has color #496F35 on white background.



Black color preview on #496F35 background

This text has black color on #496F35 background.


White color preview on #496F35 background

This text has white color on #496F35 background.