COLOR #5BA070

HEX: #5BA070
RGB: (91,160,112)

Color info

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

RGB color model

#5BA070 color RGB value is (91,160,112).

  • red value is 91;
  • green value is 160;
  • blue value is 112.
RGB:
(91,160,112)
(36%,63%,44%)

RGB channels and saturation

R 91 of 255 = 36%
G 160 of 255 = 63%
B 112 of 255 = 44%

91
160
112

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

Portions of RGB colors in percentages

R + G + B =
91 + 160 + 112 = 363 (100%)
R 91 of 363 ~ 25.07%
G 160 of 363 ~ 44.08%
B 112 of 363 ~ 30.85%

%25.07
%44.08
%30.85

CMYK color model

#5BA070 color CMYK value is (43,0,30,37).

  • cyan value is 43.13%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 37.25%
CMYK:
(43,0,30,37)
C43M0Y30K37 
(43%,0%,30%,37%)
(0.43/0.00/0.30/0.37)	

CMYK percentages

%43.13
%0
%30
%37.25

Codes

Color #5BA070 in popluar color models

5BA070
RGB91160112
HSL138°27.49%49.22%
HSB/HSV138°43.13%62.75%
CMYK43.13%0.00%30.00%
37.25%

Color #5BA070 in popluar number systems.

HEX5BA070
Decimal91160112
Binary1011011101000001110000
Octal133240160

Shades and tints

Shades of #5BA070

#5BA070
(91,160,112)
#539266
(83,146,102)
#4B845C
(75,132,92)
#437652
(67,118,82)
#3B6848
(59,104,72)
#335A3E
(51,90,62)
#2B4C34
(43,76,52)
#233E2A
(35,62,42)
#1B3020
(27,48,32)
#132216
(19,34,22)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #5BA070

#5BA070
(91,160,112)
#69A87D
(105,168,125)
#77B08A
(119,176,138)
#85B897
(133,184,151)
#93C0A4
(147,192,164)
#A1C8B1
(161,200,177)
#AFD0BE
(175,208,190)
#BDD8CB
(189,216,203)
#CBE0D8
(203,224,216)
#D9E8E5
(217,232,229)
#E7F0F2
(231,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BA070; }

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

This text font color is #5BA070.


Background Color

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

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

This div background color is #5BA070.


Border color

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

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

This div border color is #5BA070.


Opacity

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

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

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

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

This text has shadow with #5BA070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA070 on black background.


Color preview on white background

This text has color #5BA070 on white background.



Black color preview on #5BA070 background

This text has black color on #5BA070 background.


White color preview on #5BA070 background

This text has white color on #5BA070 background.