COLOR #75947E

HEX: #75947E
RGB: (117,148,126)

Color info

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

RGB color model

#75947E color RGB value is (117,148,126).

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

RGB channels and saturation

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

117
148
126

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

Portions of RGB colors in percentages

R + G + B =
117 + 148 + 126 = 391 (100%)
R 117 of 391 ~ 29.92%
G 148 of 391 ~ 37.85%
B 126 of 391 ~ 32.23%

%29.92
%37.85
%32.23

CMYK color model

#75947E color CMYK value is (21,0,15,42).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 41.96%
CMYK:
(21,0,15,42)
C21M0Y15K42 
(21%,0%,15%,42%)
(0.21/0.00/0.15/0.42)	

CMYK percentages

%20.95
%0
%14.86
%41.96

Codes

Color #75947E in popluar color models

75947E
RGB117148126
HSL137°12.65%51.96%
HSB/HSV137°20.95%58.04%
CMYK20.95%0.00%14.86%
41.96%

Color #75947E in popluar number systems.

HEX75947E
Decimal117148126
Binary1110101100101001111110
Octal165224176

Shades and tints

Shades of #75947E

#75947E
(117,148,126)
#6B8773
(107,135,115)
#617A68
(97,122,104)
#576D5D
(87,109,93)
#4D6052
(77,96,82)
#435347
(67,83,71)
#39463C
(57,70,60)
#2F3931
(47,57,49)
#252C26
(37,44,38)
#1B1F1B
(27,31,27)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #75947E

#75947E
(117,148,126)
#819D89
(129,157,137)
#8DA694
(141,166,148)
#99AF9F
(153,175,159)
#A5B8AA
(165,184,170)
#B1C1B5
(177,193,181)
#BDCAC0
(189,202,192)
#C9D3CB
(201,211,203)
#D5DCD6
(213,220,214)
#E1E5E1
(225,229,225)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75947E; }

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

This text font color is #75947E.


Background Color

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

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

This div background color is #75947E.


Border color

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

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

This div border color is #75947E.


Opacity

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

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

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

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

This text has shadow with #75947E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75947E on black background.


Color preview on white background

This text has color #75947E on white background.



Black color preview on #75947E background

This text has black color on #75947E background.


White color preview on #75947E background

This text has white color on #75947E background.