COLOR #74839E

HEX: #74839E
RGB: (116,131,158)

Color info

#74839E contains red, green and blue colors in about the same proportion. Web safe color of #74839E is #669999 (or #699).

RGB color model

#74839E color RGB value is (116,131,158).

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

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 158 of 255 = 62%

116
131
158

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

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 158 = 405 (100%)
R 116 of 405 ~ 28.64%
G 131 of 405 ~ 32.35%
B 158 of 405 ~ 39.01%

%28.64
%32.35
%39.01

CMYK color model

#74839E color CMYK value is (27,17,0,38).

  • cyan value is 26.58%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(27,17,0,38)
C27M17Y0K38 
(27%,17%,0%,38%)
(0.27/0.17/0.00/0.38)	

CMYK percentages

%26.58
%17.09
%0
%38.04

Codes

Color #74839E in popluar color models

74839E
RGB116131158
HSL219°17.80%53.73%
HSB/HSV219°26.58%61.96%
CMYK26.58%17.09%0.00%
38.04%

Color #74839E in popluar number systems.

HEX74839E
Decimal116131158
Binary11101001000001110011110
Octal164203236

Shades and tints

Shades of #74839E

#74839E
(116,131,158)
#6A7890
(106,120,144)
#606D82
(96,109,130)
#566274
(86,98,116)
#4C5766
(76,87,102)
#424C58
(66,76,88)
#38414A
(56,65,74)
#2E363C
(46,54,60)
#242B2E
(36,43,46)
#1A2020
(26,32,32)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #74839E

#74839E
(116,131,158)
#808EA6
(128,142,166)
#8C99AE
(140,153,174)
#98A4B6
(152,164,182)
#A4AFBE
(164,175,190)
#B0BAC6
(176,186,198)
#BCC5CE
(188,197,206)
#C8D0D6
(200,208,214)
#D4DBDE
(212,219,222)
#E0E6E6
(224,230,230)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74839E; }

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

This text font color is #74839E.


Background Color

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

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

This div background color is #74839E.


Border color

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

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

This div border color is #74839E.


Opacity

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

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

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

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

This text has shadow with #74839E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74839E on black background.


Color preview on white background

This text has color #74839E on white background.



Black color preview on #74839E background

This text has black color on #74839E background.


White color preview on #74839E background

This text has white color on #74839E background.