COLOR #74AA83

HEX: #74AA83 RGB: (116,170,131)

Color info

#74AA83 contains red, green and blue colors in about the same proportion. Web safe color of #74AA83 is #669999 (or #699).

RGB color model

#74AA83 color RGB value is (116,170,131).

RGB: (116,170,131) (45%, 67%, 51%)

RGB channels and saturation

R 116 of 255 = 45%
G 170 of 255 = 67%
B 131 of 255 = 51%

116
170
131

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

Portions of RGB colors in percentages

R + G + B = 116 + 170 + 131 = 417 (100%)
R 116 of 417 ~ 27.82%
G 170 of 417 ~ 40.77%
B 131 of 417 ~ 31.41'%

%27.82
%40.77
%31.41

CMYK color model

#74AA83 color CMYK value is (32,0,23,33).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 33.33%

CMYK: (32,0,23,33)
C32M0Y23K33 (32%, 0%, 23%, 33%)
(0.32 / 0.00 / 0.23 / 0.33)

CMYK percentages

%31.76
%0
%22.94
%33.33

Codes

Color #74AA83 in popluar color models

74 AA 83
RGB 116 170 131
HSL 137° 24.11% 56.08%
HSB/HSV 137° 31.76% 66.67%
CMYK 31.76% 0.00% 22.94%
33.33%

Color #74AA83 in popluar number systems.

HEX 74 AA 83
Decimal 116 170 131
Binary 1110100 10101010 10000011
Octal 164 252 203

Shades and tints

Shades of #74AA83

#74AA83
(116,170,131)
#6A9B78
(106,155,120)
#608C6D
(96,140,109)
#567D62
(86,125,98)
#4C6E57
(76,110,87)
#425F4C
(66,95,76)
#385041
(56,80,65)
#2E4136
(46,65,54)
#24322B
(36,50,43)
#1A2320
(26,35,32)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #74AA83

#74AA83
(116,170,131)
#80B18E
(128,177,142)
#8CB899
(140,184,153)
#98BFA4
(152,191,164)
#A4C6AF
(164,198,175)
#B0CDBA
(176,205,186)
#BCD4C5
(188,212,197)
#C8DBD0
(200,219,208)
#D4E2DB
(212,226,219)
#E0E9E6
(224,233,230)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AA83 color. Also use rgb(116,170,131) instead hex code.

Text Font Color

.myTextColor { color: #74AA83; }

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

This text font color is #74AA83.

Background Color

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

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

This div background color is #74AA83.

Border color

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

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

This div border color is #74AA83.

Opacity

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

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

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

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

This text has shadow with #74AA83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74AA83.

Preview

Color preview on black background

This text has color #74AA83 on black background.


Color preview on white background

This text has color #74AA83 on white background.


Black color preview on #74AA83 background

This text has black color on #74AA83 background.


White color preview on #74AA83 background

This text has white color on #74AA83 background.


Related colors

Complementary color

Complementary color for #hex is #8B557C.


I love getcolorcode.com

Triadic colors

1 #8374AA and #AA8374 with #74AA83 are triadic colors.

2 #83AA74 and #AA7483 with #74AA83 are triadic colors.