COLOR #495C2F

HEX: #495C2F
RGB: (73,92,47)

Color info

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

RGB color model

#495C2F color RGB value is (73,92,47).

  • red value is 73;
  • green value is 92;
  • blue value is 47.
RGB:
(73,92,47)
(29%,36%,18%)

RGB channels and saturation

R 73 of 255 = 29%
G 92 of 255 = 36%
B 47 of 255 = 18%

73
92
47

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

Portions of RGB colors in percentages

R + G + B =
73 + 92 + 47 = 212 (100%)
R 73 of 212 ~ 34.43%
G 92 of 212 ~ 43.4%
B 47 of 212 ~ 22.17%

%34.43
%43.4
%22.17

CMYK color model

#495C2F color CMYK value is (21,0,49,64).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 48.91%
  • key color value is 63.92%
CMYK:
(21,0,49,64)
C21M0Y49K64 
(21%,0%,49%,64%)
(0.21/0.00/0.49/0.64)	

CMYK percentages

%20.65
%0
%48.91
%63.92

Codes

Color #495C2F in popluar color models

495C2F
RGB739247
HSL85°32.37%27.25%
HSB/HSV85°48.91%36.08%
CMYK20.65%0.00%48.91%
63.92%

Color #495C2F in popluar number systems.

HEX495C2F
Decimal739247
Binary10010011011100101111
Octal11113457

Shades and tints

Shades of #495C2F

#495C2F
(73,92,47)
#43542B
(67,84,43)
#3D4C27
(61,76,39)
#374423
(55,68,35)
#313C1F
(49,60,31)
#2B341B
(43,52,27)
#252C17
(37,44,23)
#1F2413
(31,36,19)
#191C0F
(25,28,15)
#13140B
(19,20,11)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #495C2F

#495C2F
(73,92,47)
#596A41
(89,106,65)
#697853
(105,120,83)
#798665
(121,134,101)
#899477
(137,148,119)
#99A289
(153,162,137)
#A9B09B
(169,176,155)
#B9BEAD
(185,190,173)
#C9CCBF
(201,204,191)
#D9DAD1
(217,218,209)
#E9E8E3
(233,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495C2F color. Also use rgb(73,92,47) instead hex code.

Text Font Color

.myTextColor { color: #495C2F; }

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

This text font color is #495C2F.


Background Color

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

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

This div background color is #495C2F.


Border color

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

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

This div border color is #495C2F.


Opacity

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

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

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

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

This text has shadow with #495C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495C2F on black background.


Color preview on white background

This text has color #495C2F on white background.



Black color preview on #495C2F background

This text has black color on #495C2F background.


White color preview on #495C2F background

This text has white color on #495C2F background.