COLOR #74838D

HEX: #74838D
RGB: (116,131,141)

Color info

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

RGB color model

#74838D color RGB value is (116,131,141).

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

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 141 of 255 = 55%

116
131
141

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

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 141 = 388 (100%)
R 116 of 388 ~ 29.9%
G 131 of 388 ~ 33.76%
B 141 of 388 ~ 36.34%

%29.9
%33.76
%36.34

CMYK color model

#74838D color CMYK value is (18,7,0,45).

  • cyan value is 17.73%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(18,7,0,45)
C18M7Y0K45 
(18%,7%,0%,45%)
(0.18/0.07/0.00/0.45)	

CMYK percentages

%17.73
%7.09
%0
%44.71

Codes

Color #74838D in popluar color models

74838D
RGB116131141
HSL204°9.88%50.39%
HSB/HSV204°17.73%55.29%
CMYK17.73%7.09%0.00%
44.71%

Color #74838D in popluar number systems.

HEX74838D
Decimal116131141
Binary11101001000001110001101
Octal164203215

Shades and tints

Shades of #74838D

#74838D
(116,131,141)
#6A7881
(106,120,129)
#606D75
(96,109,117)
#566269
(86,98,105)
#4C575D
(76,87,93)
#424C51
(66,76,81)
#384145
(56,65,69)
#2E3639
(46,54,57)
#242B2D
(36,43,45)
#1A2021
(26,32,33)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #74838D

#74838D
(116,131,141)
#808E97
(128,142,151)
#8C99A1
(140,153,161)
#98A4AB
(152,164,171)
#A4AFB5
(164,175,181)
#B0BABF
(176,186,191)
#BCC5C9
(188,197,201)
#C8D0D3
(200,208,211)
#D4DBDD
(212,219,221)
#E0E6E7
(224,230,231)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74838D; }

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

This text font color is #74838D.


Background Color

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

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

This div background color is #74838D.


Border color

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

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

This div border color is #74838D.


Opacity

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

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

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

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

This text has shadow with #74838D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74838D on black background.


Color preview on white background

This text has color #74838D on white background.



Black color preview on #74838D background

This text has black color on #74838D background.


White color preview on #74838D background

This text has white color on #74838D background.