COLOR #95B571

HEX: #95B571
RGB: (149,181,113)

Color info

#95B571 contains mainly red and green colors. Web safe color of #95B571 is #99CC66 (or #9C6).

RGB color model

#95B571 color RGB value is (149,181,113).

  • red value is 149;
  • green value is 181;
  • blue value is 113.
RGB:
(149,181,113)
(58%,71%,44%)

RGB channels and saturation

R 149 of 255 = 58%
G 181 of 255 = 71%
B 113 of 255 = 44%

149
181
113

R + G + B ~ 58%. #95B571 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 181 + 113 = 443 (100%)
R 149 of 443 ~ 33.63%
G 181 of 443 ~ 40.86%
B 113 of 443 ~ 25.51%

%33.63
%40.86
%25.51

CMYK color model

#95B571 color CMYK value is (18,0,38,29).

  • cyan value is 17.68%
  • magenta value is 0.00%
  • yellow value is 37.57%
  • key color value is 29.02%
CMYK:
(18,0,38,29)
C18M0Y38K29 
(18%,0%,38%,29%)
(0.18/0.00/0.38/0.29)	

CMYK percentages

%17.68
%0
%37.57
%29.02

Codes

Color #95B571 in popluar color models

95B571
RGB149181113
HSL88°31.48%57.65%
HSB/HSV88°37.57%70.98%
CMYK17.68%0.00%37.57%
29.02%

Color #95B571 in popluar number systems.

HEX95B571
Decimal149181113
Binary10010101101101011110001
Octal225265161

Shades and tints

Shades of #95B571

#95B571
(149,181,113)
#88A567
(136,165,103)
#7B955D
(123,149,93)
#6E8553
(110,133,83)
#617549
(97,117,73)
#54653F
(84,101,63)
#475535
(71,85,53)
#3A452B
(58,69,43)
#2D3521
(45,53,33)
#202517
(32,37,23)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #95B571

#95B571
(149,181,113)
#9EBB7D
(158,187,125)
#A7C189
(167,193,137)
#B0C795
(176,199,149)
#B9CDA1
(185,205,161)
#C2D3AD
(194,211,173)
#CBD9B9
(203,217,185)
#D4DFC5
(212,223,197)
#DDE5D1
(221,229,209)
#E6EBDD
(230,235,221)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B571 color. Also use rgb(149,181,113) instead hex code.

Text Font Color

.myTextColor { color: #95B571; }

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

This text font color is #95B571.


Background Color

.myBgColor { background-color: #95B571; }

<div style="background-color:#95B571">Inner text</div>

This div background color is #95B571.


Border color

.myBorderColor { border: 1px solid #95B571; }

<div style="border:3px solid #95B571">Div</div>

This div border color is #95B571.


Opacity

.myOpacity80 { color: #95B571; opacity: 0.8; }

<p style="color:#95B571;opacity:0.8;">80%</p>

Text with #95B571 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 #95B571;}

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

This text has shadow with #95B571 color.

.textShadow {text-shadow: 3px 3px 1px #95B571, 3px 3px 1px red;}

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

This text has shadow with #95B571 primary color and red secondary color.


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

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

This text has shadow with #95B571 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B571 on black background.


Color preview on white background

This text has color #95B571 on white background.



Black color preview on #95B571 background

This text has black color on #95B571 background.


White color preview on #95B571 background

This text has white color on #95B571 background.