COLOR #74927C

HEX: #74927C
RGB: (116,146,124)

Color info

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

RGB color model

#74927C color RGB value is (116,146,124).

  • red value is 116;
  • green value is 146;
  • blue value is 124.
RGB:
(116,146,124)
(45%,57%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 146 of 255 = 57%
B 124 of 255 = 49%

116
146
124

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

Portions of RGB colors in percentages

R + G + B =
116 + 146 + 124 = 386 (100%)
R 116 of 386 ~ 30.05%
G 146 of 386 ~ 37.82%
B 124 of 386 ~ 32.12%

%30.05
%37.82
%32.12

CMYK color model

#74927C color CMYK value is (21,0,15,43).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 15.07%
  • key color value is 42.75%
CMYK:
(21,0,15,43)
C21M0Y15K43 
(21%,0%,15%,43%)
(0.21/0.00/0.15/0.43)	

CMYK percentages

%20.55
%0
%15.07
%42.75

Codes

Color #74927C in popluar color models

74927C
RGB116146124
HSL136°12.10%51.37%
HSB/HSV136°20.55%57.25%
CMYK20.55%0.00%15.07%
42.75%

Color #74927C in popluar number systems.

HEX74927C
Decimal116146124
Binary1110100100100101111100
Octal164222174

Shades and tints

Shades of #74927C

#74927C
(116,146,124)
#6A8571
(106,133,113)
#607866
(96,120,102)
#566B5B
(86,107,91)
#4C5E50
(76,94,80)
#425145
(66,81,69)
#38443A
(56,68,58)
#2E372F
(46,55,47)
#242A24
(36,42,36)
#1A1D19
(26,29,25)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #74927C

#74927C
(116,146,124)
#809B87
(128,155,135)
#8CA492
(140,164,146)
#98AD9D
(152,173,157)
#A4B6A8
(164,182,168)
#B0BFB3
(176,191,179)
#BCC8BE
(188,200,190)
#C8D1C9
(200,209,201)
#D4DAD4
(212,218,212)
#E0E3DF
(224,227,223)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74927C color. Also use rgb(116,146,124) instead hex code.

Text Font Color

.myTextColor { color: #74927C; }

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

This text font color is #74927C.


Background Color

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

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

This div background color is #74927C.


Border color

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

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

This div border color is #74927C.


Opacity

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

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

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

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

This text has shadow with #74927C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74927C on black background.


Color preview on white background

This text has color #74927C on white background.



Black color preview on #74927C background

This text has black color on #74927C background.


White color preview on #74927C background

This text has white color on #74927C background.