COLOR #74A67C

HEX: #74A67C
RGB: (116,166,124)

Color info

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

RGB color model

#74A67C color RGB value is (116,166,124).

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

RGB channels and saturation

R 116 of 255 = 45%
G 166 of 255 = 65%
B 124 of 255 = 49%

116
166
124

R + G + B ~ 53%. #74A67C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 166 + 124 = 406 (100%)
R 116 of 406 ~ 28.57%
G 166 of 406 ~ 40.89%
B 124 of 406 ~ 30.54%

%28.57
%40.89
%30.54

CMYK color model

#74A67C color CMYK value is (30,0,25,35).

  • cyan value is 30.12%
  • magenta value is 0.00%
  • yellow value is 25.30%
  • key color value is 34.90%
CMYK:
(30,0,25,35)
C30M0Y25K35 
(30%,0%,25%,35%)
(0.30/0.00/0.25/0.35)	

CMYK percentages

%30.12
%0
%25.3
%34.9

Codes

Color #74A67C in popluar color models

74A67C
RGB116166124
HSL130°21.93%55.29%
HSB/HSV130°30.12%65.10%
CMYK30.12%0.00%25.30%
34.90%

Color #74A67C in popluar number systems.

HEX74A67C
Decimal116166124
Binary1110100101001101111100
Octal164246174

Shades and tints

Shades of #74A67C

#74A67C
(116,166,124)
#6A9771
(106,151,113)
#608866
(96,136,102)
#56795B
(86,121,91)
#4C6A50
(76,106,80)
#425B45
(66,91,69)
#384C3A
(56,76,58)
#2E3D2F
(46,61,47)
#242E24
(36,46,36)
#1A1F19
(26,31,25)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #74A67C

#74A67C
(116,166,124)
#80AE87
(128,174,135)
#8CB692
(140,182,146)
#98BE9D
(152,190,157)
#A4C6A8
(164,198,168)
#B0CEB3
(176,206,179)
#BCD6BE
(188,214,190)
#C8DEC9
(200,222,201)
#D4E6D4
(212,230,212)
#E0EEDF
(224,238,223)
#ECF6EA
(236,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A67C color. Also use rgb(116,166,124) instead hex code.

Text Font Color

.myTextColor { color: #74A67C; }

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

This text font color is #74A67C.


Background Color

.myBgColor { background-color: #74A67C; }

<div style="background-color:#74A67C">Inner text</div>

This div background color is #74A67C.


Border color

.myBorderColor { border: 1px solid #74A67C; }

<div style="border:3px solid #74A67C">Div</div>

This div border color is #74A67C.


Opacity

.myOpacity80 { color: #74A67C; opacity: 0.8; }

<p style="color:#74A67C;opacity:0.8;">80%</p>

Text with #74A67C 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 #74A67C;}

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

This text has shadow with #74A67C color.

.textShadow {text-shadow: 3px 3px 1px #74A67C, 3px 3px 1px red;}

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

This text has shadow with #74A67C primary color and red secondary color.


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

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

This text has shadow with #74A67C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A67C on black background.


Color preview on white background

This text has color #74A67C on white background.



Black color preview on #74A67C background

This text has black color on #74A67C background.


White color preview on #74A67C background

This text has white color on #74A67C background.