COLOR #5BA47D

HEX: #5BA47D
RGB: (91,164,125)

Color info

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

RGB color model

#5BA47D color RGB value is (91,164,125).

  • red value is 91;
  • green value is 164;
  • blue value is 125.
RGB:
(91,164,125)
(36%,64%,49%)

RGB channels and saturation

R 91 of 255 = 36%
G 164 of 255 = 64%
B 125 of 255 = 49%

91
164
125

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

Portions of RGB colors in percentages

R + G + B =
91 + 164 + 125 = 380 (100%)
R 91 of 380 ~ 23.95%
G 164 of 380 ~ 43.16%
B 125 of 380 ~ 32.89%

%23.95
%43.16
%32.89

CMYK color model

#5BA47D color CMYK value is (45,0,24,36).

  • cyan value is 44.51%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 35.69%
CMYK:
(45,0,24,36)
C45M0Y24K36 
(45%,0%,24%,36%)
(0.45/0.00/0.24/0.36)	

CMYK percentages

%44.51
%0
%23.78
%35.69

Codes

Color #5BA47D in popluar color models

5BA47D
RGB91164125
HSL148°28.63%50.00%
HSB/HSV148°44.51%64.31%
CMYK44.51%0.00%23.78%
35.69%

Color #5BA47D in popluar number systems.

HEX5BA47D
Decimal91164125
Binary1011011101001001111101
Octal133244175

Shades and tints

Shades of #5BA47D

#5BA47D
(91,164,125)
#539672
(83,150,114)
#4B8867
(75,136,103)
#437A5C
(67,122,92)
#3B6C51
(59,108,81)
#335E46
(51,94,70)
#2B503B
(43,80,59)
#234230
(35,66,48)
#1B3425
(27,52,37)
#13261A
(19,38,26)
#0B180F
(11,24,15)
#000000
(0,0,0)

Tints of #5BA47D

#5BA47D
(91,164,125)
#69AC88
(105,172,136)
#77B493
(119,180,147)
#85BC9E
(133,188,158)
#93C4A9
(147,196,169)
#A1CCB4
(161,204,180)
#AFD4BF
(175,212,191)
#BDDCCA
(189,220,202)
#CBE4D5
(203,228,213)
#D9ECE0
(217,236,224)
#E7F4EB
(231,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA47D color. Also use rgb(91,164,125) instead hex code.

Text Font Color

.myTextColor { color: #5BA47D; }

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

This text font color is #5BA47D.


Background Color

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

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

This div background color is #5BA47D.


Border color

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

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

This div border color is #5BA47D.


Opacity

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

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

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

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

This text has shadow with #5BA47D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA47D on black background.


Color preview on white background

This text has color #5BA47D on white background.



Black color preview on #5BA47D background

This text has black color on #5BA47D background.


White color preview on #5BA47D background

This text has white color on #5BA47D background.