COLOR #74938E

HEX: #74938E
RGB: (116,147,142)

Color info

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

RGB color model

#74938E color RGB value is (116,147,142).

  • red value is 116;
  • green value is 147;
  • blue value is 142.
RGB:
(116,147,142)
(45%,58%,56%)

RGB channels and saturation

R 116 of 255 = 45%
G 147 of 255 = 58%
B 142 of 255 = 56%

116
147
142

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

Portions of RGB colors in percentages

R + G + B =
116 + 147 + 142 = 405 (100%)
R 116 of 405 ~ 28.64%
G 147 of 405 ~ 36.3%
B 142 of 405 ~ 35.06%

%28.64
%36.3
%35.06

CMYK color model

#74938E color CMYK value is (21,0,3,42).

  • cyan value is 21.09%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 42.35%
CMYK:
(21,0,3,42)
C21M0Y3K42 
(21%,0%,3%,42%)
(0.21/0.00/0.03/0.42)	

CMYK percentages

%21.09
%0
%3.4
%42.35

Codes

Color #74938E in popluar color models

74938E
RGB116147142
HSL170°12.55%51.57%
HSB/HSV170°21.09%57.65%
CMYK21.09%0.00%3.40%
42.35%

Color #74938E in popluar number systems.

HEX74938E
Decimal116147142
Binary11101001001001110001110
Octal164223216

Shades and tints

Shades of #74938E

#74938E
(116,147,142)
#6A8682
(106,134,130)
#607976
(96,121,118)
#566C6A
(86,108,106)
#4C5F5E
(76,95,94)
#425252
(66,82,82)
#384546
(56,69,70)
#2E383A
(46,56,58)
#242B2E
(36,43,46)
#1A1E22
(26,30,34)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #74938E

#74938E
(116,147,142)
#809C98
(128,156,152)
#8CA5A2
(140,165,162)
#98AEAC
(152,174,172)
#A4B7B6
(164,183,182)
#B0C0C0
(176,192,192)
#BCC9CA
(188,201,202)
#C8D2D4
(200,210,212)
#D4DBDE
(212,219,222)
#E0E4E8
(224,228,232)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74938E color. Also use rgb(116,147,142) instead hex code.

Text Font Color

.myTextColor { color: #74938E; }

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

This text font color is #74938E.


Background Color

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

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

This div background color is #74938E.


Border color

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

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

This div border color is #74938E.


Opacity

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

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

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

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

This text has shadow with #74938E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74938E on black background.


Color preview on white background

This text has color #74938E on white background.



Black color preview on #74938E background

This text has black color on #74938E background.


White color preview on #74938E background

This text has white color on #74938E background.