COLOR #495151

HEX: #495151
RGB: (73,81,81)

Color info

#495151 contains red, green and blue colors in about the same proportion. Web safe color of #495151 is #336666 (or #366).

RGB color model

#495151 color RGB value is (73,81,81).

  • red value is 73;
  • green value is 81;
  • blue value is 81.
RGB:
(73,81,81)
(29%,32%,32%)

RGB channels and saturation

R 73 of 255 = 29%
G 81 of 255 = 32%
B 81 of 255 = 32%

73
81
81

R + G + B ~ 31%. #495151 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 81 + 81 = 235 (100%)
R 73 of 235 ~ 31.06%
G 81 of 235 ~ 34.47%
B 81 of 235 ~ 34.47%

%31.06
%34.47
%34.47

CMYK color model

#495151 color CMYK value is (10,0,0,68).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(10,0,0,68)
C10M0Y0K68 
(10%,0%,0%,68%)
(0.10/0.00/0.00/0.68)	

CMYK percentages

%9.88
%0
%0
%68.24

Codes

Color #495151 in popluar color models

495151
RGB738181
HSL180°5.19%30.20%
HSB/HSV180°9.88%31.76%
CMYK9.88%0.00%0.00%
68.24%

Color #495151 in popluar number systems.

HEX495151
Decimal738181
Binary100100110100011010001
Octal111121121

Shades and tints

Shades of #495151

#495151
(73,81,81)
#434A4A
(67,74,74)
#3D4343
(61,67,67)
#373C3C
(55,60,60)
#313535
(49,53,53)
#2B2E2E
(43,46,46)
#252727
(37,39,39)
#1F2020
(31,32,32)
#191919
(25,25,25)
#131212
(19,18,18)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #495151

#495151
(73,81,81)
#596060
(89,96,96)
#696F6F
(105,111,111)
#797E7E
(121,126,126)
#898D8D
(137,141,141)
#999C9C
(153,156,156)
#A9ABAB
(169,171,171)
#B9BABA
(185,186,186)
#C9C9C9
(201,201,201)
#D9D8D8
(217,216,216)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495151 color. Also use rgb(73,81,81) instead hex code.

Text Font Color

.myTextColor { color: #495151; }

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

This text font color is #495151.


Background Color

.myBgColor { background-color: #495151; }

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

This div background color is #495151.


Border color

.myBorderColor { border: 1px solid #495151; }

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

This div border color is #495151.


Opacity

.myOpacity80 { color: #495151; opacity: 0.8; }

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

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

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

This text has shadow with #495151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495151 on black background.


Color preview on white background

This text has color #495151 on white background.



Black color preview on #495151 background

This text has black color on #495151 background.


White color preview on #495151 background

This text has white color on #495151 background.