COLOR #495F4B

HEX: #495F4B
RGB: (73,95,75)

Color info

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

RGB color model

#495F4B color RGB value is (73,95,75).

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

RGB channels and saturation

R 73 of 255 = 29%
G 95 of 255 = 37%
B 75 of 255 = 29%

73
95
75

R + G + B ~ 32%. #495F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 95 + 75 = 243 (100%)
R 73 of 243 ~ 30.04%
G 95 of 243 ~ 39.09%
B 75 of 243 ~ 30.86%

%30.04
%39.09
%30.86

CMYK color model

#495F4B color CMYK value is (23,0,21,63).

  • cyan value is 23.16%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 62.75%
CMYK:
(23,0,21,63)
C23M0Y21K63 
(23%,0%,21%,63%)
(0.23/0.00/0.21/0.63)	

CMYK percentages

%23.16
%0
%21.05
%62.75

Codes

Color #495F4B in popluar color models

495F4B
RGB739575
HSL125°13.10%32.94%
HSB/HSV125°23.16%37.25%
CMYK23.16%0.00%21.05%
62.75%

Color #495F4B in popluar number systems.

HEX495F4B
Decimal739575
Binary100100110111111001011
Octal111137113

Shades and tints

Shades of #495F4B

#495F4B
(73,95,75)
#435745
(67,87,69)
#3D4F3F
(61,79,63)
#374739
(55,71,57)
#313F33
(49,63,51)
#2B372D
(43,55,45)
#252F27
(37,47,39)
#1F2721
(31,39,33)
#191F1B
(25,31,27)
#131715
(19,23,21)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #495F4B

#495F4B
(73,95,75)
#596D5B
(89,109,91)
#697B6B
(105,123,107)
#79897B
(121,137,123)
#89978B
(137,151,139)
#99A59B
(153,165,155)
#A9B3AB
(169,179,171)
#B9C1BB
(185,193,187)
#C9CFCB
(201,207,203)
#D9DDDB
(217,221,219)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495F4B; }

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

This text font color is #495F4B.


Background Color

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

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

This div background color is #495F4B.


Border color

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

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

This div border color is #495F4B.


Opacity

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

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

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

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

This text has shadow with #495F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495F4B on black background.


Color preview on white background

This text has color #495F4B on white background.



Black color preview on #495F4B background

This text has black color on #495F4B background.


White color preview on #495F4B background

This text has white color on #495F4B background.