COLOR #5BAD44

HEX: #5BAD44 RGB: (91,173,68)

Color info

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

RGB color model

#5BAD44 color RGB value is (91,173,68).

RGB: (91,173,68) (36%, 68%, 27%)

RGB channels and saturation

R 91 of 255 = 36%
G 173 of 255 = 68%
B 68 of 255 = 27%

91
173
68

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

Portions of RGB colors in percentages

R + G + B = 91 + 173 + 68 = 332 (100%)
R 91 of 332 ~ 27.41%
G 173 of 332 ~ 52.11%
B 68 of 332 ~ 20.48'%

%27.41
%52.11
%20.48

CMYK color model

#5BAD44 color CMYK value is (47,0,61,32).

  • cyan value is 47.40%
  • magenta value is 0.00%
  • yellow value is 60.69%
  • key color value is 32.16%

CMYK: (47,0,61,32)
C47M0Y61K32 (47%, 0%, 61%, 32%)
(0.47 / 0.00 / 0.61 / 0.32)

CMYK percentages

%47.4
%0
%60.69
%32.16

Codes

Color #5BAD44 in popluar color models

5B AD 44
RGB 91 173 68
HSL 107° 43.57% 47.25%
HSB/HSV 107° 60.69% 67.84%
CMYK 47.40% 0.00% 60.69%
32.16%

Color #5BAD44 in popluar number systems.

HEX 5B AD 44
Decimal 91 173 68
Binary 1011011 10101101 1000100
Octal 133 255 104

Shades and tints

Shades of #5BAD44

#5BAD44
(91,173,68)
#539E3E
(83,158,62)
#4B8F38
(75,143,56)
#438032
(67,128,50)
#3B712C
(59,113,44)
#336226
(51,98,38)
#2B5320
(43,83,32)
#23441A
(35,68,26)
#1B3514
(27,53,20)
#13260E
(19,38,14)
#0B1708
(11,23,8)
#000000
(0,0,0)

Tints of #5BAD44

#5BAD44
(91,173,68)
#69B455
(105,180,85)
#77BB66
(119,187,102)
#85C277
(133,194,119)
#93C988
(147,201,136)
#A1D099
(161,208,153)
#AFD7AA
(175,215,170)
#BDDEBB
(189,222,187)
#CBE5CC
(203,229,204)
#D9ECDD
(217,236,221)
#E7F3EE
(231,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BAD44 color. Also use rgb(91,173,68) instead hex code.

Text Font Color

.myTextColor { color: #5BAD44; }

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

This text font color is #5BAD44.

Background Color

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

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

This div background color is #5BAD44.

Border color

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

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

This div border color is #5BAD44.

Opacity

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

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

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

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

This text has shadow with #5BAD44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BAD44.

Preview

Color preview on black background

This text has color #5BAD44 on black background.


Color preview on white background

This text has color #5BAD44 on white background.


Black color preview on #5BAD44 background

This text has black color on #5BAD44 background.


White color preview on #5BAD44 background

This text has white color on #5BAD44 background.


Related colors

Complementary color

Complementary color for #hex is #A452BB.


I love getcolorcode.com

Triadic colors

1 #445BAD and #AD445B with #5BAD44 are triadic colors.

2 #44AD5B and #AD5B44 with #5BAD44 are triadic colors.