COLOR #75A28D

HEX: #75A28D
RGB: (117,162,141)

Color info

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

RGB color model

#75A28D color RGB value is (117,162,141).

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

RGB channels and saturation

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

117
162
141

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

Portions of RGB colors in percentages

R + G + B =
117 + 162 + 141 = 420 (100%)
R 117 of 420 ~ 27.86%
G 162 of 420 ~ 38.57%
B 141 of 420 ~ 33.57%

%27.86
%38.57
%33.57

CMYK color model

#75A28D color CMYK value is (28,0,13,36).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 36.47%
CMYK:
(28,0,13,36)
C28M0Y13K36 
(28%,0%,13%,36%)
(0.28/0.00/0.13/0.36)	

CMYK percentages

%27.78
%0
%12.96
%36.47

Codes

Color #75A28D in popluar color models

75A28D
RGB117162141
HSL152°19.48%54.71%
HSB/HSV152°27.78%63.53%
CMYK27.78%0.00%12.96%
36.47%

Color #75A28D in popluar number systems.

HEX75A28D
Decimal117162141
Binary11101011010001010001101
Octal165242215

Shades and tints

Shades of #75A28D

#75A28D
(117,162,141)
#6B9481
(107,148,129)
#618675
(97,134,117)
#577869
(87,120,105)
#4D6A5D
(77,106,93)
#435C51
(67,92,81)
#394E45
(57,78,69)
#2F4039
(47,64,57)
#25322D
(37,50,45)
#1B2421
(27,36,33)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #75A28D

#75A28D
(117,162,141)
#81AA97
(129,170,151)
#8DB2A1
(141,178,161)
#99BAAB
(153,186,171)
#A5C2B5
(165,194,181)
#B1CABF
(177,202,191)
#BDD2C9
(189,210,201)
#C9DAD3
(201,218,211)
#D5E2DD
(213,226,221)
#E1EAE7
(225,234,231)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A28D; }

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

This text font color is #75A28D.


Background Color

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

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

This div background color is #75A28D.


Border color

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

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

This div border color is #75A28D.


Opacity

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

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

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

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

This text has shadow with #75A28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A28D on black background.


Color preview on white background

This text has color #75A28D on white background.



Black color preview on #75A28D background

This text has black color on #75A28D background.


White color preview on #75A28D background

This text has white color on #75A28D background.