COLOR #75A18F

HEX: #75A18F
RGB: (117,161,143)

Color info

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

RGB color model

#75A18F color RGB value is (117,161,143).

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

RGB channels and saturation

R 117 of 255 = 46%
G 161 of 255 = 63%
B 143 of 255 = 56%

117
161
143

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

Portions of RGB colors in percentages

R + G + B =
117 + 161 + 143 = 421 (100%)
R 117 of 421 ~ 27.79%
G 161 of 421 ~ 38.24%
B 143 of 421 ~ 33.97%

%27.79
%38.24
%33.97

CMYK color model

#75A18F color CMYK value is (27,0,11,37).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 11.18%
  • key color value is 36.86%
CMYK:
(27,0,11,37)
C27M0Y11K37 
(27%,0%,11%,37%)
(0.27/0.00/0.11/0.37)	

CMYK percentages

%27.33
%0
%11.18
%36.86

Codes

Color #75A18F in popluar color models

75A18F
RGB117161143
HSL155°18.97%54.51%
HSB/HSV155°27.33%63.14%
CMYK27.33%0.00%11.18%
36.86%

Color #75A18F in popluar number systems.

HEX75A18F
Decimal117161143
Binary11101011010000110001111
Octal165241217

Shades and tints

Shades of #75A18F

#75A18F
(117,161,143)
#6B9382
(107,147,130)
#618575
(97,133,117)
#577768
(87,119,104)
#4D695B
(77,105,91)
#435B4E
(67,91,78)
#394D41
(57,77,65)
#2F3F34
(47,63,52)
#253127
(37,49,39)
#1B231A
(27,35,26)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #75A18F

#75A18F
(117,161,143)
#81A999
(129,169,153)
#8DB1A3
(141,177,163)
#99B9AD
(153,185,173)
#A5C1B7
(165,193,183)
#B1C9C1
(177,201,193)
#BDD1CB
(189,209,203)
#C9D9D5
(201,217,213)
#D5E1DF
(213,225,223)
#E1E9E9
(225,233,233)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A18F; }

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

This text font color is #75A18F.


Background Color

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

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

This div background color is #75A18F.


Border color

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

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

This div border color is #75A18F.


Opacity

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

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

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

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

This text has shadow with #75A18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A18F on black background.


Color preview on white background

This text has color #75A18F on white background.



Black color preview on #75A18F background

This text has black color on #75A18F background.


White color preview on #75A18F background

This text has white color on #75A18F background.