COLOR #5AB374

HEX: #5AB374 RGB: (90,179,116)

Color info

#5AB374 contains mainly green color. Web safe color of #5AB374 is #669966 (or #696).

RGB color model

#5AB374 color RGB value is (90,179,116).

RGB: (90,179,116) (35%, 70%, 45%)

RGB channels and saturation

R 90 of 255 = 35%
G 179 of 255 = 70%
B 116 of 255 = 45%

90
179
116

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

Portions of RGB colors in percentages

R + G + B = 90 + 179 + 116 = 385 (100%)
R 90 of 385 ~ 23.38%
G 179 of 385 ~ 46.49%
B 116 of 385 ~ 30.13'%

%23.38
%46.49
%30.13

CMYK color model

#5AB374 color CMYK value is (50,0,35,30).

  • cyan value is 49.72%
  • magenta value is 0.00%
  • yellow value is 35.20%
  • key color value is 29.80%

CMYK: (50,0,35,30)
C50M0Y35K30 (50%, 0%, 35%, 30%)
(0.50 / 0.00 / 0.35 / 0.30)

CMYK percentages

%49.72
%0
%35.2
%29.8

Codes

Color #5AB374 in popluar color models

5A B3 74
RGB 90 179 116
HSL 138° 36.93% 52.75%
HSB/HSV 138° 49.72% 70.20%
CMYK 49.72% 0.00% 35.20%
29.80%

Color #5AB374 in popluar number systems.

HEX 5A B3 74
Decimal 90 179 116
Binary 1011010 10110011 1110100
Octal 132 263 164

Shades and tints

Shades of #5AB374

#5AB374
(90,179,116)
#52A36A
(82,163,106)
#4A9360
(74,147,96)
#428356
(66,131,86)
#3A734C
(58,115,76)
#326342
(50,99,66)
#2A5338
(42,83,56)
#22432E
(34,67,46)
#1A3324
(26,51,36)
#12231A
(18,35,26)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #5AB374

#5AB374
(90,179,116)
#69B980
(105,185,128)
#78BF8C
(120,191,140)
#87C598
(135,197,152)
#96CBA4
(150,203,164)
#A5D1B0
(165,209,176)
#B4D7BC
(180,215,188)
#C3DDC8
(195,221,200)
#D2E3D4
(210,227,212)
#E1E9E0
(225,233,224)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB374 color. Also use rgb(90,179,116) instead hex code.

Text Font Color

.myTextColor { color: #5AB374; }

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

This text font color is #5AB374.

Background Color

.myBgColor { background-color: #5AB374; }

<div style="background-color:#5AB374">Inner text</div>

This div background color is #5AB374.

Border color

.myBorderColor { border: 1px solid #5AB374; }

<div style="border:3px solid #5AB374">Div</div>

This div border color is #5AB374.

Opacity

.myOpacity80 { color: #5AB374; opacity: 0.8; }

<p style="color:#5AB374;opacity:0.8;">80%</p>

Text with #5AB374 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 #5AB374;}

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

This text has shadow with #5AB374 color.


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

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

This text has shadow with #5AB374 primary color and red secondary color.


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

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

This text has shadow with #5AB374 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5AB374.

Preview

Color preview on black background

This text has color #5AB374 on black background.


Color preview on white background

This text has color #5AB374 on white background.


Black color preview on #5AB374 background

This text has black color on #5AB374 background.


White color preview on #5AB374 background

This text has white color on #5AB374 background.


Related colors

Complementary color

Complementary color for #hex is #A54C8B.


I love getcolorcode.com

Triadic colors

1 #745AB3 and #B3745A with #5AB374 are triadic colors.

2 #74B35A and #B35A74 with #5AB374 are triadic colors.