COLOR #74598A

HEX: #74598A
RGB: (116,89,138)

Color info

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

RGB color model

#74598A color RGB value is (116,89,138).

  • red value is 116;
  • green value is 89;
  • blue value is 138.
RGB:
(116,89,138)
(45%,35%,54%)

RGB channels and saturation

R 116 of 255 = 45%
G 89 of 255 = 35%
B 138 of 255 = 54%

116
89
138

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

Portions of RGB colors in percentages

R + G + B =
116 + 89 + 138 = 343 (100%)
R 116 of 343 ~ 33.82%
G 89 of 343 ~ 25.95%
B 138 of 343 ~ 40.23%

%33.82
%25.95
%40.23

CMYK color model

#74598A color CMYK value is (16,36,0,46).

  • cyan value is 15.94%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(16,36,0,46)
C16M36Y0K46 
(16%,36%,0%,46%)
(0.16/0.36/0.00/0.46)	

CMYK percentages

%15.94
%35.51
%0
%45.88

Codes

Color #74598A in popluar color models

74598A
RGB11689138
HSL273°21.59%44.51%
HSB/HSV273°35.51%54.12%
CMYK15.94%35.51%0.00%
45.88%

Color #74598A in popluar number systems.

HEX74598A
Decimal11689138
Binary1110100101100110001010
Octal164131212

Shades and tints

Shades of #74598A

#74598A
(116,89,138)
#6A517E
(106,81,126)
#604972
(96,73,114)
#564166
(86,65,102)
#4C395A
(76,57,90)
#42314E
(66,49,78)
#382942
(56,41,66)
#2E2136
(46,33,54)
#24192A
(36,25,42)
#1A111E
(26,17,30)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #74598A

#74598A
(116,89,138)
#806894
(128,104,148)
#8C779E
(140,119,158)
#9886A8
(152,134,168)
#A495B2
(164,149,178)
#B0A4BC
(176,164,188)
#BCB3C6
(188,179,198)
#C8C2D0
(200,194,208)
#D4D1DA
(212,209,218)
#E0E0E4
(224,224,228)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74598A color. Also use rgb(116,89,138) instead hex code.

Text Font Color

.myTextColor { color: #74598A; }

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

This text font color is #74598A.


Background Color

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

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

This div background color is #74598A.


Border color

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

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

This div border color is #74598A.


Opacity

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

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

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

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

This text has shadow with #74598A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74598A on black background.


Color preview on white background

This text has color #74598A on white background.



Black color preview on #74598A background

This text has black color on #74598A background.


White color preview on #74598A background

This text has white color on #74598A background.