COLOR #5BA31D

HEX: #5BA31D
RGB: (91,163,29)

Color info

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

RGB color model

#5BA31D color RGB value is (91,163,29).

  • red value is 91;
  • green value is 163;
  • blue value is 29.
RGB:
(91,163,29)
(36%,64%,11%)

RGB channels and saturation

R 91 of 255 = 36%
G 163 of 255 = 64%
B 29 of 255 = 11%

91
163
29

R + G + B ~ 37%. #5BA31D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 163 + 29 = 283 (100%)
R 91 of 283 ~ 32.16%
G 163 of 283 ~ 57.6%
B 29 of 283 ~ 10.25%

%32.16
%57.6
%10.25

CMYK color model

#5BA31D color CMYK value is (44,0,82,36).

  • cyan value is 44.17%
  • magenta value is 0.00%
  • yellow value is 82.21%
  • key color value is 36.08%
CMYK:
(44,0,82,36)
C44M0Y82K36 
(44%,0%,82%,36%)
(0.44/0.00/0.82/0.36)	

CMYK percentages

%44.17
%0
%82.21
%36.08

Codes

Color #5BA31D in popluar color models

5BA31D
RGB9116329
HSL92°69.79%37.65%
HSB/HSV92°82.21%63.92%
CMYK44.17%0.00%82.21%
36.08%

Color #5BA31D in popluar number systems.

HEX5BA31D
Decimal9116329
Binary10110111010001111101
Octal13324335

Shades and tints

Shades of #5BA31D

#5BA31D
(91,163,29)
#53951B
(83,149,27)
#4B8719
(75,135,25)
#437917
(67,121,23)
#3B6B15
(59,107,21)
#335D13
(51,93,19)
#2B4F11
(43,79,17)
#23410F
(35,65,15)
#1B330D
(27,51,13)
#13250B
(19,37,11)
#0B1709
(11,23,9)
#000000
(0,0,0)

Tints of #5BA31D

#5BA31D
(91,163,29)
#69AB31
(105,171,49)
#77B345
(119,179,69)
#85BB59
(133,187,89)
#93C36D
(147,195,109)
#A1CB81
(161,203,129)
#AFD395
(175,211,149)
#BDDBA9
(189,219,169)
#CBE3BD
(203,227,189)
#D9EBD1
(217,235,209)
#E7F3E5
(231,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA31D color. Also use rgb(91,163,29) instead hex code.

Text Font Color

.myTextColor { color: #5BA31D; }

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

This text font color is #5BA31D.


Background Color

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

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

This div background color is #5BA31D.


Border color

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

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

This div border color is #5BA31D.


Opacity

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

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

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

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

This text has shadow with #5BA31D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA31D on black background.


Color preview on white background

This text has color #5BA31D on white background.



Black color preview on #5BA31D background

This text has black color on #5BA31D background.


White color preview on #5BA31D background

This text has white color on #5BA31D background.