COLOR #5BA760

HEX: #5BA760 RGB: (91,167,96)

Color info

#5BA760 contains mainly green color. Web safe color of #5BA760 is #669966 (or #696).

RGB color model

#5BA760 color RGB value is (91,167,96).

RGB: (91,167,96) (36%, 65%, 38%)

RGB channels and saturation

R 91 of 255 = 36%
G 167 of 255 = 65%
B 96 of 255 = 38%

91
167
96

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

Portions of RGB colors in percentages

R + G + B = 91 + 167 + 96 = 354 (100%)
R 91 of 354 ~ 25.71%
G 167 of 354 ~ 47.18%
B 96 of 354 ~ 27.12'%

%25.71
%47.18
%27.12

CMYK color model

#5BA760 color CMYK value is (46,0,43,35).

  • cyan value is 45.51%
  • magenta value is 0.00%
  • yellow value is 42.51%
  • key color value is 34.51%

CMYK: (46,0,43,35)
C46M0Y43K35 (46%, 0%, 43%, 35%)
(0.46 / 0.00 / 0.43 / 0.35)

CMYK percentages

%45.51
%0
%42.51
%34.51

Codes

Color #5BA760 in popluar color models

5B A7 60
RGB 91 167 96
HSL 124° 30.16% 50.59%
HSB/HSV 124° 45.51% 65.49%
CMYK 45.51% 0.00% 42.51%
34.51%

Color #5BA760 in popluar number systems.

HEX 5B A7 60
Decimal 91 167 96
Binary 1011011 10100111 1100000
Octal 133 247 140

Shades and tints

Shades of #5BA760

#5BA760
(91,167,96)
#539858
(83,152,88)
#4B8950
(75,137,80)
#437A48
(67,122,72)
#3B6B40
(59,107,64)
#335C38
(51,92,56)
#2B4D30
(43,77,48)
#233E28
(35,62,40)
#1B2F20
(27,47,32)
#132018
(19,32,24)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #5BA760

#5BA760
(91,167,96)
#69AF6E
(105,175,110)
#77B77C
(119,183,124)
#85BF8A
(133,191,138)
#93C798
(147,199,152)
#A1CFA6
(161,207,166)
#AFD7B4
(175,215,180)
#BDDFC2
(189,223,194)
#CBE7D0
(203,231,208)
#D9EFDE
(217,239,222)
#E7F7EC
(231,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA760 color. Also use rgb(91,167,96) instead hex code.

Text Font Color

.myTextColor { color: #5BA760; }

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

This text font color is #5BA760.

Background Color

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

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

This div background color is #5BA760.

Border color

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

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

This div border color is #5BA760.

Opacity

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

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

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

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

This text has shadow with #5BA760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BA760.

Preview

Color preview on black background

This text has color #5BA760 on black background.


Color preview on white background

This text has color #5BA760 on white background.


Black color preview on #5BA760 background

This text has black color on #5BA760 background.


White color preview on #5BA760 background

This text has white color on #5BA760 background.


Related colors

Complementary color

Complementary color for #hex is #A4589F.


I love getcolorcode.com

Triadic colors

1 #605BA7 and #A7605B with #5BA760 are triadic colors.

2 #60A75B and #A75B60 with #5BA760 are triadic colors.