COLOR #75849A

HEX: #75849A
RGB: (117,132,154)

Color info

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

RGB color model

#75849A color RGB value is (117,132,154).

  • red value is 117;
  • green value is 132;
  • blue value is 154.
RGB:
(117,132,154)
(46%,52%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 132 of 255 = 52%
B 154 of 255 = 60%

117
132
154

R + G + B ~ 53%. #75849A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 132 + 154 = 403 (100%)
R 117 of 403 ~ 29.03%
G 132 of 403 ~ 32.75%
B 154 of 403 ~ 38.21%

%29.03
%32.75
%38.21

CMYK color model

#75849A color CMYK value is (24,14,0,40).

  • cyan value is 24.03%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(24,14,0,40)
C24M14Y0K40 
(24%,14%,0%,40%)
(0.24/0.14/0.00/0.40)	

CMYK percentages

%24.03
%14.29
%0
%39.61

Codes

Color #75849A in popluar color models

75849A
RGB117132154
HSL216°15.48%53.14%
HSB/HSV216°24.03%60.39%
CMYK24.03%14.29%0.00%
39.61%

Color #75849A in popluar number systems.

HEX75849A
Decimal117132154
Binary11101011000010010011010
Octal165204232

Shades and tints

Shades of #75849A

#75849A
(117,132,154)
#6B788C
(107,120,140)
#616C7E
(97,108,126)
#576070
(87,96,112)
#4D5462
(77,84,98)
#434854
(67,72,84)
#393C46
(57,60,70)
#2F3038
(47,48,56)
#25242A
(37,36,42)
#1B181C
(27,24,28)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #75849A

#75849A
(117,132,154)
#818FA3
(129,143,163)
#8D9AAC
(141,154,172)
#99A5B5
(153,165,181)
#A5B0BE
(165,176,190)
#B1BBC7
(177,187,199)
#BDC6D0
(189,198,208)
#C9D1D9
(201,209,217)
#D5DCE2
(213,220,226)
#E1E7EB
(225,231,235)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75849A color. Also use rgb(117,132,154) instead hex code.

Text Font Color

.myTextColor { color: #75849A; }

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

This text font color is #75849A.


Background Color

.myBgColor { background-color: #75849A; }

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

This div background color is #75849A.


Border color

.myBorderColor { border: 1px solid #75849A; }

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

This div border color is #75849A.


Opacity

.myOpacity80 { color: #75849A; opacity: 0.8; }

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

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

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

This text has shadow with #75849A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75849A on black background.


Color preview on white background

This text has color #75849A on white background.



Black color preview on #75849A background

This text has black color on #75849A background.


White color preview on #75849A background

This text has white color on #75849A background.