COLOR #74537F

HEX: #74537F
RGB: (116,83,127)

Color info

#74537F contains red, green and blue colors in about the same proportion. Web safe color of #74537F is #666666 (or #666).

RGB color model

#74537F color RGB value is (116,83,127).

  • red value is 116;
  • green value is 83;
  • blue value is 127.
RGB:
(116,83,127)
(45%,33%,50%)

RGB channels and saturation

R 116 of 255 = 45%
G 83 of 255 = 33%
B 127 of 255 = 50%

116
83
127

R + G + B ~ 43%. #74537F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 83 + 127 = 326 (100%)
R 116 of 326 ~ 35.58%
G 83 of 326 ~ 25.46%
B 127 of 326 ~ 38.96%

%35.58
%25.46
%38.96

CMYK color model

#74537F color CMYK value is (9,35,0,50).

  • cyan value is 8.66%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(9,35,0,50)
C9M35Y0K50 
(9%,35%,0%,50%)
(0.09/0.35/0.00/0.50)	

CMYK percentages

%8.66
%34.65
%0
%50.2

Codes

Color #74537F in popluar color models

74537F
RGB11683127
HSL285°20.95%41.18%
HSB/HSV285°34.65%49.80%
CMYK8.66%34.65%0.00%
50.20%

Color #74537F in popluar number systems.

HEX74537F
Decimal11683127
Binary111010010100111111111
Octal164123177

Shades and tints

Shades of #74537F

#74537F
(116,83,127)
#6A4C74
(106,76,116)
#604569
(96,69,105)
#563E5E
(86,62,94)
#4C3753
(76,55,83)
#423048
(66,48,72)
#38293D
(56,41,61)
#2E2232
(46,34,50)
#241B27
(36,27,39)
#1A141C
(26,20,28)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #74537F

#74537F
(116,83,127)
#80628A
(128,98,138)
#8C7195
(140,113,149)
#9880A0
(152,128,160)
#A48FAB
(164,143,171)
#B09EB6
(176,158,182)
#BCADC1
(188,173,193)
#C8BCCC
(200,188,204)
#D4CBD7
(212,203,215)
#E0DAE2
(224,218,226)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74537F color. Also use rgb(116,83,127) instead hex code.

Text Font Color

.myTextColor { color: #74537F; }

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

This text font color is #74537F.


Background Color

.myBgColor { background-color: #74537F; }

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

This div background color is #74537F.


Border color

.myBorderColor { border: 1px solid #74537F; }

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

This div border color is #74537F.


Opacity

.myOpacity80 { color: #74537F; opacity: 0.8; }

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

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

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

This text has shadow with #74537F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74537F on black background.


Color preview on white background

This text has color #74537F on white background.



Black color preview on #74537F background

This text has black color on #74537F background.


White color preview on #74537F background

This text has white color on #74537F background.