COLOR #95A54C

HEX: #95A54C
RGB: (149,165,76)

Color info

#95A54C contains mainly red and green colors. Web safe color of #95A54C is #999933 (or #993).

RGB color model

#95A54C color RGB value is (149,165,76).

  • red value is 149;
  • green value is 165;
  • blue value is 76.
RGB:
(149,165,76)
(58%,65%,30%)

RGB channels and saturation

R 149 of 255 = 58%
G 165 of 255 = 65%
B 76 of 255 = 30%

149
165
76

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

Portions of RGB colors in percentages

R + G + B =
149 + 165 + 76 = 390 (100%)
R 149 of 390 ~ 38.21%
G 165 of 390 ~ 42.31%
B 76 of 390 ~ 19.49%

%38.21
%42.31
%19.49

CMYK color model

#95A54C color CMYK value is (10,0,54,35).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 53.94%
  • key color value is 35.29%
CMYK:
(10,0,54,35)
C10M0Y54K35 
(10%,0%,54%,35%)
(0.10/0.00/0.54/0.35)	

CMYK percentages

%9.7
%0
%53.94
%35.29

Codes

Color #95A54C in popluar color models

95A54C
RGB14916576
HSL71°36.93%47.25%
HSB/HSV71°53.94%64.71%
CMYK9.70%0.00%53.94%
35.29%

Color #95A54C in popluar number systems.

HEX95A54C
Decimal14916576
Binary10010101101001011001100
Octal225245114

Shades and tints

Shades of #95A54C

#95A54C
(149,165,76)
#889646
(136,150,70)
#7B8740
(123,135,64)
#6E783A
(110,120,58)
#616934
(97,105,52)
#545A2E
(84,90,46)
#474B28
(71,75,40)
#3A3C22
(58,60,34)
#2D2D1C
(45,45,28)
#201E16
(32,30,22)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #95A54C

#95A54C
(149,165,76)
#9EAD5C
(158,173,92)
#A7B56C
(167,181,108)
#B0BD7C
(176,189,124)
#B9C58C
(185,197,140)
#C2CD9C
(194,205,156)
#CBD5AC
(203,213,172)
#D4DDBC
(212,221,188)
#DDE5CC
(221,229,204)
#E6EDDC
(230,237,220)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A54C color. Also use rgb(149,165,76) instead hex code.

Text Font Color

.myTextColor { color: #95A54C; }

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

This text font color is #95A54C.


Background Color

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

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

This div background color is #95A54C.


Border color

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

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

This div border color is #95A54C.


Opacity

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

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

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

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

This text has shadow with #95A54C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A54C on black background.


Color preview on white background

This text has color #95A54C on white background.



Black color preview on #95A54C background

This text has black color on #95A54C background.


White color preview on #95A54C background

This text has white color on #95A54C background.