COLOR #495538

HEX: #495538
RGB: (73,85,56)

Color info

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

RGB color model

#495538 color RGB value is (73,85,56).

  • red value is 73;
  • green value is 85;
  • blue value is 56.
RGB:
(73,85,56)
(29%,33%,22%)

RGB channels and saturation

R 73 of 255 = 29%
G 85 of 255 = 33%
B 56 of 255 = 22%

73
85
56

R + G + B ~ 28%. #495538 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 85 + 56 = 214 (100%)
R 73 of 214 ~ 34.11%
G 85 of 214 ~ 39.72%
B 56 of 214 ~ 26.17%

%34.11
%39.72
%26.17

CMYK color model

#495538 color CMYK value is (14,0,34,67).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(14,0,34,67)
C14M0Y34K67 
(14%,0%,34%,67%)
(0.14/0.00/0.34/0.67)	

CMYK percentages

%14.12
%0
%34.12
%66.67

Codes

Color #495538 in popluar color models

495538
RGB738556
HSL85°20.57%27.65%
HSB/HSV85°34.12%33.33%
CMYK14.12%0.00%34.12%
66.67%

Color #495538 in popluar number systems.

HEX495538
Decimal738556
Binary10010011010101111000
Octal11112570

Shades and tints

Shades of #495538

#495538
(73,85,56)
#434E33
(67,78,51)
#3D472E
(61,71,46)
#374029
(55,64,41)
#313924
(49,57,36)
#2B321F
(43,50,31)
#252B1A
(37,43,26)
#1F2415
(31,36,21)
#191D10
(25,29,16)
#13160B
(19,22,11)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #495538

#495538
(73,85,56)
#59644A
(89,100,74)
#69735C
(105,115,92)
#79826E
(121,130,110)
#899180
(137,145,128)
#99A092
(153,160,146)
#A9AFA4
(169,175,164)
#B9BEB6
(185,190,182)
#C9CDC8
(201,205,200)
#D9DCDA
(217,220,218)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495538 color. Also use rgb(73,85,56) instead hex code.

Text Font Color

.myTextColor { color: #495538; }

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

This text font color is #495538.


Background Color

.myBgColor { background-color: #495538; }

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

This div background color is #495538.


Border color

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

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

This div border color is #495538.


Opacity

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

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

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

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

This text has shadow with #495538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495538 on black background.


Color preview on white background

This text has color #495538 on white background.



Black color preview on #495538 background

This text has black color on #495538 background.


White color preview on #495538 background

This text has white color on #495538 background.