COLOR #74508E

HEX: #74508E
RGB: (116,80,142)

Color info

#74508E contains mainly red and blue colors. Web safe color of #74508E is #666699 (or #669).

RGB color model

#74508E color RGB value is (116,80,142).

  • red value is 116;
  • green value is 80;
  • blue value is 142.
RGB:
(116,80,142)
(45%,31%,56%)

RGB channels and saturation

R 116 of 255 = 45%
G 80 of 255 = 31%
B 142 of 255 = 56%

116
80
142

R + G + B ~ 44%. #74508E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 80 + 142 = 338 (100%)
R 116 of 338 ~ 34.32%
G 80 of 338 ~ 23.67%
B 142 of 338 ~ 42.01%

%34.32
%23.67
%42.01

CMYK color model

#74508E color CMYK value is (18,44,0,44).

  • cyan value is 18.31%
  • magenta value is 43.66%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(18,44,0,44)
C18M44Y0K44 
(18%,44%,0%,44%)
(0.18/0.44/0.00/0.44)	

CMYK percentages

%18.31
%43.66
%0
%44.31

Codes

Color #74508E in popluar color models

74508E
RGB11680142
HSL275°27.93%43.53%
HSB/HSV275°43.66%55.69%
CMYK18.31%43.66%0.00%
44.31%

Color #74508E in popluar number systems.

HEX74508E
Decimal11680142
Binary1110100101000010001110
Octal164120216

Shades and tints

Shades of #74508E

#74508E
(116,80,142)
#6A4982
(106,73,130)
#604276
(96,66,118)
#563B6A
(86,59,106)
#4C345E
(76,52,94)
#422D52
(66,45,82)
#382646
(56,38,70)
#2E1F3A
(46,31,58)
#24182E
(36,24,46)
#1A1122
(26,17,34)
#100A16
(16,10,22)
#000000
(0,0,0)

Tints of #74508E

#74508E
(116,80,142)
#805F98
(128,95,152)
#8C6EA2
(140,110,162)
#987DAC
(152,125,172)
#A48CB6
(164,140,182)
#B09BC0
(176,155,192)
#BCAACA
(188,170,202)
#C8B9D4
(200,185,212)
#D4C8DE
(212,200,222)
#E0D7E8
(224,215,232)
#ECE6F2
(236,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74508E color. Also use rgb(116,80,142) instead hex code.

Text Font Color

.myTextColor { color: #74508E; }

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

This text font color is #74508E.


Background Color

.myBgColor { background-color: #74508E; }

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

This div background color is #74508E.


Border color

.myBorderColor { border: 1px solid #74508E; }

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

This div border color is #74508E.


Opacity

.myOpacity80 { color: #74508E; opacity: 0.8; }

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

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

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

This text has shadow with #74508E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74508E on black background.


Color preview on white background

This text has color #74508E on white background.



Black color preview on #74508E background

This text has black color on #74508E background.


White color preview on #74508E background

This text has white color on #74508E background.