COLOR #74956C

HEX: #74956C
RGB: (116,149,108)

Color info

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

RGB color model

#74956C color RGB value is (116,149,108).

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

RGB channels and saturation

R 116 of 255 = 45%
G 149 of 255 = 58%
B 108 of 255 = 42%

116
149
108

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

Portions of RGB colors in percentages

R + G + B =
116 + 149 + 108 = 373 (100%)
R 116 of 373 ~ 31.1%
G 149 of 373 ~ 39.95%
B 108 of 373 ~ 28.95%

%31.1
%39.95
%28.95

CMYK color model

#74956C color CMYK value is (22,0,28,42).

  • cyan value is 22.15%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 41.57%
CMYK:
(22,0,28,42)
C22M0Y28K42 
(22%,0%,28%,42%)
(0.22/0.00/0.28/0.42)	

CMYK percentages

%22.15
%0
%27.52
%41.57

Codes

Color #74956C in popluar color models

74956C
RGB116149108
HSL108°16.21%50.39%
HSB/HSV108°27.52%58.43%
CMYK22.15%0.00%27.52%
41.57%

Color #74956C in popluar number systems.

HEX74956C
Decimal116149108
Binary1110100100101011101100
Octal164225154

Shades and tints

Shades of #74956C

#74956C
(116,149,108)
#6A8863
(106,136,99)
#607B5A
(96,123,90)
#566E51
(86,110,81)
#4C6148
(76,97,72)
#42543F
(66,84,63)
#384736
(56,71,54)
#2E3A2D
(46,58,45)
#242D24
(36,45,36)
#1A201B
(26,32,27)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #74956C

#74956C
(116,149,108)
#809E79
(128,158,121)
#8CA786
(140,167,134)
#98B093
(152,176,147)
#A4B9A0
(164,185,160)
#B0C2AD
(176,194,173)
#BCCBBA
(188,203,186)
#C8D4C7
(200,212,199)
#D4DDD4
(212,221,212)
#E0E6E1
(224,230,225)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74956C; }

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

This text font color is #74956C.


Background Color

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

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

This div background color is #74956C.


Border color

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

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

This div border color is #74956C.


Opacity

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

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

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

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

This text has shadow with #74956C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74956C on black background.


Color preview on white background

This text has color #74956C on white background.



Black color preview on #74956C background

This text has black color on #74956C background.


White color preview on #74956C background

This text has white color on #74956C background.