COLOR #5BA968

HEX: #5BA968
RGB: (91,169,104)

Color info

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

RGB color model

#5BA968 color RGB value is (91,169,104).

  • red value is 91;
  • green value is 169;
  • blue value is 104.
RGB:
(91,169,104)
(36%,66%,41%)

RGB channels and saturation

R 91 of 255 = 36%
G 169 of 255 = 66%
B 104 of 255 = 41%

91
169
104

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

Portions of RGB colors in percentages

R + G + B =
91 + 169 + 104 = 364 (100%)
R 91 of 364 ~ 25%
G 169 of 364 ~ 46.43%
B 104 of 364 ~ 28.57%

%25
%46.43
%28.57

CMYK color model

#5BA968 color CMYK value is (46,0,38,34).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 33.73%
CMYK:
(46,0,38,34)
C46M0Y38K34 
(46%,0%,38%,34%)
(0.46/0.00/0.38/0.34)	

CMYK percentages

%46.15
%0
%38.46
%33.73

Codes

Color #5BA968 in popluar color models

5BA968
RGB91169104
HSL130°31.20%50.98%
HSB/HSV130°46.15%66.27%
CMYK46.15%0.00%38.46%
33.73%

Color #5BA968 in popluar number systems.

HEX5BA968
Decimal91169104
Binary1011011101010011101000
Octal133251150

Shades and tints

Shades of #5BA968

#5BA968
(91,169,104)
#539A5F
(83,154,95)
#4B8B56
(75,139,86)
#437C4D
(67,124,77)
#3B6D44
(59,109,68)
#335E3B
(51,94,59)
#2B4F32
(43,79,50)
#234029
(35,64,41)
#1B3120
(27,49,32)
#132217
(19,34,23)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #5BA968

#5BA968
(91,169,104)
#69B075
(105,176,117)
#77B782
(119,183,130)
#85BE8F
(133,190,143)
#93C59C
(147,197,156)
#A1CCA9
(161,204,169)
#AFD3B6
(175,211,182)
#BDDAC3
(189,218,195)
#CBE1D0
(203,225,208)
#D9E8DD
(217,232,221)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA968 color. Also use rgb(91,169,104) instead hex code.

Text Font Color

.myTextColor { color: #5BA968; }

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

This text font color is #5BA968.


Background Color

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

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

This div background color is #5BA968.


Border color

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

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

This div border color is #5BA968.


Opacity

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

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

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

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

This text has shadow with #5BA968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA968 on black background.


Color preview on white background

This text has color #5BA968 on white background.



Black color preview on #5BA968 background

This text has black color on #5BA968 background.


White color preview on #5BA968 background

This text has white color on #5BA968 background.