COLOR #495036

HEX: #495036
RGB: (73,80,54)

Color info

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

RGB color model

#495036 color RGB value is (73,80,54).

  • red value is 73;
  • green value is 80;
  • blue value is 54.
RGB:
(73,80,54)
(29%,31%,21%)

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 54 of 255 = 21%

73
80
54

R + G + B ~ 27%. #495036 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 54 = 207 (100%)
R 73 of 207 ~ 35.27%
G 80 of 207 ~ 38.65%
B 54 of 207 ~ 26.09%

%35.27
%38.65
%26.09

CMYK color model

#495036 color CMYK value is (9,0,33,69).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 68.63%
CMYK:
(9,0,33,69)
C9M0Y33K69 
(9%,0%,33%,69%)
(0.09/0.00/0.33/0.69)	

CMYK percentages

%8.75
%0
%32.5
%68.63

Codes

Color #495036 in popluar color models

495036
RGB738054
HSL76°19.40%26.27%
HSB/HSV76°32.50%31.37%
CMYK8.75%0.00%32.50%
68.63%

Color #495036 in popluar number systems.

HEX495036
Decimal738054
Binary10010011010000110110
Octal11112066

Shades and tints

Shades of #495036

#495036
(73,80,54)
#434932
(67,73,50)
#3D422E
(61,66,46)
#373B2A
(55,59,42)
#313426
(49,52,38)
#2B2D22
(43,45,34)
#25261E
(37,38,30)
#1F1F1A
(31,31,26)
#191816
(25,24,22)
#131112
(19,17,18)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #495036

#495036
(73,80,54)
#595F48
(89,95,72)
#696E5A
(105,110,90)
#797D6C
(121,125,108)
#898C7E
(137,140,126)
#999B90
(153,155,144)
#A9AAA2
(169,170,162)
#B9B9B4
(185,185,180)
#C9C8C6
(201,200,198)
#D9D7D8
(217,215,216)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495036 color. Also use rgb(73,80,54) instead hex code.

Text Font Color

.myTextColor { color: #495036; }

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

This text font color is #495036.


Background Color

.myBgColor { background-color: #495036; }

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

This div background color is #495036.


Border color

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

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

This div border color is #495036.


Opacity

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

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

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

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

This text has shadow with #495036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495036 on black background.


Color preview on white background

This text has color #495036 on white background.



Black color preview on #495036 background

This text has black color on #495036 background.


White color preview on #495036 background

This text has white color on #495036 background.