COLOR #74904E

HEX: #74904E
RGB: (116,144,78)

Color info

#74904E contains mainly red and green colors. Web safe color of #74904E is #669966 (or #696).

RGB color model

#74904E color RGB value is (116,144,78).

  • red value is 116;
  • green value is 144;
  • blue value is 78.
RGB:
(116,144,78)
(45%,56%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 144 of 255 = 56%
B 78 of 255 = 31%

116
144
78

R + G + B ~ 44%. #74904E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 144 + 78 = 338 (100%)
R 116 of 338 ~ 34.32%
G 144 of 338 ~ 42.6%
B 78 of 338 ~ 23.08%

%34.32
%42.6
%23.08

CMYK color model

#74904E color CMYK value is (19,0,46,44).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 43.53%
CMYK:
(19,0,46,44)
C19M0Y46K44 
(19%,0%,46%,44%)
(0.19/0.00/0.46/0.44)	

CMYK percentages

%19.44
%0
%45.83
%43.53

Codes

Color #74904E in popluar color models

74904E
RGB11614478
HSL85°29.73%43.53%
HSB/HSV85°45.83%56.47%
CMYK19.44%0.00%45.83%
43.53%

Color #74904E in popluar number systems.

HEX74904E
Decimal11614478
Binary1110100100100001001110
Octal164220116

Shades and tints

Shades of #74904E

#74904E
(116,144,78)
#6A8347
(106,131,71)
#607640
(96,118,64)
#566939
(86,105,57)
#4C5C32
(76,92,50)
#424F2B
(66,79,43)
#384224
(56,66,36)
#2E351D
(46,53,29)
#242816
(36,40,22)
#1A1B0F
(26,27,15)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #74904E

#74904E
(116,144,78)
#809A5E
(128,154,94)
#8CA46E
(140,164,110)
#98AE7E
(152,174,126)
#A4B88E
(164,184,142)
#B0C29E
(176,194,158)
#BCCCAE
(188,204,174)
#C8D6BE
(200,214,190)
#D4E0CE
(212,224,206)
#E0EADE
(224,234,222)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74904E color. Also use rgb(116,144,78) instead hex code.

Text Font Color

.myTextColor { color: #74904E; }

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

This text font color is #74904E.


Background Color

.myBgColor { background-color: #74904E; }

<div style="background-color:#74904E">Inner text</div>

This div background color is #74904E.


Border color

.myBorderColor { border: 1px solid #74904E; }

<div style="border:3px solid #74904E">Div</div>

This div border color is #74904E.


Opacity

.myOpacity80 { color: #74904E; opacity: 0.8; }

<p style="color:#74904E;opacity:0.8;">80%</p>

Text with #74904E 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 #74904E;}

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

This text has shadow with #74904E color.

.textShadow {text-shadow: 3px 3px 1px #74904E, 3px 3px 1px red;}

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

This text has shadow with #74904E primary color and red secondary color.


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

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

This text has shadow with #74904E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74904E on black background.


Color preview on white background

This text has color #74904E on white background.



Black color preview on #74904E background

This text has black color on #74904E background.


White color preview on #74904E background

This text has white color on #74904E background.