COLOR #758583

HEX: #758583
RGB: (117,133,131)

Color info

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

RGB color model

#758583 color RGB value is (117,133,131).

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

RGB channels and saturation

R 117 of 255 = 46%
G 133 of 255 = 52%
B 131 of 255 = 51%

117
133
131

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

Portions of RGB colors in percentages

R + G + B =
117 + 133 + 131 = 381 (100%)
R 117 of 381 ~ 30.71%
G 133 of 381 ~ 34.91%
B 131 of 381 ~ 34.38%

%30.71
%34.91
%34.38

CMYK color model

#758583 color CMYK value is (12,0,2,48).

  • cyan value is 12.03%
  • magenta value is 0.00%
  • yellow value is 1.50%
  • key color value is 47.84%
CMYK:
(12,0,2,48)
C12M0Y2K48 
(12%,0%,2%,48%)
(0.12/0.00/0.02/0.48)	

CMYK percentages

%12.03
%0
%1.5
%47.84

Codes

Color #758583 in popluar color models

758583
RGB117133131
HSL173°6.40%49.02%
HSB/HSV173°12.03%52.16%
CMYK12.03%0.00%1.50%
47.84%

Color #758583 in popluar number systems.

HEX758583
Decimal117133131
Binary11101011000010110000011
Octal165205203

Shades and tints

Shades of #758583

#758583
(117,133,131)
#6B7978
(107,121,120)
#616D6D
(97,109,109)
#576162
(87,97,98)
#4D5557
(77,85,87)
#43494C
(67,73,76)
#393D41
(57,61,65)
#2F3136
(47,49,54)
#25252B
(37,37,43)
#1B1920
(27,25,32)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #758583

#758583
(117,133,131)
#81908E
(129,144,142)
#8D9B99
(141,155,153)
#99A6A4
(153,166,164)
#A5B1AF
(165,177,175)
#B1BCBA
(177,188,186)
#BDC7C5
(189,199,197)
#C9D2D0
(201,210,208)
#D5DDDB
(213,221,219)
#E1E8E6
(225,232,230)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758583; }

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

This text font color is #758583.


Background Color

.myBgColor { background-color: #758583; }

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

This div background color is #758583.


Border color

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

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

This div border color is #758583.


Opacity

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

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

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

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

This text has shadow with #758583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758583 on black background.


Color preview on white background

This text has color #758583 on white background.



Black color preview on #758583 background

This text has black color on #758583 background.


White color preview on #758583 background

This text has white color on #758583 background.