COLOR #759381

HEX: #759381
RGB: (117,147,129)

Color info

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

RGB color model

#759381 color RGB value is (117,147,129).

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

RGB channels and saturation

R 117 of 255 = 46%
G 147 of 255 = 58%
B 129 of 255 = 51%

117
147
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 147 + 129 = 393 (100%)
R 117 of 393 ~ 29.77%
G 147 of 393 ~ 37.4%
B 129 of 393 ~ 32.82%

%29.77
%37.4
%32.82

CMYK color model

#759381 color CMYK value is (20,0,12,42).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 42.35%
CMYK:
(20,0,12,42)
C20M0Y12K42 
(20%,0%,12%,42%)
(0.20/0.00/0.12/0.42)	

CMYK percentages

%20.41
%0
%12.24
%42.35

Codes

Color #759381 in popluar color models

759381
RGB117147129
HSL144°12.20%51.76%
HSB/HSV144°20.41%57.65%
CMYK20.41%0.00%12.24%
42.35%

Color #759381 in popluar number systems.

HEX759381
Decimal117147129
Binary11101011001001110000001
Octal165223201

Shades and tints

Shades of #759381

#759381
(117,147,129)
#6B8676
(107,134,118)
#61796B
(97,121,107)
#576C60
(87,108,96)
#4D5F55
(77,95,85)
#43524A
(67,82,74)
#39453F
(57,69,63)
#2F3834
(47,56,52)
#252B29
(37,43,41)
#1B1E1E
(27,30,30)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #759381

#759381
(117,147,129)
#819C8C
(129,156,140)
#8DA597
(141,165,151)
#99AEA2
(153,174,162)
#A5B7AD
(165,183,173)
#B1C0B8
(177,192,184)
#BDC9C3
(189,201,195)
#C9D2CE
(201,210,206)
#D5DBD9
(213,219,217)
#E1E4E4
(225,228,228)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759381; }

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

This text font color is #759381.


Background Color

.myBgColor { background-color: #759381; }

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

This div background color is #759381.


Border color

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

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

This div border color is #759381.


Opacity

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

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

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

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

This text has shadow with #759381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759381 on black background.


Color preview on white background

This text has color #759381 on white background.



Black color preview on #759381 background

This text has black color on #759381 background.


White color preview on #759381 background

This text has white color on #759381 background.