COLOR #74937D

HEX: #74937D
RGB: (116,147,125)

Color info

#74937D contains red, green and blue colors in about the same proportion. Web safe color of #74937D is #669966 (or #696).

RGB color model

#74937D color RGB value is (116,147,125).

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

RGB channels and saturation

R 116 of 255 = 45%
G 147 of 255 = 58%
B 125 of 255 = 49%

116
147
125

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

Portions of RGB colors in percentages

R + G + B =
116 + 147 + 125 = 388 (100%)
R 116 of 388 ~ 29.9%
G 147 of 388 ~ 37.89%
B 125 of 388 ~ 32.22%

%29.9
%37.89
%32.22

CMYK color model

#74937D color CMYK value is (21,0,15,42).

  • cyan value is 21.09%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 42.35%
CMYK:
(21,0,15,42)
C21M0Y15K42 
(21%,0%,15%,42%)
(0.21/0.00/0.15/0.42)	

CMYK percentages

%21.09
%0
%14.97
%42.35

Codes

Color #74937D in popluar color models

74937D
RGB116147125
HSL137°12.55%51.57%
HSB/HSV137°21.09%57.65%
CMYK21.09%0.00%14.97%
42.35%

Color #74937D in popluar number systems.

HEX74937D
Decimal116147125
Binary1110100100100111111101
Octal164223175

Shades and tints

Shades of #74937D

#74937D
(116,147,125)
#6A8672
(106,134,114)
#607967
(96,121,103)
#566C5C
(86,108,92)
#4C5F51
(76,95,81)
#425246
(66,82,70)
#38453B
(56,69,59)
#2E3830
(46,56,48)
#242B25
(36,43,37)
#1A1E1A
(26,30,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #74937D

#74937D
(116,147,125)
#809C88
(128,156,136)
#8CA593
(140,165,147)
#98AE9E
(152,174,158)
#A4B7A9
(164,183,169)
#B0C0B4
(176,192,180)
#BCC9BF
(188,201,191)
#C8D2CA
(200,210,202)
#D4DBD5
(212,219,213)
#E0E4E0
(224,228,224)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74937D color. Also use rgb(116,147,125) instead hex code.

Text Font Color

.myTextColor { color: #74937D; }

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

This text font color is #74937D.


Background Color

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

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

This div background color is #74937D.


Border color

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

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

This div border color is #74937D.


Opacity

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

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

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

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

This text has shadow with #74937D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74937D on black background.


Color preview on white background

This text has color #74937D on white background.



Black color preview on #74937D background

This text has black color on #74937D background.


White color preview on #74937D background

This text has white color on #74937D background.