COLOR #74837D

HEX: #74837D
RGB: (116,131,125)

Color info

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

RGB color model

#74837D color RGB value is (116,131,125).

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

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 125 of 255 = 49%

116
131
125

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

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 125 = 372 (100%)
R 116 of 372 ~ 31.18%
G 131 of 372 ~ 35.22%
B 125 of 372 ~ 33.6%

%31.18
%35.22
%33.6

CMYK color model

#74837D color CMYK value is (11,0,5,49).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 48.63%
CMYK:
(11,0,5,49)
C11M0Y5K49 
(11%,0%,5%,49%)
(0.11/0.00/0.05/0.49)	

CMYK percentages

%11.45
%0
%4.58
%48.63

Codes

Color #74837D in popluar color models

74837D
RGB116131125
HSL156°6.07%48.43%
HSB/HSV156°11.45%51.37%
CMYK11.45%0.00%4.58%
48.63%

Color #74837D in popluar number systems.

HEX74837D
Decimal116131125
Binary1110100100000111111101
Octal164203175

Shades and tints

Shades of #74837D

#74837D
(116,131,125)
#6A7872
(106,120,114)
#606D67
(96,109,103)
#56625C
(86,98,92)
#4C5751
(76,87,81)
#424C46
(66,76,70)
#38413B
(56,65,59)
#2E3630
(46,54,48)
#242B25
(36,43,37)
#1A201A
(26,32,26)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #74837D

#74837D
(116,131,125)
#808E88
(128,142,136)
#8C9993
(140,153,147)
#98A49E
(152,164,158)
#A4AFA9
(164,175,169)
#B0BAB4
(176,186,180)
#BCC5BF
(188,197,191)
#C8D0CA
(200,208,202)
#D4DBD5
(212,219,213)
#E0E6E0
(224,230,224)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74837D; }

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

This text font color is #74837D.


Background Color

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

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

This div background color is #74837D.


Border color

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

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

This div border color is #74837D.


Opacity

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

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

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

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

This text has shadow with #74837D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74837D on black background.


Color preview on white background

This text has color #74837D on white background.



Black color preview on #74837D background

This text has black color on #74837D background.


White color preview on #74837D background

This text has white color on #74837D background.