COLOR #759091

HEX: #759091
RGB: (117,144,145)

Color info

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

RGB color model

#759091 color RGB value is (117,144,145).

  • red value is 117;
  • green value is 144;
  • blue value is 145.
RGB:
(117,144,145)
(46%,56%,57%)

RGB channels and saturation

R 117 of 255 = 46%
G 144 of 255 = 56%
B 145 of 255 = 57%

117
144
145

R + G + B ~ 53%. #759091 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 144 + 145 = 406 (100%)
R 117 of 406 ~ 28.82%
G 144 of 406 ~ 35.47%
B 145 of 406 ~ 35.71%

%28.82
%35.47
%35.71

CMYK color model

#759091 color CMYK value is (19,1,0,43).

  • cyan value is 19.31%
  • magenta value is 0.69%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(19,1,0,43)
C19M1Y0K43 
(19%,1%,0%,43%)
(0.19/0.01/0.00/0.43)	

CMYK percentages

%19.31
%0.69
%0
%43.14

Codes

Color #759091 in popluar color models

759091
RGB117144145
HSL182°11.29%51.37%
HSB/HSV182°19.31%56.86%
CMYK19.31%0.69%0.00%
43.14%

Color #759091 in popluar number systems.

HEX759091
Decimal117144145
Binary11101011001000010010001
Octal165220221

Shades and tints

Shades of #759091

#759091
(117,144,145)
#6B8384
(107,131,132)
#617677
(97,118,119)
#57696A
(87,105,106)
#4D5C5D
(77,92,93)
#434F50
(67,79,80)
#394243
(57,66,67)
#2F3536
(47,53,54)
#252829
(37,40,41)
#1B1B1C
(27,27,28)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #759091

#759091
(117,144,145)
#819A9B
(129,154,155)
#8DA4A5
(141,164,165)
#99AEAF
(153,174,175)
#A5B8B9
(165,184,185)
#B1C2C3
(177,194,195)
#BDCCCD
(189,204,205)
#C9D6D7
(201,214,215)
#D5E0E1
(213,224,225)
#E1EAEB
(225,234,235)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759091 color. Also use rgb(117,144,145) instead hex code.

Text Font Color

.myTextColor { color: #759091; }

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

This text font color is #759091.


Background Color

.myBgColor { background-color: #759091; }

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

This div background color is #759091.


Border color

.myBorderColor { border: 1px solid #759091; }

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

This div border color is #759091.


Opacity

.myOpacity80 { color: #759091; opacity: 0.8; }

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

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

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

This text has shadow with #759091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759091 on black background.


Color preview on white background

This text has color #759091 on white background.



Black color preview on #759091 background

This text has black color on #759091 background.


White color preview on #759091 background

This text has white color on #759091 background.