COLOR #95A958

HEX: #95A958
RGB: (149,169,88)

Color info

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

RGB color model

#95A958 color RGB value is (149,169,88).

  • red value is 149;
  • green value is 169;
  • blue value is 88.
RGB:
(149,169,88)
(58%,66%,35%)

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 88 of 255 = 35%

149
169
88

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

Portions of RGB colors in percentages

R + G + B =
149 + 169 + 88 = 406 (100%)
R 149 of 406 ~ 36.7%
G 169 of 406 ~ 41.63%
B 88 of 406 ~ 21.67%

%36.7
%41.63
%21.67

CMYK color model

#95A958 color CMYK value is (12,0,48,34).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 47.93%
  • key color value is 33.73%
CMYK:
(12,0,48,34)
C12M0Y48K34 
(12%,0%,48%,34%)
(0.12/0.00/0.48/0.34)	

CMYK percentages

%11.83
%0
%47.93
%33.73

Codes

Color #95A958 in popluar color models

95A958
RGB14916988
HSL75°32.02%50.39%
HSB/HSV75°47.93%66.27%
CMYK11.83%0.00%47.93%
33.73%

Color #95A958 in popluar number systems.

HEX95A958
Decimal14916988
Binary10010101101010011011000
Octal225251130

Shades and tints

Shades of #95A958

#95A958
(149,169,88)
#889A50
(136,154,80)
#7B8B48
(123,139,72)
#6E7C40
(110,124,64)
#616D38
(97,109,56)
#545E30
(84,94,48)
#474F28
(71,79,40)
#3A4020
(58,64,32)
#2D3118
(45,49,24)
#202210
(32,34,16)
#131308
(19,19,8)
#000000
(0,0,0)

Tints of #95A958

#95A958
(149,169,88)
#9EB067
(158,176,103)
#A7B776
(167,183,118)
#B0BE85
(176,190,133)
#B9C594
(185,197,148)
#C2CCA3
(194,204,163)
#CBD3B2
(203,211,178)
#D4DAC1
(212,218,193)
#DDE1D0
(221,225,208)
#E6E8DF
(230,232,223)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A958 color. Also use rgb(149,169,88) instead hex code.

Text Font Color

.myTextColor { color: #95A958; }

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

This text font color is #95A958.


Background Color

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

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

This div background color is #95A958.


Border color

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

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

This div border color is #95A958.


Opacity

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

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

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

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

This text has shadow with #95A958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A958 on black background.


Color preview on white background

This text has color #95A958 on white background.



Black color preview on #95A958 background

This text has black color on #95A958 background.


White color preview on #95A958 background

This text has white color on #95A958 background.