COLOR #758383

HEX: #758383
RGB: (117,131,131)

Color info

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

RGB color model

#758383 color RGB value is (117,131,131).

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

RGB channels and saturation

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

117
131
131

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

Portions of RGB colors in percentages

R + G + B =
117 + 131 + 131 = 379 (100%)
R 117 of 379 ~ 30.87%
G 131 of 379 ~ 34.56%
B 131 of 379 ~ 34.56%

%30.87
%34.56
%34.56

CMYK color model

#758383 color CMYK value is (11,0,0,49).

  • cyan value is 10.69%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(11,0,0,49)
C11M0Y0K49 
(11%,0%,0%,49%)
(0.11/0.00/0.00/0.49)	

CMYK percentages

%10.69
%0
%0
%48.63

Codes

Color #758383 in popluar color models

758383
RGB117131131
HSL180°5.65%48.63%
HSB/HSV180°10.69%51.37%
CMYK10.69%0.00%0.00%
48.63%

Color #758383 in popluar number systems.

HEX758383
Decimal117131131
Binary11101011000001110000011
Octal165203203

Shades and tints

Shades of #758383

#758383
(117,131,131)
#6B7878
(107,120,120)
#616D6D
(97,109,109)
#576262
(87,98,98)
#4D5757
(77,87,87)
#434C4C
(67,76,76)
#394141
(57,65,65)
#2F3636
(47,54,54)
#252B2B
(37,43,43)
#1B2020
(27,32,32)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #758383

#758383
(117,131,131)
#818E8E
(129,142,142)
#8D9999
(141,153,153)
#99A4A4
(153,164,164)
#A5AFAF
(165,175,175)
#B1BABA
(177,186,186)
#BDC5C5
(189,197,197)
#C9D0D0
(201,208,208)
#D5DBDB
(213,219,219)
#E1E6E6
(225,230,230)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758383; }

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

This text font color is #758383.


Background Color

.myBgColor { background-color: #758383; }

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

This div background color is #758383.


Border color

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

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

This div border color is #758383.


Opacity

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

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

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

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

This text has shadow with #758383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758383 on black background.


Color preview on white background

This text has color #758383 on white background.



Black color preview on #758383 background

This text has black color on #758383 background.


White color preview on #758383 background

This text has white color on #758383 background.