COLOR #5B993B

HEX: #5B993B
RGB: (91,153,59)

Color info

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

RGB color model

#5B993B color RGB value is (91,153,59).

  • red value is 91;
  • green value is 153;
  • blue value is 59.
RGB:
(91,153,59)
(36%,60%,23%)

RGB channels and saturation

R 91 of 255 = 36%
G 153 of 255 = 60%
B 59 of 255 = 23%

91
153
59

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

Portions of RGB colors in percentages

R + G + B =
91 + 153 + 59 = 303 (100%)
R 91 of 303 ~ 30.03%
G 153 of 303 ~ 50.5%
B 59 of 303 ~ 19.47%

%30.03
%50.5
%19.47

CMYK color model

#5B993B color CMYK value is (41,0,61,40).

  • cyan value is 40.52%
  • magenta value is 0.00%
  • yellow value is 61.44%
  • key color value is 40.00%
CMYK:
(41,0,61,40)
C41M0Y61K40 
(41%,0%,61%,40%)
(0.41/0.00/0.61/0.40)	

CMYK percentages

%40.52
%0
%61.44
%40

Codes

Color #5B993B in popluar color models

5B993B
RGB9115359
HSL100°44.34%41.57%
HSB/HSV100°61.44%60.00%
CMYK40.52%0.00%61.44%
40.00%

Color #5B993B in popluar number systems.

HEX5B993B
Decimal9115359
Binary101101110011001111011
Octal13323173

Shades and tints

Shades of #5B993B

#5B993B
(91,153,59)
#538C36
(83,140,54)
#4B7F31
(75,127,49)
#43722C
(67,114,44)
#3B6527
(59,101,39)
#335822
(51,88,34)
#2B4B1D
(43,75,29)
#233E18
(35,62,24)
#1B3113
(27,49,19)
#13240E
(19,36,14)
#0B1709
(11,23,9)
#000000
(0,0,0)

Tints of #5B993B

#5B993B
(91,153,59)
#69A24C
(105,162,76)
#77AB5D
(119,171,93)
#85B46E
(133,180,110)
#93BD7F
(147,189,127)
#A1C690
(161,198,144)
#AFCFA1
(175,207,161)
#BDD8B2
(189,216,178)
#CBE1C3
(203,225,195)
#D9EAD4
(217,234,212)
#E7F3E5
(231,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B993B color. Also use rgb(91,153,59) instead hex code.

Text Font Color

.myTextColor { color: #5B993B; }

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

This text font color is #5B993B.


Background Color

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

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

This div background color is #5B993B.


Border color

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

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

This div border color is #5B993B.


Opacity

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

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

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

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

This text has shadow with #5B993B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B993B on black background.


Color preview on white background

This text has color #5B993B on white background.



Black color preview on #5B993B background

This text has black color on #5B993B background.


White color preview on #5B993B background

This text has white color on #5B993B background.