COLOR #757299

HEX: #757299
RGB: (117,114,153)

Color info

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

RGB color model

#757299 color RGB value is (117,114,153).

  • red value is 117;
  • green value is 114;
  • blue value is 153.
RGB:
(117,114,153)
(46%,45%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 114 of 255 = 45%
B 153 of 255 = 60%

117
114
153

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 153 = 384 (100%)
R 117 of 384 ~ 30.47%
G 114 of 384 ~ 29.69%
B 153 of 384 ~ 39.84%

%30.47
%29.69
%39.84

CMYK color model

#757299 color CMYK value is (24,25,0,40).

  • cyan value is 23.53%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(24,25,0,40)
C24M25Y0K40 
(24%,25%,0%,40%)
(0.24/0.25/0.00/0.40)	

CMYK percentages

%23.53
%25.49
%0
%40

Codes

Color #757299 in popluar color models

757299
RGB117114153
HSL245°16.05%52.35%
HSB/HSV245°25.49%60.00%
CMYK23.53%25.49%0.00%
40.00%

Color #757299 in popluar number systems.

HEX757299
Decimal117114153
Binary1110101111001010011001
Octal165162231

Shades and tints

Shades of #757299

#757299
(117,114,153)
#6B688C
(107,104,140)
#615E7F
(97,94,127)
#575472
(87,84,114)
#4D4A65
(77,74,101)
#434058
(67,64,88)
#39364B
(57,54,75)
#2F2C3E
(47,44,62)
#252231
(37,34,49)
#1B1824
(27,24,36)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #757299

#757299
(117,114,153)
#817EA2
(129,126,162)
#8D8AAB
(141,138,171)
#9996B4
(153,150,180)
#A5A2BD
(165,162,189)
#B1AEC6
(177,174,198)
#BDBACF
(189,186,207)
#C9C6D8
(201,198,216)
#D5D2E1
(213,210,225)
#E1DEEA
(225,222,234)
#EDEAF3
(237,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757299; }

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

This text font color is #757299.


Background Color

.myBgColor { background-color: #757299; }

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

This div background color is #757299.


Border color

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

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

This div border color is #757299.


Opacity

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

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

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

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

This text has shadow with #757299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757299 on black background.


Color preview on white background

This text has color #757299 on white background.



Black color preview on #757299 background

This text has black color on #757299 background.


White color preview on #757299 background

This text has white color on #757299 background.