COLOR #759085

HEX: #759085
RGB: (117,144,133)

Color info

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

RGB color model

#759085 color RGB value is (117,144,133).

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

RGB channels and saturation

R 117 of 255 = 46%
G 144 of 255 = 56%
B 133 of 255 = 52%

117
144
133

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

Portions of RGB colors in percentages

R + G + B =
117 + 144 + 133 = 394 (100%)
R 117 of 394 ~ 29.7%
G 144 of 394 ~ 36.55%
B 133 of 394 ~ 33.76%

%29.7
%36.55
%33.76

CMYK color model

#759085 color CMYK value is (19,0,8,44).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 7.64%
  • key color value is 43.53%
CMYK:
(19,0,8,44)
C19M0Y8K44 
(19%,0%,8%,44%)
(0.19/0.00/0.08/0.44)	

CMYK percentages

%18.75
%0
%7.64
%43.53

Codes

Color #759085 in popluar color models

759085
RGB117144133
HSL156°10.84%51.18%
HSB/HSV156°18.75%56.47%
CMYK18.75%0.00%7.64%
43.53%

Color #759085 in popluar number systems.

HEX759085
Decimal117144133
Binary11101011001000010000101
Octal165220205

Shades and tints

Shades of #759085

#759085
(117,144,133)
#6B8379
(107,131,121)
#61766D
(97,118,109)
#576961
(87,105,97)
#4D5C55
(77,92,85)
#434F49
(67,79,73)
#39423D
(57,66,61)
#2F3531
(47,53,49)
#252825
(37,40,37)
#1B1B19
(27,27,25)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #759085

#759085
(117,144,133)
#819A90
(129,154,144)
#8DA49B
(141,164,155)
#99AEA6
(153,174,166)
#A5B8B1
(165,184,177)
#B1C2BC
(177,194,188)
#BDCCC7
(189,204,199)
#C9D6D2
(201,214,210)
#D5E0DD
(213,224,221)
#E1EAE8
(225,234,232)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759085; }

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

This text font color is #759085.


Background Color

.myBgColor { background-color: #759085; }

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

This div background color is #759085.


Border color

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

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

This div border color is #759085.


Opacity

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

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

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

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

This text has shadow with #759085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759085 on black background.


Color preview on white background

This text has color #759085 on white background.



Black color preview on #759085 background

This text has black color on #759085 background.


White color preview on #759085 background

This text has white color on #759085 background.