COLOR #75A282

HEX: #75A282
RGB: (117,162,130)

Color info

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

RGB color model

#75A282 color RGB value is (117,162,130).

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

RGB channels and saturation

R 117 of 255 = 46%
G 162 of 255 = 64%
B 130 of 255 = 51%

117
162
130

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

Portions of RGB colors in percentages

R + G + B =
117 + 162 + 130 = 409 (100%)
R 117 of 409 ~ 28.61%
G 162 of 409 ~ 39.61%
B 130 of 409 ~ 31.78%

%28.61
%39.61
%31.78

CMYK color model

#75A282 color CMYK value is (28,0,20,36).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 36.47%
CMYK:
(28,0,20,36)
C28M0Y20K36 
(28%,0%,20%,36%)
(0.28/0.00/0.20/0.36)	

CMYK percentages

%27.78
%0
%19.75
%36.47

Codes

Color #75A282 in popluar color models

75A282
RGB117162130
HSL137°19.48%54.71%
HSB/HSV137°27.78%63.53%
CMYK27.78%0.00%19.75%
36.47%

Color #75A282 in popluar number systems.

HEX75A282
Decimal117162130
Binary11101011010001010000010
Octal165242202

Shades and tints

Shades of #75A282

#75A282
(117,162,130)
#6B9477
(107,148,119)
#61866C
(97,134,108)
#577861
(87,120,97)
#4D6A56
(77,106,86)
#435C4B
(67,92,75)
#394E40
(57,78,64)
#2F4035
(47,64,53)
#25322A
(37,50,42)
#1B241F
(27,36,31)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #75A282

#75A282
(117,162,130)
#81AA8D
(129,170,141)
#8DB298
(141,178,152)
#99BAA3
(153,186,163)
#A5C2AE
(165,194,174)
#B1CAB9
(177,202,185)
#BDD2C4
(189,210,196)
#C9DACF
(201,218,207)
#D5E2DA
(213,226,218)
#E1EAE5
(225,234,229)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A282; }

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

This text font color is #75A282.


Background Color

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

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

This div background color is #75A282.


Border color

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

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

This div border color is #75A282.


Opacity

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

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

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

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

This text has shadow with #75A282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A282 on black background.


Color preview on white background

This text has color #75A282 on white background.



Black color preview on #75A282 background

This text has black color on #75A282 background.


White color preview on #75A282 background

This text has white color on #75A282 background.