COLOR #74A563

HEX: #74A563 RGB: (116,165,99)

Color info

#74A563 contains mainly red and green colors. Web safe color of #74A563 is #669966 (or #696).

RGB color model

#74A563 color RGB value is (116,165,99).

RGB: (116,165,99) (45%, 65%, 39%)

RGB channels and saturation

R 116 of 255 = 45%
G 165 of 255 = 65%
B 99 of 255 = 39%

116
165
99

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

Portions of RGB colors in percentages

R + G + B = 116 + 165 + 99 = 380 (100%)
R 116 of 380 ~ 30.53%
G 165 of 380 ~ 43.42%
B 99 of 380 ~ 26.05'%

%30.53
%43.42
%26.05

CMYK color model

#74A563 color CMYK value is (30,0,40,35).

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

CMYK: (30,0,40,35)
C30M0Y40K35 (30%, 0%, 40%, 35%)
(0.30 / 0.00 / 0.40 / 0.35)

CMYK percentages

%29.7
%0
%40
%35.29

Codes

Color #74A563 in popluar color models

74 A5 63
RGB 116 165 99
HSL 105° 26.83% 51.76%
HSB/HSV 105° 40.00% 64.71%
CMYK 29.70% 0.00% 40.00%
35.29%

Color #74A563 in popluar number systems.

HEX 74 A5 63
Decimal 116 165 99
Binary 1110100 10100101 1100011
Octal 164 245 143

Shades and tints

Shades of #74A563

#74A563
(116,165,99)
#6A965A
(106,150,90)
#608751
(96,135,81)
#567848
(86,120,72)
#4C693F
(76,105,63)
#425A36
(66,90,54)
#384B2D
(56,75,45)
#2E3C24
(46,60,36)
#242D1B
(36,45,27)
#1A1E12
(26,30,18)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #74A563

#74A563
(116,165,99)
#80AD71
(128,173,113)
#8CB57F
(140,181,127)
#98BD8D
(152,189,141)
#A4C59B
(164,197,155)
#B0CDA9
(176,205,169)
#BCD5B7
(188,213,183)
#C8DDC5
(200,221,197)
#D4E5D3
(212,229,211)
#E0EDE1
(224,237,225)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A563; }

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

This text font color is #74A563.

Background Color

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

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

This div background color is #74A563.

Border color

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

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

This div border color is #74A563.

Opacity

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

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

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

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

This text has shadow with #74A563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A563.

Preview

Color preview on black background

This text has color #74A563 on black background.


Color preview on white background

This text has color #74A563 on white background.


Black color preview on #74A563 background

This text has black color on #74A563 background.


White color preview on #74A563 background

This text has white color on #74A563 background.


Related colors

Complementary color

Complementary color for #hex is #8B5A9C.


I love getcolorcode.com

Triadic colors

1 #6374A5 and #A56374 with #74A563 are triadic colors.

2 #63A574 and #A57463 with #74A563 are triadic colors.