COLOR #495F24

HEX: #495F24
RGB: (73,95,36)

Color info

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

RGB color model

#495F24 color RGB value is (73,95,36).

  • red value is 73;
  • green value is 95;
  • blue value is 36.
RGB:
(73,95,36)
(29%,37%,14%)

RGB channels and saturation

R 73 of 255 = 29%
G 95 of 255 = 37%
B 36 of 255 = 14%

73
95
36

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

Portions of RGB colors in percentages

R + G + B =
73 + 95 + 36 = 204 (100%)
R 73 of 204 ~ 35.78%
G 95 of 204 ~ 46.57%
B 36 of 204 ~ 17.65%

%35.78
%46.57
%17.65

CMYK color model

#495F24 color CMYK value is (23,0,62,63).

  • cyan value is 23.16%
  • magenta value is 0.00%
  • yellow value is 62.11%
  • key color value is 62.75%
CMYK:
(23,0,62,63)
C23M0Y62K63 
(23%,0%,62%,63%)
(0.23/0.00/0.62/0.63)	

CMYK percentages

%23.16
%0
%62.11
%62.75

Codes

Color #495F24 in popluar color models

495F24
RGB739536
HSL82°45.04%25.69%
HSB/HSV82°62.11%37.25%
CMYK23.16%0.00%62.11%
62.75%

Color #495F24 in popluar number systems.

HEX495F24
Decimal739536
Binary10010011011111100100
Octal11113744

Shades and tints

Shades of #495F24

#495F24
(73,95,36)
#435721
(67,87,33)
#3D4F1E
(61,79,30)
#37471B
(55,71,27)
#313F18
(49,63,24)
#2B3715
(43,55,21)
#252F12
(37,47,18)
#1F270F
(31,39,15)
#191F0C
(25,31,12)
#131709
(19,23,9)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #495F24

#495F24
(73,95,36)
#596D37
(89,109,55)
#697B4A
(105,123,74)
#79895D
(121,137,93)
#899770
(137,151,112)
#99A583
(153,165,131)
#A9B396
(169,179,150)
#B9C1A9
(185,193,169)
#C9CFBC
(201,207,188)
#D9DDCF
(217,221,207)
#E9EBE2
(233,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495F24 color. Also use rgb(73,95,36) instead hex code.

Text Font Color

.myTextColor { color: #495F24; }

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

This text font color is #495F24.


Background Color

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

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

This div background color is #495F24.


Border color

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

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

This div border color is #495F24.


Opacity

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

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

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

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

This text has shadow with #495F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495F24 on black background.


Color preview on white background

This text has color #495F24 on white background.



Black color preview on #495F24 background

This text has black color on #495F24 background.


White color preview on #495F24 background

This text has white color on #495F24 background.