COLOR #495A3D

HEX: #495A3D
RGB: (73,90,61)

Color info

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

RGB color model

#495A3D color RGB value is (73,90,61).

  • red value is 73;
  • green value is 90;
  • blue value is 61.
RGB:
(73,90,61)
(29%,35%,24%)

RGB channels and saturation

R 73 of 255 = 29%
G 90 of 255 = 35%
B 61 of 255 = 24%

73
90
61

R + G + B ~ 29%. #495A3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 90 + 61 = 224 (100%)
R 73 of 224 ~ 32.59%
G 90 of 224 ~ 40.18%
B 61 of 224 ~ 27.23%

%32.59
%40.18
%27.23

CMYK color model

#495A3D color CMYK value is (19,0,32,65).

  • cyan value is 18.89%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 64.71%
CMYK:
(19,0,32,65)
C19M0Y32K65 
(19%,0%,32%,65%)
(0.19/0.00/0.32/0.65)	

CMYK percentages

%18.89
%0
%32.22
%64.71

Codes

Color #495A3D in popluar color models

495A3D
RGB739061
HSL95°19.21%29.61%
HSB/HSV95°32.22%35.29%
CMYK18.89%0.00%32.22%
64.71%

Color #495A3D in popluar number systems.

HEX495A3D
Decimal739061
Binary10010011011010111101
Octal11113275

Shades and tints

Shades of #495A3D

#495A3D
(73,90,61)
#435238
(67,82,56)
#3D4A33
(61,74,51)
#37422E
(55,66,46)
#313A29
(49,58,41)
#2B3224
(43,50,36)
#252A1F
(37,42,31)
#1F221A
(31,34,26)
#191A15
(25,26,21)
#131210
(19,18,16)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #495A3D

#495A3D
(73,90,61)
#59694E
(89,105,78)
#69785F
(105,120,95)
#798770
(121,135,112)
#899681
(137,150,129)
#99A592
(153,165,146)
#A9B4A3
(169,180,163)
#B9C3B4
(185,195,180)
#C9D2C5
(201,210,197)
#D9E1D6
(217,225,214)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495A3D color. Also use rgb(73,90,61) instead hex code.

Text Font Color

.myTextColor { color: #495A3D; }

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

This text font color is #495A3D.


Background Color

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

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

This div background color is #495A3D.


Border color

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

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

This div border color is #495A3D.


Opacity

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

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

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

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

This text has shadow with #495A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495A3D on black background.


Color preview on white background

This text has color #495A3D on white background.



Black color preview on #495A3D background

This text has black color on #495A3D background.


White color preview on #495A3D background

This text has white color on #495A3D background.