COLOR #5B9653

HEX: #5B9653
RGB: (91,150,83)

Color info

#5B9653 contains mainly red and green colors. Web safe color of #5B9653 is #669966 (or #696).

RGB color model

#5B9653 color RGB value is (91,150,83).

  • red value is 91;
  • green value is 150;
  • blue value is 83.
RGB:
(91,150,83)
(36%,59%,33%)

RGB channels and saturation

R 91 of 255 = 36%
G 150 of 255 = 59%
B 83 of 255 = 33%

91
150
83

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

Portions of RGB colors in percentages

R + G + B =
91 + 150 + 83 = 324 (100%)
R 91 of 324 ~ 28.09%
G 150 of 324 ~ 46.3%
B 83 of 324 ~ 25.62%

%28.09
%46.3
%25.62

CMYK color model

#5B9653 color CMYK value is (39,0,45,41).

  • cyan value is 39.33%
  • magenta value is 0.00%
  • yellow value is 44.67%
  • key color value is 41.18%
CMYK:
(39,0,45,41)
C39M0Y45K41 
(39%,0%,45%,41%)
(0.39/0.00/0.45/0.41)	

CMYK percentages

%39.33
%0
%44.67
%41.18

Codes

Color #5B9653 in popluar color models

5B9653
RGB9115083
HSL113°28.76%45.69%
HSB/HSV113°44.67%58.82%
CMYK39.33%0.00%44.67%
41.18%

Color #5B9653 in popluar number systems.

HEX5B9653
Decimal9115083
Binary1011011100101101010011
Octal133226123

Shades and tints

Shades of #5B9653

#5B9653
(91,150,83)
#53894C
(83,137,76)
#4B7C45
(75,124,69)
#436F3E
(67,111,62)
#3B6237
(59,98,55)
#335530
(51,85,48)
#2B4829
(43,72,41)
#233B22
(35,59,34)
#1B2E1B
(27,46,27)
#132114
(19,33,20)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #5B9653

#5B9653
(91,150,83)
#699F62
(105,159,98)
#77A871
(119,168,113)
#85B180
(133,177,128)
#93BA8F
(147,186,143)
#A1C39E
(161,195,158)
#AFCCAD
(175,204,173)
#BDD5BC
(189,213,188)
#CBDECB
(203,222,203)
#D9E7DA
(217,231,218)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9653 color. Also use rgb(91,150,83) instead hex code.

Text Font Color

.myTextColor { color: #5B9653; }

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

This text font color is #5B9653.


Background Color

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

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

This div background color is #5B9653.


Border color

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

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

This div border color is #5B9653.


Opacity

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

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

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

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

This text has shadow with #5B9653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9653 on black background.


Color preview on white background

This text has color #5B9653 on white background.



Black color preview on #5B9653 background

This text has black color on #5B9653 background.


White color preview on #5B9653 background

This text has white color on #5B9653 background.