COLOR #495D75

HEX: #495D75
RGB: (73,93,117)

Color info

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

RGB color model

#495D75 color RGB value is (73,93,117).

  • red value is 73;
  • green value is 93;
  • blue value is 117.
RGB:
(73,93,117)
(29%,36%,46%)

RGB channels and saturation

R 73 of 255 = 29%
G 93 of 255 = 36%
B 117 of 255 = 46%

73
93
117

R + G + B ~ 37%. #495D75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 93 + 117 = 283 (100%)
R 73 of 283 ~ 25.8%
G 93 of 283 ~ 32.86%
B 117 of 283 ~ 41.34%

%25.8
%32.86
%41.34

CMYK color model

#495D75 color CMYK value is (38,21,0,54).

  • cyan value is 37.61%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(38,21,0,54)
C38M21Y0K54 
(38%,21%,0%,54%)
(0.38/0.21/0.00/0.54)	

CMYK percentages

%37.61
%20.51
%0
%54.12

Codes

Color #495D75 in popluar color models

495D75
RGB7393117
HSL213°23.16%37.25%
HSB/HSV213°37.61%45.88%
CMYK37.61%20.51%0.00%
54.12%

Color #495D75 in popluar number systems.

HEX495D75
Decimal7393117
Binary100100110111011110101
Octal111135165

Shades and tints

Shades of #495D75

#495D75
(73,93,117)
#43556B
(67,85,107)
#3D4D61
(61,77,97)
#374557
(55,69,87)
#313D4D
(49,61,77)
#2B3543
(43,53,67)
#252D39
(37,45,57)
#1F252F
(31,37,47)
#191D25
(25,29,37)
#13151B
(19,21,27)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #495D75

#495D75
(73,93,117)
#596B81
(89,107,129)
#69798D
(105,121,141)
#798799
(121,135,153)
#8995A5
(137,149,165)
#99A3B1
(153,163,177)
#A9B1BD
(169,177,189)
#B9BFC9
(185,191,201)
#C9CDD5
(201,205,213)
#D9DBE1
(217,219,225)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495D75 color. Also use rgb(73,93,117) instead hex code.

Text Font Color

.myTextColor { color: #495D75; }

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

This text font color is #495D75.


Background Color

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

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

This div background color is #495D75.


Border color

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

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

This div border color is #495D75.


Opacity

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

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

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

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

This text has shadow with #495D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495D75 on black background.


Color preview on white background

This text has color #495D75 on white background.



Black color preview on #495D75 background

This text has black color on #495D75 background.


White color preview on #495D75 background

This text has white color on #495D75 background.