COLOR #74837C

HEX: #74837C
RGB: (116,131,124)

Color info

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

RGB color model

#74837C color RGB value is (116,131,124).

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

RGB channels and saturation

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

116
131
124

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

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 124 = 371 (100%)
R 116 of 371 ~ 31.27%
G 131 of 371 ~ 35.31%
B 124 of 371 ~ 33.42%

%31.27
%35.31
%33.42

CMYK color model

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

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 5.34%
  • 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
%5.34
%48.63

Codes

Color #74837C in popluar color models

74837C
RGB116131124
HSL152°6.07%48.43%
HSB/HSV152°11.45%51.37%
CMYK11.45%0.00%5.34%
48.63%

Color #74837C in popluar number systems.

HEX74837C
Decimal116131124
Binary1110100100000111111100
Octal164203174

Shades and tints

Shades of #74837C

#74837C
(116,131,124)
#6A7871
(106,120,113)
#606D66
(96,109,102)
#56625B
(86,98,91)
#4C5750
(76,87,80)
#424C45
(66,76,69)
#38413A
(56,65,58)
#2E362F
(46,54,47)
#242B24
(36,43,36)
#1A2019
(26,32,25)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #74837C

#74837C
(116,131,124)
#808E87
(128,142,135)
#8C9992
(140,153,146)
#98A49D
(152,164,157)
#A4AFA8
(164,175,168)
#B0BAB3
(176,186,179)
#BCC5BE
(188,197,190)
#C8D0C9
(200,208,201)
#D4DBD4
(212,219,212)
#E0E6DF
(224,230,223)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74837C; }

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

This text font color is #74837C.


Background Color

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

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

This div background color is #74837C.


Border color

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

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

This div border color is #74837C.


Opacity

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

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

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

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

This text has shadow with #74837C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74837C on black background.


Color preview on white background

This text has color #74837C on white background.



Black color preview on #74837C background

This text has black color on #74837C background.


White color preview on #74837C background

This text has white color on #74837C background.