COLOR #95A78E

HEX: #95A78E
RGB: (149,167,142)

Color info

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

RGB color model

#95A78E color RGB value is (149,167,142).

  • red value is 149;
  • green value is 167;
  • blue value is 142.
RGB:
(149,167,142)
(58%,65%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 167 of 255 = 65%
B 142 of 255 = 56%

149
167
142

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

Portions of RGB colors in percentages

R + G + B =
149 + 167 + 142 = 458 (100%)
R 149 of 458 ~ 32.53%
G 167 of 458 ~ 36.46%
B 142 of 458 ~ 31%

%32.53
%36.46
%31

CMYK color model

#95A78E color CMYK value is (11,0,15,35).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 34.51%
CMYK:
(11,0,15,35)
C11M0Y15K35 
(11%,0%,15%,35%)
(0.11/0.00/0.15/0.35)	

CMYK percentages

%10.78
%0
%14.97
%34.51

Codes

Color #95A78E in popluar color models

95A78E
RGB149167142
HSL103°12.44%60.59%
HSB/HSV103°14.97%65.49%
CMYK10.78%0.00%14.97%
34.51%

Color #95A78E in popluar number systems.

HEX95A78E
Decimal149167142
Binary100101011010011110001110
Octal225247216

Shades and tints

Shades of #95A78E

#95A78E
(149,167,142)
#889882
(136,152,130)
#7B8976
(123,137,118)
#6E7A6A
(110,122,106)
#616B5E
(97,107,94)
#545C52
(84,92,82)
#474D46
(71,77,70)
#3A3E3A
(58,62,58)
#2D2F2E
(45,47,46)
#202022
(32,32,34)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #95A78E

#95A78E
(149,167,142)
#9EAF98
(158,175,152)
#A7B7A2
(167,183,162)
#B0BFAC
(176,191,172)
#B9C7B6
(185,199,182)
#C2CFC0
(194,207,192)
#CBD7CA
(203,215,202)
#D4DFD4
(212,223,212)
#DDE7DE
(221,231,222)
#E6EFE8
(230,239,232)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A78E; }

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

This text font color is #95A78E.


Background Color

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

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

This div background color is #95A78E.


Border color

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

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

This div border color is #95A78E.


Opacity

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

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

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

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

This text has shadow with #95A78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A78E on black background.


Color preview on white background

This text has color #95A78E on white background.



Black color preview on #95A78E background

This text has black color on #95A78E background.


White color preview on #95A78E background

This text has white color on #95A78E background.