COLOR #5BB38A

HEX: #5BB38A RGB: (91,179,138)

Color info

#5BB38A contains mainly green and blue colors. Web safe color of #5BB38A is #669999 (or #699).

RGB color model

#5BB38A color RGB value is (91,179,138).

RGB: (91,179,138) (36%, 70%, 54%)

RGB channels and saturation

R 91 of 255 = 36%
G 179 of 255 = 70%
B 138 of 255 = 54%

91
179
138

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

Portions of RGB colors in percentages

R + G + B = 91 + 179 + 138 = 408 (100%)
R 91 of 408 ~ 22.3%
G 179 of 408 ~ 43.87%
B 138 of 408 ~ 33.82'%

%22.3
%43.87
%33.82

CMYK color model

#5BB38A color CMYK value is (49,0,23,30).

  • cyan value is 49.16%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 29.80%

CMYK: (49,0,23,30)
C49M0Y23K30 (49%, 0%, 23%, 30%)
(0.49 / 0.00 / 0.23 / 0.30)

CMYK percentages

%49.16
%0
%22.91
%29.8

Codes

Color #5BB38A in popluar color models

5B B3 8A
RGB 91 179 138
HSL 152° 36.67% 52.94%
HSB/HSV 152° 49.16% 70.20%
CMYK 49.16% 0.00% 22.91%
29.80%

Color #5BB38A in popluar number systems.

HEX 5B B3 8A
Decimal 91 179 138
Binary 1011011 10110011 10001010
Octal 133 263 212

Shades and tints

Shades of #5BB38A

#5BB38A
(91,179,138)
#53A37E
(83,163,126)
#4B9372
(75,147,114)
#438366
(67,131,102)
#3B735A
(59,115,90)
#33634E
(51,99,78)
#2B5342
(43,83,66)
#234336
(35,67,54)
#1B332A
(27,51,42)
#13231E
(19,35,30)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #5BB38A

#5BB38A
(91,179,138)
#69B994
(105,185,148)
#77BF9E
(119,191,158)
#85C5A8
(133,197,168)
#93CBB2
(147,203,178)
#A1D1BC
(161,209,188)
#AFD7C6
(175,215,198)
#BDDDD0
(189,221,208)
#CBE3DA
(203,227,218)
#D9E9E4
(217,233,228)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB38A color. Also use rgb(91,179,138) instead hex code.

Text Font Color

.myTextColor { color: #5BB38A; }

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

This text font color is #5BB38A.

Background Color

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

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

This div background color is #5BB38A.

Border color

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

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

This div border color is #5BB38A.

Opacity

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

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

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

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

This text has shadow with #5BB38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BB38A.

Preview

Color preview on black background

This text has color #5BB38A on black background.


Color preview on white background

This text has color #5BB38A on white background.


Black color preview on #5BB38A background

This text has black color on #5BB38A background.


White color preview on #5BB38A background

This text has white color on #5BB38A background.


Related colors

Complementary color

Complementary color for #hex is #A44C75.


I love getcolorcode.com

Triadic colors

1 #8A5BB3 and #B38A5B with #5BB38A are triadic colors.

2 #8AB35B and #B35B8A with #5BB38A are triadic colors.