COLOR #74538C

HEX: #74538C
RGB: (116,83,140)

Color info

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

RGB color model

#74538C color RGB value is (116,83,140).

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

RGB channels and saturation

R 116 of 255 = 45%
G 83 of 255 = 33%
B 140 of 255 = 55%

116
83
140

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

Portions of RGB colors in percentages

R + G + B =
116 + 83 + 140 = 339 (100%)
R 116 of 339 ~ 34.22%
G 83 of 339 ~ 24.48%
B 140 of 339 ~ 41.3%

%34.22
%24.48
%41.3

CMYK color model

#74538C color CMYK value is (17,41,0,45).

  • cyan value is 17.14%
  • magenta value is 40.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(17,41,0,45)
C17M41Y0K45 
(17%,41%,0%,45%)
(0.17/0.41/0.00/0.45)	

CMYK percentages

%17.14
%40.71
%0
%45.1

Codes

Color #74538C in popluar color models

74538C
RGB11683140
HSL275°25.56%43.73%
HSB/HSV275°40.71%54.90%
CMYK17.14%40.71%0.00%
45.10%

Color #74538C in popluar number systems.

HEX74538C
Decimal11683140
Binary1110100101001110001100
Octal164123214

Shades and tints

Shades of #74538C

#74538C
(116,83,140)
#6A4C80
(106,76,128)
#604574
(96,69,116)
#563E68
(86,62,104)
#4C375C
(76,55,92)
#423050
(66,48,80)
#382944
(56,41,68)
#2E2238
(46,34,56)
#241B2C
(36,27,44)
#1A1420
(26,20,32)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #74538C

#74538C
(116,83,140)
#806296
(128,98,150)
#8C71A0
(140,113,160)
#9880AA
(152,128,170)
#A48FB4
(164,143,180)
#B09EBE
(176,158,190)
#BCADC8
(188,173,200)
#C8BCD2
(200,188,210)
#D4CBDC
(212,203,220)
#E0DAE6
(224,218,230)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74538C color. Also use rgb(116,83,140) instead hex code.

Text Font Color

.myTextColor { color: #74538C; }

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

This text font color is #74538C.


Background Color

.myBgColor { background-color: #74538C; }

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

This div background color is #74538C.


Border color

.myBorderColor { border: 1px solid #74538C; }

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

This div border color is #74538C.


Opacity

.myOpacity80 { color: #74538C; opacity: 0.8; }

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

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

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

This text has shadow with #74538C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74538C on black background.


Color preview on white background

This text has color #74538C on white background.



Black color preview on #74538C background

This text has black color on #74538C background.


White color preview on #74538C background

This text has white color on #74538C background.