COLOR #74A57B

HEX: #74A57B RGB: (116,165,123)

Color info

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

RGB color model

#74A57B color RGB value is (116,165,123).

RGB: (116,165,123) (45%, 65%, 48%)

RGB channels and saturation

R 116 of 255 = 45%
G 165 of 255 = 65%
B 123 of 255 = 48%

116
165
123

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

Portions of RGB colors in percentages

R + G + B = 116 + 165 + 123 = 404 (100%)
R 116 of 404 ~ 28.71%
G 165 of 404 ~ 40.84%
B 123 of 404 ~ 30.45'%

%28.71
%40.84
%30.45

CMYK color model

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

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

CMYK: (30,0,25,35)
C30M0Y25K35 (30%, 0%, 25%, 35%)
(0.30 / 0.00 / 0.25 / 0.35)

CMYK percentages

%29.7
%0
%25.45
%35.29

Codes

Color #74A57B in popluar color models

74 A5 7B
RGB 116 165 123
HSL 129° 21.40% 55.10%
HSB/HSV 129° 29.70% 64.71%
CMYK 29.70% 0.00% 25.45%
35.29%

Color #74A57B in popluar number systems.

HEX 74 A5 7B
Decimal 116 165 123
Binary 1110100 10100101 1111011
Octal 164 245 173

Shades and tints

Shades of #74A57B

#74A57B
(116,165,123)
#6A9670
(106,150,112)
#608765
(96,135,101)
#56785A
(86,120,90)
#4C694F
(76,105,79)
#425A44
(66,90,68)
#384B39
(56,75,57)
#2E3C2E
(46,60,46)
#242D23
(36,45,35)
#1A1E18
(26,30,24)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #74A57B

#74A57B
(116,165,123)
#80AD87
(128,173,135)
#8CB593
(140,181,147)
#98BD9F
(152,189,159)
#A4C5AB
(164,197,171)
#B0CDB7
(176,205,183)
#BCD5C3
(188,213,195)
#C8DDCF
(200,221,207)
#D4E5DB
(212,229,219)
#E0EDE7
(224,237,231)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A57B; }

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

This text font color is #74A57B.

Background Color

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

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

This div background color is #74A57B.

Border color

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

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

This div border color is #74A57B.

Opacity

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

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

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

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

This text has shadow with #74A57B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A57B.

Preview

Color preview on black background

This text has color #74A57B on black background.


Color preview on white background

This text has color #74A57B on white background.


Black color preview on #74A57B background

This text has black color on #74A57B background.


White color preview on #74A57B background

This text has white color on #74A57B background.


Related colors

Complementary color

Complementary color for #hex is #8B5A84.


I love getcolorcode.com

Triadic colors

1 #7B74A5 and #A57B74 with #74A57B are triadic colors.

2 #7BA574 and #A5747B with #74A57B are triadic colors.