COLOR #91A377

HEX: #91A377
RGB: (145,163,119)

Color info

#91A377 contains red, green and blue colors in about the same proportion. Web safe color of #91A377 is #999966 (or #996).

RGB color model

#91A377 color RGB value is (145,163,119).

  • red value is 145;
  • green value is 163;
  • blue value is 119.
RGB:
(145,163,119)
(57%,64%,47%)

RGB channels and saturation

R 145 of 255 = 57%
G 163 of 255 = 64%
B 119 of 255 = 47%

145
163
119

R + G + B ~ 56%. #91A377 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 163 + 119 = 427 (100%)
R 145 of 427 ~ 33.96%
G 163 of 427 ~ 38.17%
B 119 of 427 ~ 27.87%

%33.96
%38.17
%27.87

CMYK color model

#91A377 color CMYK value is (11,0,27,36).

  • cyan value is 11.04%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 36.08%
CMYK:
(11,0,27,36)
C11M0Y27K36 
(11%,0%,27%,36%)
(0.11/0.00/0.27/0.36)	

CMYK percentages

%11.04
%0
%26.99
%36.08

Codes

Color #91A377 in popluar color models

91A377
RGB145163119
HSL85°19.30%55.29%
HSB/HSV85°26.99%63.92%
CMYK11.04%0.00%26.99%
36.08%

Color #91A377 in popluar number systems.

HEX91A377
Decimal145163119
Binary10010001101000111110111
Octal221243167

Shades and tints

Shades of #91A377

#91A377
(145,163,119)
#84956D
(132,149,109)
#778763
(119,135,99)
#6A7959
(106,121,89)
#5D6B4F
(93,107,79)
#505D45
(80,93,69)
#434F3B
(67,79,59)
#364131
(54,65,49)
#293327
(41,51,39)
#1C251D
(28,37,29)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #91A377

#91A377
(145,163,119)
#9BAB83
(155,171,131)
#A5B38F
(165,179,143)
#AFBB9B
(175,187,155)
#B9C3A7
(185,195,167)
#C3CBB3
(195,203,179)
#CDD3BF
(205,211,191)
#D7DBCB
(215,219,203)
#E1E3D7
(225,227,215)
#EBEBE3
(235,235,227)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91A377 color. Also use rgb(145,163,119) instead hex code.

Text Font Color

.myTextColor { color: #91A377; }

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

This text font color is #91A377.


Background Color

.myBgColor { background-color: #91A377; }

<div style="background-color:#91A377">Inner text</div>

This div background color is #91A377.


Border color

.myBorderColor { border: 1px solid #91A377; }

<div style="border:3px solid #91A377">Div</div>

This div border color is #91A377.


Opacity

.myOpacity80 { color: #91A377; opacity: 0.8; }

<p style="color:#91A377;opacity:0.8;">80%</p>

Text with #91A377 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 #91A377;}

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

This text has shadow with #91A377 color.

.textShadow {text-shadow: 3px 3px 1px #91A377, 3px 3px 1px red;}

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

This text has shadow with #91A377 primary color and red secondary color.


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

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

This text has shadow with #91A377 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91A377 on black background.


Color preview on white background

This text has color #91A377 on white background.



Black color preview on #91A377 background

This text has black color on #91A377 background.


White color preview on #91A377 background

This text has white color on #91A377 background.