COLOR #74848D

HEX: #74848D RGB: (116,132,141)

Color info

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

RGB color model

#74848D color RGB value is (116,132,141).

RGB: (116,132,141) (45%, 52%, 55%)

RGB channels and saturation

R 116 of 255 = 45%
G 132 of 255 = 52%
B 141 of 255 = 55%

116
132
141

R + G + B ~ 51%. #74848D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 132 + 141 = 389 (100%)
R 116 of 389 ~ 29.82%
G 132 of 389 ~ 33.93%
B 141 of 389 ~ 36.25'%

%29.82
%33.93
%36.25

CMYK color model

#74848D color CMYK value is (18,6,0,45).

  • cyan value is 17.73%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (18,6,0,45)
C18M6Y0K45 (18%, 6%, 0%, 45%)
(0.18 / 0.06 / 0.00 / 0.45)

CMYK percentages

%17.73
%6.38
%0
%44.71

Codes

Color #74848D in popluar color models

74 84 8D
RGB 116 132 141
HSL 202° 9.88% 50.39%
HSB/HSV 202° 17.73% 55.29%
CMYK 17.73% 6.38% 0.00%
44.71%

Color #74848D in popluar number systems.

HEX 74 84 8D
Decimal 116 132 141
Binary 1110100 10000100 10001101
Octal 164 204 215

Shades and tints

Shades of #74848D

#74848D
(116,132,141)
#6A7881
(106,120,129)
#606C75
(96,108,117)
#566069
(86,96,105)
#4C545D
(76,84,93)
#424851
(66,72,81)
#383C45
(56,60,69)
#2E3039
(46,48,57)
#24242D
(36,36,45)
#1A1821
(26,24,33)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #74848D

#74848D
(116,132,141)
#808F97
(128,143,151)
#8C9AA1
(140,154,161)
#98A5AB
(152,165,171)
#A4B0B5
(164,176,181)
#B0BBBF
(176,187,191)
#BCC6C9
(188,198,201)
#C8D1D3
(200,209,211)
#D4DCDD
(212,220,221)
#E0E7E7
(224,231,231)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74848D color. Also use rgb(116,132,141) instead hex code.

Text Font Color

.myTextColor { color: #74848D; }

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

This text font color is #74848D.

Background Color

.myBgColor { background-color: #74848D; }

<div style="background-color:#74848D">Inner text</div>

This div background color is #74848D.

Border color

.myBorderColor { border: 1px solid #74848D; }

<div style="border:3px solid #74848D">Div</div>

This div border color is #74848D.

Opacity

.myOpacity80 { color: #74848D; opacity: 0.8; }

<p style="color:#74848D;opacity:0.8;">80%</p>

Text with #74848D 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 #74848D;}

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

This text has shadow with #74848D color.


.textShadow {text-shadow: 3px 3px 1px #74848D', 3px 3px 1px red;}

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

This text has shadow with #74848D primary color and red secondary color.


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

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

This text has shadow with #74848D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74848D; -webkit-box-shadow: 1px 1px 3px 2px #74848D; box-shadow:1px 1px 3px 2px #74848D;">
Div content here
</div>

This div box has shadow with color #74848D.

Preview

Color preview on black background

This text has color #74848D on black background.


Color preview on white background

This text has color #74848D on white background.


Black color preview on #74848D background

This text has black color on #74848D background.


White color preview on #74848D background

This text has white color on #74848D background.


Related colors

Complementary color

Complementary color for #hex is #8B7B72.


I love getcolorcode.com

Triadic colors

1 #8D7484 and #848D74 with #74848D are triadic colors.

2 #8D8474 and #84748D with #74848D are triadic colors.