COLOR #74958D

HEX: #74958D RGB: (116,149,141)

Color info

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

RGB color model

#74958D color RGB value is (116,149,141).

RGB: (116,149,141) (45%, 58%, 55%)

RGB channels and saturation

R 116 of 255 = 45%
G 149 of 255 = 58%
B 141 of 255 = 55%

116
149
141

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

Portions of RGB colors in percentages

R + G + B = 116 + 149 + 141 = 406 (100%)
R 116 of 406 ~ 28.57%
G 149 of 406 ~ 36.7%
B 141 of 406 ~ 34.73'%

%28.57
%36.7
%34.73

CMYK color model

#74958D color CMYK value is (22,0,5,42).

  • cyan value is 22.15%
  • magenta value is 0.00%
  • yellow value is 5.37%
  • key color value is 41.57%

CMYK: (22,0,5,42)
C22M0Y5K42 (22%, 0%, 5%, 42%)
(0.22 / 0.00 / 0.05 / 0.42)

CMYK percentages

%22.15
%0
%5.37
%41.57

Codes

Color #74958D in popluar color models

74 95 8D
RGB 116 149 141
HSL 165° 13.47% 51.96%
HSB/HSV 165° 22.15% 58.43%
CMYK 22.15% 0.00% 5.37%
41.57%

Color #74958D in popluar number systems.

HEX 74 95 8D
Decimal 116 149 141
Binary 1110100 10010101 10001101
Octal 164 225 215

Shades and tints

Shades of #74958D

#74958D
(116,149,141)
#6A8881
(106,136,129)
#607B75
(96,123,117)
#566E69
(86,110,105)
#4C615D
(76,97,93)
#425451
(66,84,81)
#384745
(56,71,69)
#2E3A39
(46,58,57)
#242D2D
(36,45,45)
#1A2021
(26,32,33)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #74958D

#74958D
(116,149,141)
#809E97
(128,158,151)
#8CA7A1
(140,167,161)
#98B0AB
(152,176,171)
#A4B9B5
(164,185,181)
#B0C2BF
(176,194,191)
#BCCBC9
(188,203,201)
#C8D4D3
(200,212,211)
#D4DDDD
(212,221,221)
#E0E6E7
(224,230,231)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74958D; }

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

This text font color is #74958D.

Background Color

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

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

This div background color is #74958D.

Border color

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

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

This div border color is #74958D.

Opacity

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

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

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

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

This text has shadow with #74958D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74958D.

Preview

Color preview on black background

This text has color #74958D on black background.


Color preview on white background

This text has color #74958D on white background.


Black color preview on #74958D background

This text has black color on #74958D background.


White color preview on #74958D background

This text has white color on #74958D background.


Related colors

Complementary color

Complementary color for #hex is #8B6A72.


I love getcolorcode.com

Triadic colors

1 #8D7495 and #958D74 with #74958D are triadic colors.

2 #8D9574 and #95748D with #74958D are triadic colors.