COLOR #5B956A

HEX: #5B956A
RGB: (91,149,106)

Color info

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

RGB color model

#5B956A color RGB value is (91,149,106).

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

RGB channels and saturation

R 91 of 255 = 36%
G 149 of 255 = 58%
B 106 of 255 = 42%

91
149
106

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

Portions of RGB colors in percentages

R + G + B =
91 + 149 + 106 = 346 (100%)
R 91 of 346 ~ 26.3%
G 149 of 346 ~ 43.06%
B 106 of 346 ~ 30.64%

%26.3
%43.06
%30.64

CMYK color model

#5B956A color CMYK value is (39,0,29,42).

  • cyan value is 38.93%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 41.57%
CMYK:
(39,0,29,42)
C39M0Y29K42 
(39%,0%,29%,42%)
(0.39/0.00/0.29/0.42)	

CMYK percentages

%38.93
%0
%28.86
%41.57

Codes

Color #5B956A in popluar color models

5B956A
RGB91149106
HSL136°24.17%47.06%
HSB/HSV136°38.93%58.43%
CMYK38.93%0.00%28.86%
41.57%

Color #5B956A in popluar number systems.

HEX5B956A
Decimal91149106
Binary1011011100101011101010
Octal133225152

Shades and tints

Shades of #5B956A

#5B956A
(91,149,106)
#538861
(83,136,97)
#4B7B58
(75,123,88)
#436E4F
(67,110,79)
#3B6146
(59,97,70)
#33543D
(51,84,61)
#2B4734
(43,71,52)
#233A2B
(35,58,43)
#1B2D22
(27,45,34)
#132019
(19,32,25)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #5B956A

#5B956A
(91,149,106)
#699E77
(105,158,119)
#77A784
(119,167,132)
#85B091
(133,176,145)
#93B99E
(147,185,158)
#A1C2AB
(161,194,171)
#AFCBB8
(175,203,184)
#BDD4C5
(189,212,197)
#CBDDD2
(203,221,210)
#D9E6DF
(217,230,223)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B956A; }

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

This text font color is #5B956A.


Background Color

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

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

This div background color is #5B956A.


Border color

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

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

This div border color is #5B956A.


Opacity

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

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

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

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

This text has shadow with #5B956A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B956A on black background.


Color preview on white background

This text has color #5B956A on white background.



Black color preview on #5B956A background

This text has black color on #5B956A background.


White color preview on #5B956A background

This text has white color on #5B956A background.