COLOR #75949D

HEX: #75949D
RGB: (117,148,157)

Color info

#75949D contains red, green and blue colors in about the same proportion. Web safe color of #75949D is #669999 (or #699).

RGB color model

#75949D color RGB value is (117,148,157).

  • red value is 117;
  • green value is 148;
  • blue value is 157.
RGB:
(117,148,157)
(46%,58%,62%)

RGB channels and saturation

R 117 of 255 = 46%
G 148 of 255 = 58%
B 157 of 255 = 62%

117
148
157

R + G + B ~ 55%. #75949D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 148 + 157 = 422 (100%)
R 117 of 422 ~ 27.73%
G 148 of 422 ~ 35.07%
B 157 of 422 ~ 37.2%

%27.73
%35.07
%37.2

CMYK color model

#75949D color CMYK value is (25,6,0,38).

  • cyan value is 25.48%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(25,6,0,38)
C25M6Y0K38 
(25%,6%,0%,38%)
(0.25/0.06/0.00/0.38)	

CMYK percentages

%25.48
%5.73
%0
%38.43

Codes

Color #75949D in popluar color models

75949D
RGB117148157
HSL194°16.95%53.73%
HSB/HSV194°25.48%61.57%
CMYK25.48%5.73%0.00%
38.43%

Color #75949D in popluar number systems.

HEX75949D
Decimal117148157
Binary11101011001010010011101
Octal165224235

Shades and tints

Shades of #75949D

#75949D
(117,148,157)
#6B878F
(107,135,143)
#617A81
(97,122,129)
#576D73
(87,109,115)
#4D6065
(77,96,101)
#435357
(67,83,87)
#394649
(57,70,73)
#2F393B
(47,57,59)
#252C2D
(37,44,45)
#1B1F1F
(27,31,31)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #75949D

#75949D
(117,148,157)
#819DA5
(129,157,165)
#8DA6AD
(141,166,173)
#99AFB5
(153,175,181)
#A5B8BD
(165,184,189)
#B1C1C5
(177,193,197)
#BDCACD
(189,202,205)
#C9D3D5
(201,211,213)
#D5DCDD
(213,220,221)
#E1E5E5
(225,229,229)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75949D color. Also use rgb(117,148,157) instead hex code.

Text Font Color

.myTextColor { color: #75949D; }

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

This text font color is #75949D.


Background Color

.myBgColor { background-color: #75949D; }

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

This div background color is #75949D.


Border color

.myBorderColor { border: 1px solid #75949D; }

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

This div border color is #75949D.


Opacity

.myOpacity80 { color: #75949D; opacity: 0.8; }

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

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

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

This text has shadow with #75949D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75949D on black background.


Color preview on white background

This text has color #75949D on white background.



Black color preview on #75949D background

This text has black color on #75949D background.


White color preview on #75949D background

This text has white color on #75949D background.