COLOR #75A28C

HEX: #75A28C
RGB: (117,162,140)

Color info

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

RGB color model

#75A28C color RGB value is (117,162,140).

  • red value is 117;
  • green value is 162;
  • blue value is 140.
RGB:
(117,162,140)
(46%,64%,55%)

RGB channels and saturation

R 117 of 255 = 46%
G 162 of 255 = 64%
B 140 of 255 = 55%

117
162
140

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

Portions of RGB colors in percentages

R + G + B =
117 + 162 + 140 = 419 (100%)
R 117 of 419 ~ 27.92%
G 162 of 419 ~ 38.66%
B 140 of 419 ~ 33.41%

%27.92
%38.66
%33.41

CMYK color model

#75A28C color CMYK value is (28,0,14,36).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 36.47%
CMYK:
(28,0,14,36)
C28M0Y14K36 
(28%,0%,14%,36%)
(0.28/0.00/0.14/0.36)	

CMYK percentages

%27.78
%0
%13.58
%36.47

Codes

Color #75A28C in popluar color models

75A28C
RGB117162140
HSL151°19.48%54.71%
HSB/HSV151°27.78%63.53%
CMYK27.78%0.00%13.58%
36.47%

Color #75A28C in popluar number systems.

HEX75A28C
Decimal117162140
Binary11101011010001010001100
Octal165242214

Shades and tints

Shades of #75A28C

#75A28C
(117,162,140)
#6B9480
(107,148,128)
#618674
(97,134,116)
#577868
(87,120,104)
#4D6A5C
(77,106,92)
#435C50
(67,92,80)
#394E44
(57,78,68)
#2F4038
(47,64,56)
#25322C
(37,50,44)
#1B2420
(27,36,32)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #75A28C

#75A28C
(117,162,140)
#81AA96
(129,170,150)
#8DB2A0
(141,178,160)
#99BAAA
(153,186,170)
#A5C2B4
(165,194,180)
#B1CABE
(177,202,190)
#BDD2C8
(189,210,200)
#C9DAD2
(201,218,210)
#D5E2DC
(213,226,220)
#E1EAE6
(225,234,230)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A28C color. Also use rgb(117,162,140) instead hex code.

Text Font Color

.myTextColor { color: #75A28C; }

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

This text font color is #75A28C.


Background Color

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

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

This div background color is #75A28C.


Border color

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

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

This div border color is #75A28C.


Opacity

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

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

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

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

This text has shadow with #75A28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A28C on black background.


Color preview on white background

This text has color #75A28C on white background.



Black color preview on #75A28C background

This text has black color on #75A28C background.


White color preview on #75A28C background

This text has white color on #75A28C background.