COLOR #5B955A

HEX: #5B955A
RGB: (91,149,90)

Color info

#5B955A contains red, green and blue colors in about the same proportion. Web safe color of #5B955A is #669966 (or #696).

RGB color model

#5B955A color RGB value is (91,149,90).

  • red value is 91;
  • green value is 149;
  • blue value is 90.
RGB:
(91,149,90)
(36%,58%,35%)

RGB channels and saturation

R 91 of 255 = 36%
G 149 of 255 = 58%
B 90 of 255 = 35%

91
149
90

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

Portions of RGB colors in percentages

R + G + B =
91 + 149 + 90 = 330 (100%)
R 91 of 330 ~ 27.58%
G 149 of 330 ~ 45.15%
B 90 of 330 ~ 27.27%

%27.58
%45.15
%27.27

CMYK color model

#5B955A color CMYK value is (39,0,40,42).

  • cyan value is 38.93%
  • magenta value is 0.00%
  • yellow value is 39.60%
  • key color value is 41.57%
CMYK:
(39,0,40,42)
C39M0Y40K42 
(39%,0%,40%,42%)
(0.39/0.00/0.40/0.42)	

CMYK percentages

%38.93
%0
%39.6
%41.57

Codes

Color #5B955A in popluar color models

5B955A
RGB9114990
HSL119°24.69%46.86%
HSB/HSV119°39.60%58.43%
CMYK38.93%0.00%39.60%
41.57%

Color #5B955A in popluar number systems.

HEX5B955A
Decimal9114990
Binary1011011100101011011010
Octal133225132

Shades and tints

Shades of #5B955A

#5B955A
(91,149,90)
#538852
(83,136,82)
#4B7B4A
(75,123,74)
#436E42
(67,110,66)
#3B613A
(59,97,58)
#335432
(51,84,50)
#2B472A
(43,71,42)
#233A22
(35,58,34)
#1B2D1A
(27,45,26)
#132012
(19,32,18)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #5B955A

#5B955A
(91,149,90)
#699E69
(105,158,105)
#77A778
(119,167,120)
#85B087
(133,176,135)
#93B996
(147,185,150)
#A1C2A5
(161,194,165)
#AFCBB4
(175,203,180)
#BDD4C3
(189,212,195)
#CBDDD2
(203,221,210)
#D9E6E1
(217,230,225)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B955A color. Also use rgb(91,149,90) instead hex code.

Text Font Color

.myTextColor { color: #5B955A; }

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

This text font color is #5B955A.


Background Color

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

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

This div background color is #5B955A.


Border color

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

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

This div border color is #5B955A.


Opacity

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

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

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

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

This text has shadow with #5B955A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B955A on black background.


Color preview on white background

This text has color #5B955A on white background.



Black color preview on #5B955A background

This text has black color on #5B955A background.


White color preview on #5B955A background

This text has white color on #5B955A background.