COLOR #75948F

HEX: #75948F
RGB: (117,148,143)

Color info

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

RGB color model

#75948F color RGB value is (117,148,143).

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

RGB channels and saturation

R 117 of 255 = 46%
G 148 of 255 = 58%
B 143 of 255 = 56%

117
148
143

R + G + B ~ 53%. #75948F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 148 + 143 = 408 (100%)
R 117 of 408 ~ 28.68%
G 148 of 408 ~ 36.27%
B 143 of 408 ~ 35.05%

%28.68
%36.27
%35.05

CMYK color model

#75948F color CMYK value is (21,0,3,42).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 41.96%
CMYK:
(21,0,3,42)
C21M0Y3K42 
(21%,0%,3%,42%)
(0.21/0.00/0.03/0.42)	

CMYK percentages

%20.95
%0
%3.38
%41.96

Codes

Color #75948F in popluar color models

75948F
RGB117148143
HSL170°12.65%51.96%
HSB/HSV170°20.95%58.04%
CMYK20.95%0.00%3.38%
41.96%

Color #75948F in popluar number systems.

HEX75948F
Decimal117148143
Binary11101011001010010001111
Octal165224217

Shades and tints

Shades of #75948F

#75948F
(117,148,143)
#6B8782
(107,135,130)
#617A75
(97,122,117)
#576D68
(87,109,104)
#4D605B
(77,96,91)
#43534E
(67,83,78)
#394641
(57,70,65)
#2F3934
(47,57,52)
#252C27
(37,44,39)
#1B1F1A
(27,31,26)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #75948F

#75948F
(117,148,143)
#819D99
(129,157,153)
#8DA6A3
(141,166,163)
#99AFAD
(153,175,173)
#A5B8B7
(165,184,183)
#B1C1C1
(177,193,193)
#BDCACB
(189,202,203)
#C9D3D5
(201,211,213)
#D5DCDF
(213,220,223)
#E1E5E9
(225,229,233)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75948F color. Also use rgb(117,148,143) instead hex code.

Text Font Color

.myTextColor { color: #75948F; }

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

This text font color is #75948F.


Background Color

.myBgColor { background-color: #75948F; }

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

This div background color is #75948F.


Border color

.myBorderColor { border: 1px solid #75948F; }

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

This div border color is #75948F.


Opacity

.myOpacity80 { color: #75948F; opacity: 0.8; }

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

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

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

This text has shadow with #75948F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75948F on black background.


Color preview on white background

This text has color #75948F on white background.



Black color preview on #75948F background

This text has black color on #75948F background.


White color preview on #75948F background

This text has white color on #75948F background.