COLOR #75947F

HEX: #75947F
RGB: (117,148,127)

Color info

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

RGB color model

#75947F color RGB value is (117,148,127).

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

RGB channels and saturation

R 117 of 255 = 46%
G 148 of 255 = 58%
B 127 of 255 = 50%

117
148
127

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

Portions of RGB colors in percentages

R + G + B =
117 + 148 + 127 = 392 (100%)
R 117 of 392 ~ 29.85%
G 148 of 392 ~ 37.76%
B 127 of 392 ~ 32.4%

%29.85
%37.76
%32.4

CMYK color model

#75947F color CMYK value is (21,0,14,42).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 14.19%
  • key color value is 41.96%
CMYK:
(21,0,14,42)
C21M0Y14K42 
(21%,0%,14%,42%)
(0.21/0.00/0.14/0.42)	

CMYK percentages

%20.95
%0
%14.19
%41.96

Codes

Color #75947F in popluar color models

75947F
RGB117148127
HSL139°12.65%51.96%
HSB/HSV139°20.95%58.04%
CMYK20.95%0.00%14.19%
41.96%

Color #75947F in popluar number systems.

HEX75947F
Decimal117148127
Binary1110101100101001111111
Octal165224177

Shades and tints

Shades of #75947F

#75947F
(117,148,127)
#6B8774
(107,135,116)
#617A69
(97,122,105)
#576D5E
(87,109,94)
#4D6053
(77,96,83)
#435348
(67,83,72)
#39463D
(57,70,61)
#2F3932
(47,57,50)
#252C27
(37,44,39)
#1B1F1C
(27,31,28)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #75947F

#75947F
(117,148,127)
#819D8A
(129,157,138)
#8DA695
(141,166,149)
#99AFA0
(153,175,160)
#A5B8AB
(165,184,171)
#B1C1B6
(177,193,182)
#BDCAC1
(189,202,193)
#C9D3CC
(201,211,204)
#D5DCD7
(213,220,215)
#E1E5E2
(225,229,226)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75947F; }

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

This text font color is #75947F.


Background Color

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

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

This div background color is #75947F.


Border color

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

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

This div border color is #75947F.


Opacity

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

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

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

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

This text has shadow with #75947F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75947F on black background.


Color preview on white background

This text has color #75947F on white background.



Black color preview on #75947F background

This text has black color on #75947F background.


White color preview on #75947F background

This text has white color on #75947F background.