COLOR #95A767

HEX: #95A767
RGB: (149,167,103)

Color info

#95A767 contains mainly red and green colors. Web safe color of #95A767 is #999966 (or #996).

RGB color model

#95A767 color RGB value is (149,167,103).

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

RGB channels and saturation

R 149 of 255 = 58%
G 167 of 255 = 65%
B 103 of 255 = 40%

149
167
103

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

Portions of RGB colors in percentages

R + G + B =
149 + 167 + 103 = 419 (100%)
R 149 of 419 ~ 35.56%
G 167 of 419 ~ 39.86%
B 103 of 419 ~ 24.58%

%35.56
%39.86
%24.58

CMYK color model

#95A767 color CMYK value is (11,0,38,35).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 38.32%
  • key color value is 34.51%
CMYK:
(11,0,38,35)
C11M0Y38K35 
(11%,0%,38%,35%)
(0.11/0.00/0.38/0.35)	

CMYK percentages

%10.78
%0
%38.32
%34.51

Codes

Color #95A767 in popluar color models

95A767
RGB149167103
HSL77°26.67%52.94%
HSB/HSV77°38.32%65.49%
CMYK10.78%0.00%38.32%
34.51%

Color #95A767 in popluar number systems.

HEX95A767
Decimal149167103
Binary10010101101001111100111
Octal225247147

Shades and tints

Shades of #95A767

#95A767
(149,167,103)
#88985E
(136,152,94)
#7B8955
(123,137,85)
#6E7A4C
(110,122,76)
#616B43
(97,107,67)
#545C3A
(84,92,58)
#474D31
(71,77,49)
#3A3E28
(58,62,40)
#2D2F1F
(45,47,31)
#202016
(32,32,22)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #95A767

#95A767
(149,167,103)
#9EAF74
(158,175,116)
#A7B781
(167,183,129)
#B0BF8E
(176,191,142)
#B9C79B
(185,199,155)
#C2CFA8
(194,207,168)
#CBD7B5
(203,215,181)
#D4DFC2
(212,223,194)
#DDE7CF
(221,231,207)
#E6EFDC
(230,239,220)
#EFF7E9
(239,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A767; }

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

This text font color is #95A767.


Background Color

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

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

This div background color is #95A767.


Border color

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

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

This div border color is #95A767.


Opacity

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

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

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

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

This text has shadow with #95A767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A767 on black background.


Color preview on white background

This text has color #95A767 on white background.



Black color preview on #95A767 background

This text has black color on #95A767 background.


White color preview on #95A767 background

This text has white color on #95A767 background.