COLOR #495D3C

HEX: #495D3C
RGB: (73,93,60)

Color info

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

RGB color model

#495D3C color RGB value is (73,93,60).

  • red value is 73;
  • green value is 93;
  • blue value is 60.
RGB:
(73,93,60)
(29%,36%,24%)

RGB channels and saturation

R 73 of 255 = 29%
G 93 of 255 = 36%
B 60 of 255 = 24%

73
93
60

R + G + B ~ 30%. #495D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 93 + 60 = 226 (100%)
R 73 of 226 ~ 32.3%
G 93 of 226 ~ 41.15%
B 60 of 226 ~ 26.55%

%32.3
%41.15
%26.55

CMYK color model

#495D3C color CMYK value is (22,0,35,64).

  • cyan value is 21.51%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 63.53%
CMYK:
(22,0,35,64)
C22M0Y35K64 
(22%,0%,35%,64%)
(0.22/0.00/0.35/0.64)	

CMYK percentages

%21.51
%0
%35.48
%63.53

Codes

Color #495D3C in popluar color models

495D3C
RGB739360
HSL96°21.57%30.00%
HSB/HSV96°35.48%36.47%
CMYK21.51%0.00%35.48%
63.53%

Color #495D3C in popluar number systems.

HEX495D3C
Decimal739360
Binary10010011011101111100
Octal11113574

Shades and tints

Shades of #495D3C

#495D3C
(73,93,60)
#435537
(67,85,55)
#3D4D32
(61,77,50)
#37452D
(55,69,45)
#313D28
(49,61,40)
#2B3523
(43,53,35)
#252D1E
(37,45,30)
#1F2519
(31,37,25)
#191D14
(25,29,20)
#13150F
(19,21,15)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #495D3C

#495D3C
(73,93,60)
#596B4D
(89,107,77)
#69795E
(105,121,94)
#79876F
(121,135,111)
#899580
(137,149,128)
#99A391
(153,163,145)
#A9B1A2
(169,177,162)
#B9BFB3
(185,191,179)
#C9CDC4
(201,205,196)
#D9DBD5
(217,219,213)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495D3C color. Also use rgb(73,93,60) instead hex code.

Text Font Color

.myTextColor { color: #495D3C; }

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

This text font color is #495D3C.


Background Color

.myBgColor { background-color: #495D3C; }

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

This div background color is #495D3C.


Border color

.myBorderColor { border: 1px solid #495D3C; }

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

This div border color is #495D3C.


Opacity

.myOpacity80 { color: #495D3C; opacity: 0.8; }

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

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

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

This text has shadow with #495D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495D3C on black background.


Color preview on white background

This text has color #495D3C on white background.



Black color preview on #495D3C background

This text has black color on #495D3C background.


White color preview on #495D3C background

This text has white color on #495D3C background.