COLOR #759082

HEX: #759082
RGB: (117,144,130)

Color info

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

RGB color model

#759082 color RGB value is (117,144,130).

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

RGB channels and saturation

R 117 of 255 = 46%
G 144 of 255 = 56%
B 130 of 255 = 51%

117
144
130

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

Portions of RGB colors in percentages

R + G + B =
117 + 144 + 130 = 391 (100%)
R 117 of 391 ~ 29.92%
G 144 of 391 ~ 36.83%
B 130 of 391 ~ 33.25%

%29.92
%36.83
%33.25

CMYK color model

#759082 color CMYK value is (19,0,10,44).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 43.53%
CMYK:
(19,0,10,44)
C19M0Y10K44 
(19%,0%,10%,44%)
(0.19/0.00/0.10/0.44)	

CMYK percentages

%18.75
%0
%9.72
%43.53

Codes

Color #759082 in popluar color models

759082
RGB117144130
HSL149°10.84%51.18%
HSB/HSV149°18.75%56.47%
CMYK18.75%0.00%9.72%
43.53%

Color #759082 in popluar number systems.

HEX759082
Decimal117144130
Binary11101011001000010000010
Octal165220202

Shades and tints

Shades of #759082

#759082
(117,144,130)
#6B8377
(107,131,119)
#61766C
(97,118,108)
#576961
(87,105,97)
#4D5C56
(77,92,86)
#434F4B
(67,79,75)
#394240
(57,66,64)
#2F3535
(47,53,53)
#25282A
(37,40,42)
#1B1B1F
(27,27,31)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #759082

#759082
(117,144,130)
#819A8D
(129,154,141)
#8DA498
(141,164,152)
#99AEA3
(153,174,163)
#A5B8AE
(165,184,174)
#B1C2B9
(177,194,185)
#BDCCC4
(189,204,196)
#C9D6CF
(201,214,207)
#D5E0DA
(213,224,218)
#E1EAE5
(225,234,229)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759082; }

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

This text font color is #759082.


Background Color

.myBgColor { background-color: #759082; }

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

This div background color is #759082.


Border color

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

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

This div border color is #759082.


Opacity

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

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

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

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

This text has shadow with #759082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759082 on black background.


Color preview on white background

This text has color #759082 on white background.



Black color preview on #759082 background

This text has black color on #759082 background.


White color preview on #759082 background

This text has white color on #759082 background.