COLOR #74947A

HEX: #74947A
RGB: (116,148,122)

Color info

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

RGB color model

#74947A color RGB value is (116,148,122).

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

RGB channels and saturation

R 116 of 255 = 45%
G 148 of 255 = 58%
B 122 of 255 = 48%

116
148
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 148 + 122 = 386 (100%)
R 116 of 386 ~ 30.05%
G 148 of 386 ~ 38.34%
B 122 of 386 ~ 31.61%

%30.05
%38.34
%31.61

CMYK color model

#74947A color CMYK value is (22,0,18,42).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 41.96%
CMYK:
(22,0,18,42)
C22M0Y18K42 
(22%,0%,18%,42%)
(0.22/0.00/0.18/0.42)	

CMYK percentages

%21.62
%0
%17.57
%41.96

Codes

Color #74947A in popluar color models

74947A
RGB116148122
HSL131°13.01%51.76%
HSB/HSV131°21.62%58.04%
CMYK21.62%0.00%17.57%
41.96%

Color #74947A in popluar number systems.

HEX74947A
Decimal116148122
Binary1110100100101001111010
Octal164224172

Shades and tints

Shades of #74947A

#74947A
(116,148,122)
#6A876F
(106,135,111)
#607A64
(96,122,100)
#566D59
(86,109,89)
#4C604E
(76,96,78)
#425343
(66,83,67)
#384638
(56,70,56)
#2E392D
(46,57,45)
#242C22
(36,44,34)
#1A1F17
(26,31,23)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #74947A

#74947A
(116,148,122)
#809D86
(128,157,134)
#8CA692
(140,166,146)
#98AF9E
(152,175,158)
#A4B8AA
(164,184,170)
#B0C1B6
(176,193,182)
#BCCAC2
(188,202,194)
#C8D3CE
(200,211,206)
#D4DCDA
(212,220,218)
#E0E5E6
(224,229,230)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74947A; }

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

This text font color is #74947A.


Background Color

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

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

This div background color is #74947A.


Border color

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

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

This div border color is #74947A.


Opacity

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

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

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

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

This text has shadow with #74947A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74947A on black background.


Color preview on white background

This text has color #74947A on white background.



Black color preview on #74947A background

This text has black color on #74947A background.


White color preview on #74947A background

This text has white color on #74947A background.