COLOR #75A294

HEX: #75A294
RGB: (117,162,148)

Color info

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

RGB color model

#75A294 color RGB value is (117,162,148).

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

RGB channels and saturation

R 117 of 255 = 46%
G 162 of 255 = 64%
B 148 of 255 = 58%

117
162
148

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

Portions of RGB colors in percentages

R + G + B =
117 + 162 + 148 = 427 (100%)
R 117 of 427 ~ 27.4%
G 162 of 427 ~ 37.94%
B 148 of 427 ~ 34.66%

%27.4
%37.94
%34.66

CMYK color model

#75A294 color CMYK value is (28,0,9,36).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 36.47%
CMYK:
(28,0,9,36)
C28M0Y9K36 
(28%,0%,9%,36%)
(0.28/0.00/0.09/0.36)	

CMYK percentages

%27.78
%0
%8.64
%36.47

Codes

Color #75A294 in popluar color models

75A294
RGB117162148
HSL161°19.48%54.71%
HSB/HSV161°27.78%63.53%
CMYK27.78%0.00%8.64%
36.47%

Color #75A294 in popluar number systems.

HEX75A294
Decimal117162148
Binary11101011010001010010100
Octal165242224

Shades and tints

Shades of #75A294

#75A294
(117,162,148)
#6B9487
(107,148,135)
#61867A
(97,134,122)
#57786D
(87,120,109)
#4D6A60
(77,106,96)
#435C53
(67,92,83)
#394E46
(57,78,70)
#2F4039
(47,64,57)
#25322C
(37,50,44)
#1B241F
(27,36,31)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #75A294

#75A294
(117,162,148)
#81AA9D
(129,170,157)
#8DB2A6
(141,178,166)
#99BAAF
(153,186,175)
#A5C2B8
(165,194,184)
#B1CAC1
(177,202,193)
#BDD2CA
(189,210,202)
#C9DAD3
(201,218,211)
#D5E2DC
(213,226,220)
#E1EAE5
(225,234,229)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A294; }

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

This text font color is #75A294.


Background Color

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

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

This div background color is #75A294.


Border color

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

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

This div border color is #75A294.


Opacity

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

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

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

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

This text has shadow with #75A294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A294 on black background.


Color preview on white background

This text has color #75A294 on white background.



Black color preview on #75A294 background

This text has black color on #75A294 background.


White color preview on #75A294 background

This text has white color on #75A294 background.