COLOR #5BA370

HEX: #5BA370 RGB: (91,163,112)

Color info

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

RGB color model

#5BA370 color RGB value is (91,163,112).

RGB: (91,163,112) (36%, 64%, 44%)

RGB channels and saturation

R 91 of 255 = 36%
G 163 of 255 = 64%
B 112 of 255 = 44%

91
163
112

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

Portions of RGB colors in percentages

R + G + B = 91 + 163 + 112 = 366 (100%)
R 91 of 366 ~ 24.86%
G 163 of 366 ~ 44.54%
B 112 of 366 ~ 30.6'%

%24.86
%44.54
%30.6

CMYK color model

#5BA370 color CMYK value is (44,0,31,36).

  • cyan value is 44.17%
  • magenta value is 0.00%
  • yellow value is 31.29%
  • key color value is 36.08%

CMYK: (44,0,31,36)
C44M0Y31K36 (44%, 0%, 31%, 36%)
(0.44 / 0.00 / 0.31 / 0.36)

CMYK percentages

%44.17
%0
%31.29
%36.08

Codes

Color #5BA370 in popluar color models

5B A3 70
RGB 91 163 112
HSL 138° 28.35% 49.80%
HSB/HSV 138° 44.17% 63.92%
CMYK 44.17% 0.00% 31.29%
36.08%

Color #5BA370 in popluar number systems.

HEX 5B A3 70
Decimal 91 163 112
Binary 1011011 10100011 1110000
Octal 133 243 160

Shades and tints

Shades of #5BA370

#5BA370
(91,163,112)
#539566
(83,149,102)
#4B875C
(75,135,92)
#437952
(67,121,82)
#3B6B48
(59,107,72)
#335D3E
(51,93,62)
#2B4F34
(43,79,52)
#23412A
(35,65,42)
#1B3320
(27,51,32)
#132516
(19,37,22)
#0B170C
(11,23,12)
#000000
(0,0,0)

Tints of #5BA370

#5BA370
(91,163,112)
#69AB7D
(105,171,125)
#77B38A
(119,179,138)
#85BB97
(133,187,151)
#93C3A4
(147,195,164)
#A1CBB1
(161,203,177)
#AFD3BE
(175,211,190)
#BDDBCB
(189,219,203)
#CBE3D8
(203,227,216)
#D9EBE5
(217,235,229)
#E7F3F2
(231,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA370 color. Also use rgb(91,163,112) instead hex code.

Text Font Color

.myTextColor { color: #5BA370; }

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

This text font color is #5BA370.

Background Color

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

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

This div background color is #5BA370.

Border color

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

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

This div border color is #5BA370.

Opacity

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

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

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

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

This text has shadow with #5BA370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BA370.

Preview

Color preview on black background

This text has color #5BA370 on black background.


Color preview on white background

This text has color #5BA370 on white background.


Black color preview on #5BA370 background

This text has black color on #5BA370 background.


White color preview on #5BA370 background

This text has white color on #5BA370 background.


Related colors

Complementary color

Complementary color for #hex is #A45C8F.


I love getcolorcode.com

Triadic colors

1 #705BA3 and #A3705B with #5BA370 are triadic colors.

2 #70A35B and #A35B70 with #5BA370 are triadic colors.