COLOR #95AC83

HEX: #95AC83
RGB: (149,172,131)

Color info

#95AC83 contains red, green and blue colors in about the same proportion. Web safe color of #95AC83 is #999999 (or #999).

RGB color model

#95AC83 color RGB value is (149,172,131).

  • red value is 149;
  • green value is 172;
  • blue value is 131.
RGB:
(149,172,131)
(58%,67%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 172 of 255 = 67%
B 131 of 255 = 51%

149
172
131

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

Portions of RGB colors in percentages

R + G + B =
149 + 172 + 131 = 452 (100%)
R 149 of 452 ~ 32.96%
G 172 of 452 ~ 38.05%
B 131 of 452 ~ 28.98%

%32.96
%38.05
%28.98

CMYK color model

#95AC83 color CMYK value is (13,0,24,33).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 23.84%
  • key color value is 32.55%
CMYK:
(13,0,24,33)
C13M0Y24K33 
(13%,0%,24%,33%)
(0.13/0.00/0.24/0.33)	

CMYK percentages

%13.37
%0
%23.84
%32.55

Codes

Color #95AC83 in popluar color models

95AC83
RGB149172131
HSL94°19.81%59.41%
HSB/HSV94°23.84%67.45%
CMYK13.37%0.00%23.84%
32.55%

Color #95AC83 in popluar number systems.

HEX95AC83
Decimal149172131
Binary100101011010110010000011
Octal225254203

Shades and tints

Shades of #95AC83

#95AC83
(149,172,131)
#889D78
(136,157,120)
#7B8E6D
(123,142,109)
#6E7F62
(110,127,98)
#617057
(97,112,87)
#54614C
(84,97,76)
#475241
(71,82,65)
#3A4336
(58,67,54)
#2D342B
(45,52,43)
#202520
(32,37,32)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #95AC83

#95AC83
(149,172,131)
#9EB38E
(158,179,142)
#A7BA99
(167,186,153)
#B0C1A4
(176,193,164)
#B9C8AF
(185,200,175)
#C2CFBA
(194,207,186)
#CBD6C5
(203,214,197)
#D4DDD0
(212,221,208)
#DDE4DB
(221,228,219)
#E6EBE6
(230,235,230)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AC83 color. Also use rgb(149,172,131) instead hex code.

Text Font Color

.myTextColor { color: #95AC83; }

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

This text font color is #95AC83.


Background Color

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

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

This div background color is #95AC83.


Border color

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

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

This div border color is #95AC83.


Opacity

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

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

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

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

This text has shadow with #95AC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AC83 on black background.


Color preview on white background

This text has color #95AC83 on white background.



Black color preview on #95AC83 background

This text has black color on #95AC83 background.


White color preview on #95AC83 background

This text has white color on #95AC83 background.