COLOR #74809E

HEX: #74809E
RGB: (116,128,158)

Color info

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

RGB color model

#74809E color RGB value is (116,128,158).

  • red value is 116;
  • green value is 128;
  • blue value is 158.
RGB:
(116,128,158)
(45%,50%,62%)

RGB channels and saturation

R 116 of 255 = 45%
G 128 of 255 = 50%
B 158 of 255 = 62%

116
128
158

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

Portions of RGB colors in percentages

R + G + B =
116 + 128 + 158 = 402 (100%)
R 116 of 402 ~ 28.86%
G 128 of 402 ~ 31.84%
B 158 of 402 ~ 39.3%

%28.86
%31.84
%39.3

CMYK color model

#74809E color CMYK value is (27,19,0,38).

  • cyan value is 26.58%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(27,19,0,38)
C27M19Y0K38 
(27%,19%,0%,38%)
(0.27/0.19/0.00/0.38)	

CMYK percentages

%26.58
%18.99
%0
%38.04

Codes

Color #74809E in popluar color models

74809E
RGB116128158
HSL223°17.80%53.73%
HSB/HSV223°26.58%61.96%
CMYK26.58%18.99%0.00%
38.04%

Color #74809E in popluar number systems.

HEX74809E
Decimal116128158
Binary11101001000000010011110
Octal164200236

Shades and tints

Shades of #74809E

#74809E
(116,128,158)
#6A7590
(106,117,144)
#606A82
(96,106,130)
#565F74
(86,95,116)
#4C5466
(76,84,102)
#424958
(66,73,88)
#383E4A
(56,62,74)
#2E333C
(46,51,60)
#24282E
(36,40,46)
#1A1D20
(26,29,32)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #74809E

#74809E
(116,128,158)
#808BA6
(128,139,166)
#8C96AE
(140,150,174)
#98A1B6
(152,161,182)
#A4ACBE
(164,172,190)
#B0B7C6
(176,183,198)
#BCC2CE
(188,194,206)
#C8CDD6
(200,205,214)
#D4D8DE
(212,216,222)
#E0E3E6
(224,227,230)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74809E color. Also use rgb(116,128,158) instead hex code.

Text Font Color

.myTextColor { color: #74809E; }

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

This text font color is #74809E.


Background Color

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

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

This div background color is #74809E.


Border color

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

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

This div border color is #74809E.


Opacity

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

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

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

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

This text has shadow with #74809E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74809E on black background.


Color preview on white background

This text has color #74809E on white background.



Black color preview on #74809E background

This text has black color on #74809E background.


White color preview on #74809E background

This text has white color on #74809E background.