COLOR #5BA446

HEX: #5BA446
RGB: (91,164,70)

Color info

#5BA446 contains mainly green color. Web safe color of #5BA446 is #669933 (or #693).

RGB color model

#5BA446 color RGB value is (91,164,70).

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

RGB channels and saturation

R 91 of 255 = 36%
G 164 of 255 = 64%
B 70 of 255 = 27%

91
164
70

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

Portions of RGB colors in percentages

R + G + B =
91 + 164 + 70 = 325 (100%)
R 91 of 325 ~ 28%
G 164 of 325 ~ 50.46%
B 70 of 325 ~ 21.54%

%28
%50.46
%21.54

CMYK color model

#5BA446 color CMYK value is (45,0,57,36).

  • cyan value is 44.51%
  • magenta value is 0.00%
  • yellow value is 57.32%
  • key color value is 35.69%
CMYK:
(45,0,57,36)
C45M0Y57K36 
(45%,0%,57%,36%)
(0.45/0.00/0.57/0.36)	

CMYK percentages

%44.51
%0
%57.32
%35.69

Codes

Color #5BA446 in popluar color models

5BA446
RGB9116470
HSL107°40.17%45.88%
HSB/HSV107°57.32%64.31%
CMYK44.51%0.00%57.32%
35.69%

Color #5BA446 in popluar number systems.

HEX5BA446
Decimal9116470
Binary1011011101001001000110
Octal133244106

Shades and tints

Shades of #5BA446

#5BA446
(91,164,70)
#539640
(83,150,64)
#4B883A
(75,136,58)
#437A34
(67,122,52)
#3B6C2E
(59,108,46)
#335E28
(51,94,40)
#2B5022
(43,80,34)
#23421C
(35,66,28)
#1B3416
(27,52,22)
#132610
(19,38,16)
#0B180A
(11,24,10)
#000000
(0,0,0)

Tints of #5BA446

#5BA446
(91,164,70)
#69AC56
(105,172,86)
#77B466
(119,180,102)
#85BC76
(133,188,118)
#93C486
(147,196,134)
#A1CC96
(161,204,150)
#AFD4A6
(175,212,166)
#BDDCB6
(189,220,182)
#CBE4C6
(203,228,198)
#D9ECD6
(217,236,214)
#E7F4E6
(231,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BA446; }

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

This text font color is #5BA446.


Background Color

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

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

This div background color is #5BA446.


Border color

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

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

This div border color is #5BA446.


Opacity

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

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

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

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

This text has shadow with #5BA446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA446 on black background.


Color preview on white background

This text has color #5BA446 on white background.



Black color preview on #5BA446 background

This text has black color on #5BA446 background.


White color preview on #5BA446 background

This text has white color on #5BA446 background.