COLOR #5BA448

HEX: #5BA448
RGB: (91,164,72)

Color info

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

RGB color model

#5BA448 color RGB value is (91,164,72).

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

RGB channels and saturation

R 91 of 255 = 36%
G 164 of 255 = 64%
B 72 of 255 = 28%

91
164
72

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

Portions of RGB colors in percentages

R + G + B =
91 + 164 + 72 = 327 (100%)
R 91 of 327 ~ 27.83%
G 164 of 327 ~ 50.15%
B 72 of 327 ~ 22.02%

%27.83
%50.15
%22.02

CMYK color model

#5BA448 color CMYK value is (45,0,56,36).

  • cyan value is 44.51%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 35.69%
CMYK:
(45,0,56,36)
C45M0Y56K36 
(45%,0%,56%,36%)
(0.45/0.00/0.56/0.36)	

CMYK percentages

%44.51
%0
%56.1
%35.69

Codes

Color #5BA448 in popluar color models

5BA448
RGB9116472
HSL108°38.98%46.27%
HSB/HSV108°56.10%64.31%
CMYK44.51%0.00%56.10%
35.69%

Color #5BA448 in popluar number systems.

HEX5BA448
Decimal9116472
Binary1011011101001001001000
Octal133244110

Shades and tints

Shades of #5BA448

#5BA448
(91,164,72)
#539642
(83,150,66)
#4B883C
(75,136,60)
#437A36
(67,122,54)
#3B6C30
(59,108,48)
#335E2A
(51,94,42)
#2B5024
(43,80,36)
#23421E
(35,66,30)
#1B3418
(27,52,24)
#132612
(19,38,18)
#0B180C
(11,24,12)
#000000
(0,0,0)

Tints of #5BA448

#5BA448
(91,164,72)
#69AC58
(105,172,88)
#77B468
(119,180,104)
#85BC78
(133,188,120)
#93C488
(147,196,136)
#A1CC98
(161,204,152)
#AFD4A8
(175,212,168)
#BDDCB8
(189,220,184)
#CBE4C8
(203,228,200)
#D9ECD8
(217,236,216)
#E7F4E8
(231,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BA448; }

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

This text font color is #5BA448.


Background Color

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

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

This div background color is #5BA448.


Border color

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

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

This div border color is #5BA448.


Opacity

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

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

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

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

This text has shadow with #5BA448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA448 on black background.


Color preview on white background

This text has color #5BA448 on white background.



Black color preview on #5BA448 background

This text has black color on #5BA448 background.


White color preview on #5BA448 background

This text has white color on #5BA448 background.