COLOR #75A193

HEX: #75A193
RGB: (117,161,147)

Color info

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

RGB color model

#75A193 color RGB value is (117,161,147).

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

RGB channels and saturation

R 117 of 255 = 46%
G 161 of 255 = 63%
B 147 of 255 = 58%

117
161
147

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

Portions of RGB colors in percentages

R + G + B =
117 + 161 + 147 = 425 (100%)
R 117 of 425 ~ 27.53%
G 161 of 425 ~ 37.88%
B 147 of 425 ~ 34.59%

%27.53
%37.88
%34.59

CMYK color model

#75A193 color CMYK value is (27,0,9,37).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 36.86%
CMYK:
(27,0,9,37)
C27M0Y9K37 
(27%,0%,9%,37%)
(0.27/0.00/0.09/0.37)	

CMYK percentages

%27.33
%0
%8.7
%36.86

Codes

Color #75A193 in popluar color models

75A193
RGB117161147
HSL161°18.97%54.51%
HSB/HSV161°27.33%63.14%
CMYK27.33%0.00%8.70%
36.86%

Color #75A193 in popluar number systems.

HEX75A193
Decimal117161147
Binary11101011010000110010011
Octal165241223

Shades and tints

Shades of #75A193

#75A193
(117,161,147)
#6B9386
(107,147,134)
#618579
(97,133,121)
#57776C
(87,119,108)
#4D695F
(77,105,95)
#435B52
(67,91,82)
#394D45
(57,77,69)
#2F3F38
(47,63,56)
#25312B
(37,49,43)
#1B231E
(27,35,30)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #75A193

#75A193
(117,161,147)
#81A99C
(129,169,156)
#8DB1A5
(141,177,165)
#99B9AE
(153,185,174)
#A5C1B7
(165,193,183)
#B1C9C0
(177,201,192)
#BDD1C9
(189,209,201)
#C9D9D2
(201,217,210)
#D5E1DB
(213,225,219)
#E1E9E4
(225,233,228)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A193; }

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

This text font color is #75A193.


Background Color

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

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

This div background color is #75A193.


Border color

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

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

This div border color is #75A193.


Opacity

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

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

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

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

This text has shadow with #75A193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A193 on black background.


Color preview on white background

This text has color #75A193 on white background.



Black color preview on #75A193 background

This text has black color on #75A193 background.


White color preview on #75A193 background

This text has white color on #75A193 background.