COLOR #74956E

HEX: #74956E
RGB: (116,149,110)

Color info

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

RGB color model

#74956E color RGB value is (116,149,110).

  • red value is 116;
  • green value is 149;
  • blue value is 110.
RGB:
(116,149,110)
(45%,58%,43%)

RGB channels and saturation

R 116 of 255 = 45%
G 149 of 255 = 58%
B 110 of 255 = 43%

116
149
110

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

Portions of RGB colors in percentages

R + G + B =
116 + 149 + 110 = 375 (100%)
R 116 of 375 ~ 30.93%
G 149 of 375 ~ 39.73%
B 110 of 375 ~ 29.33%

%30.93
%39.73
%29.33

CMYK color model

#74956E color CMYK value is (22,0,26,42).

  • cyan value is 22.15%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 41.57%
CMYK:
(22,0,26,42)
C22M0Y26K42 
(22%,0%,26%,42%)
(0.22/0.00/0.26/0.42)	

CMYK percentages

%22.15
%0
%26.17
%41.57

Codes

Color #74956E in popluar color models

74956E
RGB116149110
HSL111°15.54%50.78%
HSB/HSV111°26.17%58.43%
CMYK22.15%0.00%26.17%
41.57%

Color #74956E in popluar number systems.

HEX74956E
Decimal116149110
Binary1110100100101011101110
Octal164225156

Shades and tints

Shades of #74956E

#74956E
(116,149,110)
#6A8864
(106,136,100)
#607B5A
(96,123,90)
#566E50
(86,110,80)
#4C6146
(76,97,70)
#42543C
(66,84,60)
#384732
(56,71,50)
#2E3A28
(46,58,40)
#242D1E
(36,45,30)
#1A2014
(26,32,20)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #74956E

#74956E
(116,149,110)
#809E7B
(128,158,123)
#8CA788
(140,167,136)
#98B095
(152,176,149)
#A4B9A2
(164,185,162)
#B0C2AF
(176,194,175)
#BCCBBC
(188,203,188)
#C8D4C9
(200,212,201)
#D4DDD6
(212,221,214)
#E0E6E3
(224,230,227)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74956E color. Also use rgb(116,149,110) instead hex code.

Text Font Color

.myTextColor { color: #74956E; }

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

This text font color is #74956E.


Background Color

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

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

This div background color is #74956E.


Border color

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

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

This div border color is #74956E.


Opacity

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

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

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

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

This text has shadow with #74956E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74956E on black background.


Color preview on white background

This text has color #74956E on white background.



Black color preview on #74956E background

This text has black color on #74956E background.


White color preview on #74956E background

This text has white color on #74956E background.