COLOR #74837A

HEX: #74837A
RGB: (116,131,122)

Color info

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

RGB color model

#74837A color RGB value is (116,131,122).

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

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 122 of 255 = 48%

116
131
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 122 = 369 (100%)
R 116 of 369 ~ 31.44%
G 131 of 369 ~ 35.5%
B 122 of 369 ~ 33.06%

%31.44
%35.5
%33.06

CMYK color model

#74837A color CMYK value is (11,0,7,49).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(11,0,7,49)
C11M0Y7K49 
(11%,0%,7%,49%)
(0.11/0.00/0.07/0.49)	

CMYK percentages

%11.45
%0
%6.87
%48.63

Codes

Color #74837A in popluar color models

74837A
RGB116131122
HSL144°6.07%48.43%
HSB/HSV144°11.45%51.37%
CMYK11.45%0.00%6.87%
48.63%

Color #74837A in popluar number systems.

HEX74837A
Decimal116131122
Binary1110100100000111111010
Octal164203172

Shades and tints

Shades of #74837A

#74837A
(116,131,122)
#6A786F
(106,120,111)
#606D64
(96,109,100)
#566259
(86,98,89)
#4C574E
(76,87,78)
#424C43
(66,76,67)
#384138
(56,65,56)
#2E362D
(46,54,45)
#242B22
(36,43,34)
#1A2017
(26,32,23)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #74837A

#74837A
(116,131,122)
#808E86
(128,142,134)
#8C9992
(140,153,146)
#98A49E
(152,164,158)
#A4AFAA
(164,175,170)
#B0BAB6
(176,186,182)
#BCC5C2
(188,197,194)
#C8D0CE
(200,208,206)
#D4DBDA
(212,219,218)
#E0E6E6
(224,230,230)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74837A; }

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

This text font color is #74837A.


Background Color

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

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

This div background color is #74837A.


Border color

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

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

This div border color is #74837A.


Opacity

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

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

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

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

This text has shadow with #74837A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74837A on black background.


Color preview on white background

This text has color #74837A on white background.



Black color preview on #74837A background

This text has black color on #74837A background.


White color preview on #74837A background

This text has white color on #74837A background.