COLOR #757381

HEX: #757381
RGB: (117,115,129)

Color info

#757381 contains red, green and blue colors in about the same proportion. Web safe color of #757381 is #666699 (or #669).

RGB color model

#757381 color RGB value is (117,115,129).

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

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 129 of 255 = 51%

117
115
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 129 = 361 (100%)
R 117 of 361 ~ 32.41%
G 115 of 361 ~ 31.86%
B 129 of 361 ~ 35.73%

%32.41
%31.86
%35.73

CMYK color model

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

  • cyan value is 9.30%
  • magenta value is 10.85%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(9,11,0,49)
C9M11Y0K49 
(9%,11%,0%,49%)
(0.09/0.11/0.00/0.49)	

CMYK percentages

%9.3
%10.85
%0
%49.41

Codes

Color #757381 in popluar color models

757381
RGB117115129
HSL249°5.74%47.84%
HSB/HSV249°10.85%50.59%
CMYK9.30%10.85%0.00%
49.41%

Color #757381 in popluar number systems.

HEX757381
Decimal117115129
Binary1110101111001110000001
Octal165163201

Shades and tints

Shades of #757381

#757381
(117,115,129)
#6B6976
(107,105,118)
#615F6B
(97,95,107)
#575560
(87,85,96)
#4D4B55
(77,75,85)
#43414A
(67,65,74)
#39373F
(57,55,63)
#2F2D34
(47,45,52)
#252329
(37,35,41)
#1B191E
(27,25,30)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #757381

#757381
(117,115,129)
#817F8C
(129,127,140)
#8D8B97
(141,139,151)
#9997A2
(153,151,162)
#A5A3AD
(165,163,173)
#B1AFB8
(177,175,184)
#BDBBC3
(189,187,195)
#C9C7CE
(201,199,206)
#D5D3D9
(213,211,217)
#E1DFE4
(225,223,228)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757381; }

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

This text font color is #757381.


Background Color

.myBgColor { background-color: #757381; }

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

This div background color is #757381.


Border color

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

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

This div border color is #757381.


Opacity

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

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

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

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

This text has shadow with #757381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757381 on black background.


Color preview on white background

This text has color #757381 on white background.



Black color preview on #757381 background

This text has black color on #757381 background.


White color preview on #757381 background

This text has white color on #757381 background.