COLOR #75947C

HEX: #75947C
RGB: (117,148,124)

Color info

#75947C contains red, green and blue colors in about the same proportion. Web safe color of #75947C is #669966 (or #696).

RGB color model

#75947C color RGB value is (117,148,124).

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

RGB channels and saturation

R 117 of 255 = 46%
G 148 of 255 = 58%
B 124 of 255 = 49%

117
148
124

R + G + B ~ 51%. #75947C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 148 + 124 = 389 (100%)
R 117 of 389 ~ 30.08%
G 148 of 389 ~ 38.05%
B 124 of 389 ~ 31.88%

%30.08
%38.05
%31.88

CMYK color model

#75947C color CMYK value is (21,0,16,42).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 41.96%
CMYK:
(21,0,16,42)
C21M0Y16K42 
(21%,0%,16%,42%)
(0.21/0.00/0.16/0.42)	

CMYK percentages

%20.95
%0
%16.22
%41.96

Codes

Color #75947C in popluar color models

75947C
RGB117148124
HSL134°12.65%51.96%
HSB/HSV134°20.95%58.04%
CMYK20.95%0.00%16.22%
41.96%

Color #75947C in popluar number systems.

HEX75947C
Decimal117148124
Binary1110101100101001111100
Octal165224174

Shades and tints

Shades of #75947C

#75947C
(117,148,124)
#6B8771
(107,135,113)
#617A66
(97,122,102)
#576D5B
(87,109,91)
#4D6050
(77,96,80)
#435345
(67,83,69)
#39463A
(57,70,58)
#2F392F
(47,57,47)
#252C24
(37,44,36)
#1B1F19
(27,31,25)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #75947C

#75947C
(117,148,124)
#819D87
(129,157,135)
#8DA692
(141,166,146)
#99AF9D
(153,175,157)
#A5B8A8
(165,184,168)
#B1C1B3
(177,193,179)
#BDCABE
(189,202,190)
#C9D3C9
(201,211,201)
#D5DCD4
(213,220,212)
#E1E5DF
(225,229,223)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75947C color. Also use rgb(117,148,124) instead hex code.

Text Font Color

.myTextColor { color: #75947C; }

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

This text font color is #75947C.


Background Color

.myBgColor { background-color: #75947C; }

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

This div background color is #75947C.


Border color

.myBorderColor { border: 1px solid #75947C; }

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

This div border color is #75947C.


Opacity

.myOpacity80 { color: #75947C; opacity: 0.8; }

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

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

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

This text has shadow with #75947C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75947C on black background.


Color preview on white background

This text has color #75947C on white background.



Black color preview on #75947C background

This text has black color on #75947C background.


White color preview on #75947C background

This text has white color on #75947C background.