COLOR #495E41

HEX: #495E41
RGB: (73,94,65)

Color info

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

RGB color model

#495E41 color RGB value is (73,94,65).

  • red value is 73;
  • green value is 94;
  • blue value is 65.
RGB:
(73,94,65)
(29%,37%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 94 of 255 = 37%
B 65 of 255 = 25%

73
94
65

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

Portions of RGB colors in percentages

R + G + B =
73 + 94 + 65 = 232 (100%)
R 73 of 232 ~ 31.47%
G 94 of 232 ~ 40.52%
B 65 of 232 ~ 28.02%

%31.47
%40.52
%28.02

CMYK color model

#495E41 color CMYK value is (22,0,31,63).

  • cyan value is 22.34%
  • magenta value is 0.00%
  • yellow value is 30.85%
  • key color value is 63.14%
CMYK:
(22,0,31,63)
C22M0Y31K63 
(22%,0%,31%,63%)
(0.22/0.00/0.31/0.63)	

CMYK percentages

%22.34
%0
%30.85
%63.14

Codes

Color #495E41 in popluar color models

495E41
RGB739465
HSL103°18.24%31.18%
HSB/HSV103°30.85%36.86%
CMYK22.34%0.00%30.85%
63.14%

Color #495E41 in popluar number systems.

HEX495E41
Decimal739465
Binary100100110111101000001
Octal111136101

Shades and tints

Shades of #495E41

#495E41
(73,94,65)
#43563C
(67,86,60)
#3D4E37
(61,78,55)
#374632
(55,70,50)
#313E2D
(49,62,45)
#2B3628
(43,54,40)
#252E23
(37,46,35)
#1F261E
(31,38,30)
#191E19
(25,30,25)
#131614
(19,22,20)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #495E41

#495E41
(73,94,65)
#596C52
(89,108,82)
#697A63
(105,122,99)
#798874
(121,136,116)
#899685
(137,150,133)
#99A496
(153,164,150)
#A9B2A7
(169,178,167)
#B9C0B8
(185,192,184)
#C9CEC9
(201,206,201)
#D9DCDA
(217,220,218)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495E41 color. Also use rgb(73,94,65) instead hex code.

Text Font Color

.myTextColor { color: #495E41; }

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

This text font color is #495E41.


Background Color

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

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

This div background color is #495E41.


Border color

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

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

This div border color is #495E41.


Opacity

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

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

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

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

This text has shadow with #495E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495E41 on black background.


Color preview on white background

This text has color #495E41 on white background.



Black color preview on #495E41 background

This text has black color on #495E41 background.


White color preview on #495E41 background

This text has white color on #495E41 background.