COLOR #75A593

HEX: #75A593
RGB: (117,165,147)

Color info

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

RGB color model

#75A593 color RGB value is (117,165,147).

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

RGB channels and saturation

R 117 of 255 = 46%
G 165 of 255 = 65%
B 147 of 255 = 58%

117
165
147

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

Portions of RGB colors in percentages

R + G + B =
117 + 165 + 147 = 429 (100%)
R 117 of 429 ~ 27.27%
G 165 of 429 ~ 38.46%
B 147 of 429 ~ 34.27%

%27.27
%38.46
%34.27

CMYK color model

#75A593 color CMYK value is (29,0,11,35).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(29,0,11,35)
C29M0Y11K35 
(29%,0%,11%,35%)
(0.29/0.00/0.11/0.35)	

CMYK percentages

%29.09
%0
%10.91
%35.29

Codes

Color #75A593 in popluar color models

75A593
RGB117165147
HSL158°21.05%55.29%
HSB/HSV158°29.09%64.71%
CMYK29.09%0.00%10.91%
35.29%

Color #75A593 in popluar number systems.

HEX75A593
Decimal117165147
Binary11101011010010110010011
Octal165245223

Shades and tints

Shades of #75A593

#75A593
(117,165,147)
#6B9686
(107,150,134)
#618779
(97,135,121)
#57786C
(87,120,108)
#4D695F
(77,105,95)
#435A52
(67,90,82)
#394B45
(57,75,69)
#2F3C38
(47,60,56)
#252D2B
(37,45,43)
#1B1E1E
(27,30,30)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #75A593

#75A593
(117,165,147)
#81AD9C
(129,173,156)
#8DB5A5
(141,181,165)
#99BDAE
(153,189,174)
#A5C5B7
(165,197,183)
#B1CDC0
(177,205,192)
#BDD5C9
(189,213,201)
#C9DDD2
(201,221,210)
#D5E5DB
(213,229,219)
#E1EDE4
(225,237,228)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A593; }

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

This text font color is #75A593.


Background Color

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

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

This div background color is #75A593.


Border color

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

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

This div border color is #75A593.


Opacity

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

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

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

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

This text has shadow with #75A593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A593 on black background.


Color preview on white background

This text has color #75A593 on white background.



Black color preview on #75A593 background

This text has black color on #75A593 background.


White color preview on #75A593 background

This text has white color on #75A593 background.