COLOR #74A57D

HEX: #74A57D RGB: (116,165,125)

Color info

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

RGB color model

#74A57D color RGB value is (116,165,125).

RGB: (116,165,125) (45%, 65%, 49%)

RGB channels and saturation

R 116 of 255 = 45%
G 165 of 255 = 65%
B 125 of 255 = 49%

116
165
125

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

Portions of RGB colors in percentages

R + G + B = 116 + 165 + 125 = 406 (100%)
R 116 of 406 ~ 28.57%
G 165 of 406 ~ 40.64%
B 125 of 406 ~ 30.79'%

%28.57
%40.64
%30.79

CMYK color model

#74A57D color CMYK value is (30,0,24,35).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 35.29%

CMYK: (30,0,24,35)
C30M0Y24K35 (30%, 0%, 24%, 35%)
(0.30 / 0.00 / 0.24 / 0.35)

CMYK percentages

%29.7
%0
%24.24
%35.29

Codes

Color #74A57D in popluar color models

74 A5 7D
RGB 116 165 125
HSL 131° 21.40% 55.10%
HSB/HSV 131° 29.70% 64.71%
CMYK 29.70% 0.00% 24.24%
35.29%

Color #74A57D in popluar number systems.

HEX 74 A5 7D
Decimal 116 165 125
Binary 1110100 10100101 1111101
Octal 164 245 175

Shades and tints

Shades of #74A57D

#74A57D
(116,165,125)
#6A9672
(106,150,114)
#608767
(96,135,103)
#56785C
(86,120,92)
#4C6951
(76,105,81)
#425A46
(66,90,70)
#384B3B
(56,75,59)
#2E3C30
(46,60,48)
#242D25
(36,45,37)
#1A1E1A
(26,30,26)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #74A57D

#74A57D
(116,165,125)
#80AD88
(128,173,136)
#8CB593
(140,181,147)
#98BD9E
(152,189,158)
#A4C5A9
(164,197,169)
#B0CDB4
(176,205,180)
#BCD5BF
(188,213,191)
#C8DDCA
(200,221,202)
#D4E5D5
(212,229,213)
#E0EDE0
(224,237,224)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A57D color. Also use rgb(116,165,125) instead hex code.

Text Font Color

.myTextColor { color: #74A57D; }

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

This text font color is #74A57D.

Background Color

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

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

This div background color is #74A57D.

Border color

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

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

This div border color is #74A57D.

Opacity

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

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

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

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

This text has shadow with #74A57D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A57D.

Preview

Color preview on black background

This text has color #74A57D on black background.


Color preview on white background

This text has color #74A57D on white background.


Black color preview on #74A57D background

This text has black color on #74A57D background.


White color preview on #74A57D background

This text has white color on #74A57D background.


Related colors

Complementary color

Complementary color for #hex is #8B5A82.


I love getcolorcode.com

Triadic colors

1 #7D74A5 and #A57D74 with #74A57D are triadic colors.

2 #7DA574 and #A5747D with #74A57D are triadic colors.