COLOR #95A78D

HEX: #95A78D RGB: (149,167,141)

Color info

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

RGB color model

#95A78D color RGB value is (149,167,141).

RGB: (149,167,141) (58%, 65%, 55%)

RGB channels and saturation

R 149 of 255 = 58%
G 167 of 255 = 65%
B 141 of 255 = 55%

149
167
141

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

Portions of RGB colors in percentages

R + G + B = 149 + 167 + 141 = 457 (100%)
R 149 of 457 ~ 32.6%
G 167 of 457 ~ 36.54%
B 141 of 457 ~ 30.85'%

%32.6
%36.54
%30.85

CMYK color model

#95A78D color CMYK value is (11,0,16,35).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK: (11,0,16,35) C11M0Y16K35 (11%,0%,16%,35%) (0.11/0.00/0.16/0.35) 

CMYK percentages

%10.78
%0
%15.57
%34.51

Codes

Color #95A78D in popluar color models

95 A7 8D
RGB 149 167 141
HSL 102° 12.87% 60.39%
HSB/HSV 102° 15.57% 65.49%
CMYK 10.78% 0.00% 15.57%
34.51%

Color #95A78D in popluar number systems.

HEX 95 A7 8D
Decimal 149 167 141
Binary 10010101 10100111 10001101
Octal 225 247 215

Shades and tints

Shades of #95A78D

#95A78D
(149,167,141)
#889881
(136,152,129)
#7B8975
(123,137,117)
#6E7A69
(110,122,105)
#616B5D
(97,107,93)
#545C51
(84,92,81)
#474D45
(71,77,69)
#3A3E39
(58,62,57)
#2D2F2D
(45,47,45)
#202021
(32,32,33)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #95A78D

#95A78D
(149,167,141)
#9EAF97
(158,175,151)
#A7B7A1
(167,183,161)
#B0BFAB
(176,191,171)
#B9C7B5
(185,199,181)
#C2CFBF
(194,207,191)
#CBD7C9
(203,215,201)
#D4DFD3
(212,223,211)
#DDE7DD
(221,231,221)
#E6EFE7
(230,239,231)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A78D color. Also use rgb(149,167,141) instead hex code.

Text Font Color

.myTextColor { color: #95A78D; }

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

This text font color is #95A78D.

Background Color

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

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

This div background color is #95A78D.

Border color

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

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

This div border color is #95A78D.

Opacity

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

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

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

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

This text has shadow with #95A78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A78D.

Preview

Color preview on black background

This text has color #95A78D on black background.


Color preview on white background

This text has color #95A78D on white background.


Black color preview on #95A78D background

This text has black color on #95A78D background.


White color preview on #95A78D background

This text has white color on #95A78D background.


Related colors

Complementary color

Complementary color for #hex is #6A5872.


I love getcolorcode.com

Triadic colors

1 #8D95A7 and #A78D95 with #95A78D are triadic colors.

2 #8DA795 and #A7958D with #95A78D are triadic colors.