COLOR #95A37B

HEX: #95A37B RGB: (149,163,123)

Color info

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

RGB color model

#95A37B color RGB value is (149,163,123).

RGB: (149,163,123) (58%, 64%, 48%)

RGB channels and saturation

R 149 of 255 = 58%
G 163 of 255 = 64%
B 123 of 255 = 48%

149
163
123

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

Portions of RGB colors in percentages

R + G + B = 149 + 163 + 123 = 435 (100%)
R 149 of 435 ~ 34.25%
G 163 of 435 ~ 37.47%
B 123 of 435 ~ 28.28'%

%34.25
%37.47
%28.28

CMYK color model

#95A37B color CMYK value is (9,0,25,36).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 24.54%
  • key color value is 36.08%

CMYK: (9,0,25,36)
C9M0Y25K36 (9%, 0%, 25%, 36%)
(0.09 / 0.00 / 0.25 / 0.36)

CMYK percentages

%8.59
%0
%24.54
%36.08

Codes

Color #95A37B in popluar color models

95 A3 7B
RGB 149 163 123
HSL 81° 17.86% 56.08%
HSB/HSV 81° 24.54% 63.92%
CMYK 8.59% 0.00% 24.54%
36.08%

Color #95A37B in popluar number systems.

HEX 95 A3 7B
Decimal 149 163 123
Binary 10010101 10100011 1111011
Octal 225 243 173

Shades and tints

Shades of #95A37B

#95A37B
(149,163,123)
#889570
(136,149,112)
#7B8765
(123,135,101)
#6E795A
(110,121,90)
#616B4F
(97,107,79)
#545D44
(84,93,68)
#474F39
(71,79,57)
#3A412E
(58,65,46)
#2D3323
(45,51,35)
#202518
(32,37,24)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #95A37B

#95A37B
(149,163,123)
#9EAB87
(158,171,135)
#A7B393
(167,179,147)
#B0BB9F
(176,187,159)
#B9C3AB
(185,195,171)
#C2CBB7
(194,203,183)
#CBD3C3
(203,211,195)
#D4DBCF
(212,219,207)
#DDE3DB
(221,227,219)
#E6EBE7
(230,235,231)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A37B color. Also use rgb(149,163,123) instead hex code.

Text Font Color

.myTextColor { color: #95A37B; }

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

This text font color is #95A37B.

Background Color

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

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

This div background color is #95A37B.

Border color

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

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

This div border color is #95A37B.

Opacity

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

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

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

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

This text has shadow with #95A37B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A37B.

Preview

Color preview on black background

This text has color #95A37B on black background.


Color preview on white background

This text has color #95A37B on white background.


Black color preview on #95A37B background

This text has black color on #95A37B background.


White color preview on #95A37B background

This text has white color on #95A37B background.


Related colors

Complementary color

Complementary color for #hex is #6A5C84.


I love getcolorcode.com

Triadic colors

1 #7B95A3 and #A37B95 with #95A37B are triadic colors.

2 #7BA395 and #A3957B with #95A37B are triadic colors.