COLOR #95A468

HEX: #95A468
RGB: (149,164,104)

Color info

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

RGB color model

#95A468 color RGB value is (149,164,104).

  • red value is 149;
  • green value is 164;
  • blue value is 104.
RGB: (149,164,104) (58%,64%,41%)

RGB channels and saturation

R 149 of 255 = 58%
G 164 of 255 = 64%
B 104 of 255 = 41%

149
164
104

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

Portions of RGB colors in percentages

R + G + B =
149 + 164 + 104 = 417 (100%)
R 149 of 417 ~ 35.73%
G 164 of 417 ~ 39.33%
B 104 of 417 ~ 24.94%

%35.73
%39.33
%24.94

CMYK color model

#95A468 color CMYK value is (9,0,37,36).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 36.59%
  • key color value is 35.69%
CMYK: (9,0,37,36) C9M0Y37K36 (9%,0%,37%,36%) (0.09/0.00/0.37/0.36)

CMYK percentages

%9.15
%0
%36.59
%35.69

Codes

Color #95A468 in popluar color models

95A468
RGB149164104
HSL75°24.79%52.55%
HSB/HSV75°36.59%64.31%
CMYK9.15%0.00%36.59%
35.69%

Color #95A468 in popluar number systems.

HEX95A468
Decimal149164104
Binary10010101101001001101000
Octal225244150

Shades and tints

Shades of #95A468

#95A468
(149,164,104)
#88965F
(136,150,95)
#7B8856
(123,136,86)
#6E7A4D
(110,122,77)
#616C44
(97,108,68)
#545E3B
(84,94,59)
#475032
(71,80,50)
#3A4229
(58,66,41)
#2D3420
(45,52,32)
#202617
(32,38,23)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #95A468

#95A468
(149,164,104)
#9EAC75
(158,172,117)
#A7B482
(167,180,130)
#B0BC8F
(176,188,143)
#B9C49C
(185,196,156)
#C2CCA9
(194,204,169)
#CBD4B6
(203,212,182)
#D4DCC3
(212,220,195)
#DDE4D0
(221,228,208)
#E6ECDD
(230,236,221)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A468 color. Also use rgb(149,164,104) instead hex code.

Text Font Color

.myTextColor { color: #95A468; }

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

This text font color is #95A468.


Background Color

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

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

This div background color is #95A468.


Border color

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

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

This div border color is #95A468.


Opacity

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

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

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

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

This text has shadow with #95A468 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #95A468 on black background.


Color preview on white background

This text has color #95A468 on white background.



Black color preview on #95A468 background

This text has black color on #95A468 background.


White color preview on #95A468 background

This text has white color on #95A468 background.