COLOR #74958F

HEX: #74958F
RGB: (116,149,143)

Color info

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

RGB color model

#74958F color RGB value is (116,149,143).

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

RGB channels and saturation

R 116 of 255 = 45%
G 149 of 255 = 58%
B 143 of 255 = 56%

116
149
143

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

Portions of RGB colors in percentages

R + G + B =
116 + 149 + 143 = 408 (100%)
R 116 of 408 ~ 28.43%
G 149 of 408 ~ 36.52%
B 143 of 408 ~ 35.05%

%28.43
%36.52
%35.05

CMYK color model

#74958F color CMYK value is (22,0,4,42).

  • cyan value is 22.15%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 41.57%
CMYK:
(22,0,4,42)
C22M0Y4K42 
(22%,0%,4%,42%)
(0.22/0.00/0.04/0.42)	

CMYK percentages

%22.15
%0
%4.03
%41.57

Codes

Color #74958F in popluar color models

74958F
RGB116149143
HSL169°13.47%51.96%
HSB/HSV169°22.15%58.43%
CMYK22.15%0.00%4.03%
41.57%

Color #74958F in popluar number systems.

HEX74958F
Decimal116149143
Binary11101001001010110001111
Octal164225217

Shades and tints

Shades of #74958F

#74958F
(116,149,143)
#6A8882
(106,136,130)
#607B75
(96,123,117)
#566E68
(86,110,104)
#4C615B
(76,97,91)
#42544E
(66,84,78)
#384741
(56,71,65)
#2E3A34
(46,58,52)
#242D27
(36,45,39)
#1A201A
(26,32,26)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #74958F

#74958F
(116,149,143)
#809E99
(128,158,153)
#8CA7A3
(140,167,163)
#98B0AD
(152,176,173)
#A4B9B7
(164,185,183)
#B0C2C1
(176,194,193)
#BCCBCB
(188,203,203)
#C8D4D5
(200,212,213)
#D4DDDF
(212,221,223)
#E0E6E9
(224,230,233)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74958F; }

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

This text font color is #74958F.


Background Color

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

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

This div background color is #74958F.


Border color

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

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

This div border color is #74958F.


Opacity

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

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

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

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

This text has shadow with #74958F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74958F on black background.


Color preview on white background

This text has color #74958F on white background.



Black color preview on #74958F background

This text has black color on #74958F background.


White color preview on #74958F background

This text has white color on #74958F background.