COLOR #74848F

HEX: #74848F RGB: (116,132,143)

Color info

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

RGB color model

#74848F color RGB value is (116,132,143).

RGB: (116,132,143) (45%, 52%, 56%)

RGB channels and saturation

R 116 of 255 = 45%
G 132 of 255 = 52%
B 143 of 255 = 56%

116
132
143

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

Portions of RGB colors in percentages

R + G + B = 116 + 132 + 143 = 391 (100%)
R 116 of 391 ~ 29.67%
G 132 of 391 ~ 33.76%
B 143 of 391 ~ 36.57'%

%29.67
%33.76
%36.57

CMYK color model

#74848F color CMYK value is (19,8,0,44).

  • cyan value is 18.88%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (19,8,0,44)
C19M8Y0K44 (19%, 8%, 0%, 44%)
(0.19 / 0.08 / 0.00 / 0.44)

CMYK percentages

%18.88
%7.69
%0
%43.92

Codes

Color #74848F in popluar color models

74 84 8F
RGB 116 132 143
HSL 204° 10.76% 50.78%
HSB/HSV 204° 18.88% 56.08%
CMYK 18.88% 7.69% 0.00%
43.92%

Color #74848F in popluar number systems.

HEX 74 84 8F
Decimal 116 132 143
Binary 1110100 10000100 10001111
Octal 164 204 217

Shades and tints

Shades of #74848F

#74848F
(116,132,143)
#6A7882
(106,120,130)
#606C75
(96,108,117)
#566068
(86,96,104)
#4C545B
(76,84,91)
#42484E
(66,72,78)
#383C41
(56,60,65)
#2E3034
(46,48,52)
#242427
(36,36,39)
#1A181A
(26,24,26)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #74848F

#74848F
(116,132,143)
#808F99
(128,143,153)
#8C9AA3
(140,154,163)
#98A5AD
(152,165,173)
#A4B0B7
(164,176,183)
#B0BBC1
(176,187,193)
#BCC6CB
(188,198,203)
#C8D1D5
(200,209,213)
#D4DCDF
(212,220,223)
#E0E7E9
(224,231,233)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74848F; }

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

This text font color is #74848F.

Background Color

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

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

This div background color is #74848F.

Border color

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

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

This div border color is #74848F.

Opacity

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

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

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

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

This text has shadow with #74848F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74848F.

Preview

Color preview on black background

This text has color #74848F on black background.


Color preview on white background

This text has color #74848F on white background.


Black color preview on #74848F background

This text has black color on #74848F background.


White color preview on #74848F background

This text has white color on #74848F background.


Related colors

Complementary color

Complementary color for #hex is #8B7B70.


I love getcolorcode.com

Triadic colors

1 #8F7484 and #848F74 with #74848F are triadic colors.

2 #8F8474 and #84748F with #74848F are triadic colors.