COLOR #747185

HEX: #747185
RGB: (116,113,133)

Color info

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

RGB color model

#747185 color RGB value is (116,113,133).

  • red value is 116;
  • green value is 113;
  • blue value is 133.
RGB:
(116,113,133)
(45%,44%,52%)

RGB channels and saturation

R 116 of 255 = 45%
G 113 of 255 = 44%
B 133 of 255 = 52%

116
113
133

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

Portions of RGB colors in percentages

R + G + B =
116 + 113 + 133 = 362 (100%)
R 116 of 362 ~ 32.04%
G 113 of 362 ~ 31.22%
B 133 of 362 ~ 36.74%

%32.04
%31.22
%36.74

CMYK color model

#747185 color CMYK value is (13,15,0,48).

  • cyan value is 12.78%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(13,15,0,48)
C13M15Y0K48 
(13%,15%,0%,48%)
(0.13/0.15/0.00/0.48)	

CMYK percentages

%12.78
%15.04
%0
%47.84

Codes

Color #747185 in popluar color models

747185
RGB116113133
HSL249°8.13%48.24%
HSB/HSV249°15.04%52.16%
CMYK12.78%15.04%0.00%
47.84%

Color #747185 in popluar number systems.

HEX747185
Decimal116113133
Binary1110100111000110000101
Octal164161205

Shades and tints

Shades of #747185

#747185
(116,113,133)
#6A6779
(106,103,121)
#605D6D
(96,93,109)
#565361
(86,83,97)
#4C4955
(76,73,85)
#423F49
(66,63,73)
#38353D
(56,53,61)
#2E2B31
(46,43,49)
#242125
(36,33,37)
#1A1719
(26,23,25)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #747185

#747185
(116,113,133)
#807D90
(128,125,144)
#8C899B
(140,137,155)
#9895A6
(152,149,166)
#A4A1B1
(164,161,177)
#B0ADBC
(176,173,188)
#BCB9C7
(188,185,199)
#C8C5D2
(200,197,210)
#D4D1DD
(212,209,221)
#E0DDE8
(224,221,232)
#ECE9F3
(236,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747185 color. Also use rgb(116,113,133) instead hex code.

Text Font Color

.myTextColor { color: #747185; }

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

This text font color is #747185.


Background Color

.myBgColor { background-color: #747185; }

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

This div background color is #747185.


Border color

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

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

This div border color is #747185.


Opacity

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

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

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

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

This text has shadow with #747185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747185 on black background.


Color preview on white background

This text has color #747185 on white background.



Black color preview on #747185 background

This text has black color on #747185 background.


White color preview on #747185 background

This text has white color on #747185 background.