COLOR #758983

HEX: #758983
RGB: (117,137,131)

Color info

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

RGB color model

#758983 color RGB value is (117,137,131).

  • red value is 117;
  • green value is 137;
  • blue value is 131.
RGB:
(117,137,131)
(46%,54%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 131 of 255 = 51%

117
137
131

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

Portions of RGB colors in percentages

R + G + B =
117 + 137 + 131 = 385 (100%)
R 117 of 385 ~ 30.39%
G 137 of 385 ~ 35.58%
B 131 of 385 ~ 34.03%

%30.39
%35.58
%34.03

CMYK color model

#758983 color CMYK value is (15,0,4,46).

  • cyan value is 14.60%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 46.27%
CMYK:
(15,0,4,46)
C15M0Y4K46 
(15%,0%,4%,46%)
(0.15/0.00/0.04/0.46)	

CMYK percentages

%14.6
%0
%4.38
%46.27

Codes

Color #758983 in popluar color models

758983
RGB117137131
HSL162°7.87%49.80%
HSB/HSV162°14.60%53.73%
CMYK14.60%0.00%4.38%
46.27%

Color #758983 in popluar number systems.

HEX758983
Decimal117137131
Binary11101011000100110000011
Octal165211203

Shades and tints

Shades of #758983

#758983
(117,137,131)
#6B7D78
(107,125,120)
#61716D
(97,113,109)
#576562
(87,101,98)
#4D5957
(77,89,87)
#434D4C
(67,77,76)
#394141
(57,65,65)
#2F3536
(47,53,54)
#25292B
(37,41,43)
#1B1D20
(27,29,32)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #758983

#758983
(117,137,131)
#81938E
(129,147,142)
#8D9D99
(141,157,153)
#99A7A4
(153,167,164)
#A5B1AF
(165,177,175)
#B1BBBA
(177,187,186)
#BDC5C5
(189,197,197)
#C9CFD0
(201,207,208)
#D5D9DB
(213,217,219)
#E1E3E6
(225,227,230)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758983 color. Also use rgb(117,137,131) instead hex code.

Text Font Color

.myTextColor { color: #758983; }

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

This text font color is #758983.


Background Color

.myBgColor { background-color: #758983; }

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

This div background color is #758983.


Border color

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

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

This div border color is #758983.


Opacity

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

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

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

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

This text has shadow with #758983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758983 on black background.


Color preview on white background

This text has color #758983 on white background.



Black color preview on #758983 background

This text has black color on #758983 background.


White color preview on #758983 background

This text has white color on #758983 background.