COLOR #75A589

HEX: #75A589
RGB: (117,165,137)

Color info

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

RGB color model

#75A589 color RGB value is (117,165,137).

  • red value is 117;
  • green value is 165;
  • blue value is 137.
RGB:
(117,165,137)
(46%,65%,54%)

RGB channels and saturation

R 117 of 255 = 46%
G 165 of 255 = 65%
B 137 of 255 = 54%

117
165
137

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

Portions of RGB colors in percentages

R + G + B =
117 + 165 + 137 = 419 (100%)
R 117 of 419 ~ 27.92%
G 165 of 419 ~ 39.38%
B 137 of 419 ~ 32.7%

%27.92
%39.38
%32.7

CMYK color model

#75A589 color CMYK value is (29,0,17,35).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 16.97%
  • key color value is 35.29%
CMYK:
(29,0,17,35)
C29M0Y17K35 
(29%,0%,17%,35%)
(0.29/0.00/0.17/0.35)	

CMYK percentages

%29.09
%0
%16.97
%35.29

Codes

Color #75A589 in popluar color models

75A589
RGB117165137
HSL145°21.05%55.29%
HSB/HSV145°29.09%64.71%
CMYK29.09%0.00%16.97%
35.29%

Color #75A589 in popluar number systems.

HEX75A589
Decimal117165137
Binary11101011010010110001001
Octal165245211

Shades and tints

Shades of #75A589

#75A589
(117,165,137)
#6B967D
(107,150,125)
#618771
(97,135,113)
#577865
(87,120,101)
#4D6959
(77,105,89)
#435A4D
(67,90,77)
#394B41
(57,75,65)
#2F3C35
(47,60,53)
#252D29
(37,45,41)
#1B1E1D
(27,30,29)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #75A589

#75A589
(117,165,137)
#81AD93
(129,173,147)
#8DB59D
(141,181,157)
#99BDA7
(153,189,167)
#A5C5B1
(165,197,177)
#B1CDBB
(177,205,187)
#BDD5C5
(189,213,197)
#C9DDCF
(201,221,207)
#D5E5D9
(213,229,217)
#E1EDE3
(225,237,227)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A589 color. Also use rgb(117,165,137) instead hex code.

Text Font Color

.myTextColor { color: #75A589; }

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

This text font color is #75A589.


Background Color

.myBgColor { background-color: #75A589; }

<div style="background-color:#75A589">Inner text</div>

This div background color is #75A589.


Border color

.myBorderColor { border: 1px solid #75A589; }

<div style="border:3px solid #75A589">Div</div>

This div border color is #75A589.


Opacity

.myOpacity80 { color: #75A589; opacity: 0.8; }

<p style="color:#75A589;opacity:0.8;">80%</p>

Text with #75A589 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 #75A589;}

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

This text has shadow with #75A589 color.

.textShadow {text-shadow: 3px 3px 1px #75A589, 3px 3px 1px red;}

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

This text has shadow with #75A589 primary color and red secondary color.


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

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

This text has shadow with #75A589 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A589 on black background.


Color preview on white background

This text has color #75A589 on white background.



Black color preview on #75A589 background

This text has black color on #75A589 background.


White color preview on #75A589 background

This text has white color on #75A589 background.