COLOR #5BA172

HEX: #5BA172 RGB: (91,161,114)

Color info

#5BA172 contains mainly green and blue colors. Web safe color of #5BA172 is #669966 (or #696).

RGB color model

#5BA172 color RGB value is (91,161,114).

RGB: (91,161,114) (36%, 63%, 45%)

RGB channels and saturation

R 91 of 255 = 36%
G 161 of 255 = 63%
B 114 of 255 = 45%

91
161
114

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

Portions of RGB colors in percentages

R + G + B = 91 + 161 + 114 = 366 (100%)
R 91 of 366 ~ 24.86%
G 161 of 366 ~ 43.99%
B 114 of 366 ~ 31.15'%

%24.86
%43.99
%31.15

CMYK color model

#5BA172 color CMYK value is (43,0,29,37).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 29.19%
  • key color value is 36.86%

CMYK: (43,0,29,37)
C43M0Y29K37 (43%, 0%, 29%, 37%)
(0.43 / 0.00 / 0.29 / 0.37)

CMYK percentages

%43.48
%0
%29.19
%36.86

Codes

Color #5BA172 in popluar color models

5B A1 72
RGB 91 161 114
HSL 140° 27.78% 49.41%
HSB/HSV 140° 43.48% 63.14%
CMYK 43.48% 0.00% 29.19%
36.86%

Color #5BA172 in popluar number systems.

HEX 5B A1 72
Decimal 91 161 114
Binary 1011011 10100001 1110010
Octal 133 241 162

Shades and tints

Shades of #5BA172

#5BA172
(91,161,114)
#539368
(83,147,104)
#4B855E
(75,133,94)
#437754
(67,119,84)
#3B694A
(59,105,74)
#335B40
(51,91,64)
#2B4D36
(43,77,54)
#233F2C
(35,63,44)
#1B3122
(27,49,34)
#132318
(19,35,24)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #5BA172

#5BA172
(91,161,114)
#69A97E
(105,169,126)
#77B18A
(119,177,138)
#85B996
(133,185,150)
#93C1A2
(147,193,162)
#A1C9AE
(161,201,174)
#AFD1BA
(175,209,186)
#BDD9C6
(189,217,198)
#CBE1D2
(203,225,210)
#D9E9DE
(217,233,222)
#E7F1EA
(231,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA172 color. Also use rgb(91,161,114) instead hex code.

Text Font Color

.myTextColor { color: #5BA172; }

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

This text font color is #5BA172.

Background Color

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

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

This div background color is #5BA172.

Border color

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

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

This div border color is #5BA172.

Opacity

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

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

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

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

This text has shadow with #5BA172 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BA172.

Preview

Color preview on black background

This text has color #5BA172 on black background.


Color preview on white background

This text has color #5BA172 on white background.


Black color preview on #5BA172 background

This text has black color on #5BA172 background.


White color preview on #5BA172 background

This text has white color on #5BA172 background.


Related colors

Complementary color

Complementary color for #hex is #A45E8D.


I love getcolorcode.com

Triadic colors

1 #725BA1 and #A1725B with #5BA172 are triadic colors.

2 #72A15B and #A15B72 with #5BA172 are triadic colors.