COLOR #759384

HEX: #759384
RGB: (117,147,132)

Color info

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

RGB color model

#759384 color RGB value is (117,147,132).

  • red value is 117;
  • green value is 147;
  • blue value is 132.
RGB:
(117,147,132)
(46%,58%,52%)

RGB channels and saturation

R 117 of 255 = 46%
G 147 of 255 = 58%
B 132 of 255 = 52%

117
147
132

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

Portions of RGB colors in percentages

R + G + B =
117 + 147 + 132 = 396 (100%)
R 117 of 396 ~ 29.55%
G 147 of 396 ~ 37.12%
B 132 of 396 ~ 33.33%

%29.55
%37.12
%33.33

CMYK color model

#759384 color CMYK value is (20,0,10,42).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 42.35%
CMYK:
(20,0,10,42)
C20M0Y10K42 
(20%,0%,10%,42%)
(0.20/0.00/0.10/0.42)	

CMYK percentages

%20.41
%0
%10.2
%42.35

Codes

Color #759384 in popluar color models

759384
RGB117147132
HSL150°12.20%51.76%
HSB/HSV150°20.41%57.65%
CMYK20.41%0.00%10.20%
42.35%

Color #759384 in popluar number systems.

HEX759384
Decimal117147132
Binary11101011001001110000100
Octal165223204

Shades and tints

Shades of #759384

#759384
(117,147,132)
#6B8678
(107,134,120)
#61796C
(97,121,108)
#576C60
(87,108,96)
#4D5F54
(77,95,84)
#435248
(67,82,72)
#39453C
(57,69,60)
#2F3830
(47,56,48)
#252B24
(37,43,36)
#1B1E18
(27,30,24)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #759384

#759384
(117,147,132)
#819C8F
(129,156,143)
#8DA59A
(141,165,154)
#99AEA5
(153,174,165)
#A5B7B0
(165,183,176)
#B1C0BB
(177,192,187)
#BDC9C6
(189,201,198)
#C9D2D1
(201,210,209)
#D5DBDC
(213,219,220)
#E1E4E7
(225,228,231)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759384 color. Also use rgb(117,147,132) instead hex code.

Text Font Color

.myTextColor { color: #759384; }

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

This text font color is #759384.


Background Color

.myBgColor { background-color: #759384; }

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

This div background color is #759384.


Border color

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

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

This div border color is #759384.


Opacity

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

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

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

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

This text has shadow with #759384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759384 on black background.


Color preview on white background

This text has color #759384 on white background.



Black color preview on #759384 background

This text has black color on #759384 background.


White color preview on #759384 background

This text has white color on #759384 background.