COLOR #95A54A

HEX: #95A54A RGB: (149,165,74)

Color info

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

RGB color model

#95A54A color RGB value is (149,165,74).

RGB: (149,165,74) (58%, 65%, 29%)

RGB channels and saturation

R 149 of 255 = 58%
G 165 of 255 = 65%
B 74 of 255 = 29%

149
165
74

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

Portions of RGB colors in percentages

R + G + B = 149 + 165 + 74 = 388 (100%)
R 149 of 388 ~ 38.4%
G 165 of 388 ~ 42.53%
B 74 of 388 ~ 19.07'%

%38.4
%42.53
%19.07

CMYK color model

#95A54A color CMYK value is (10,0,55,35).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 55.15%
  • key color value is 35.29%
CMYK: (10,0,55,35) C10M0Y55K35 (10%,0%,55%,35%) (0.10/0.00/0.55/0.35) 

CMYK percentages

%9.7
%0
%55.15
%35.29

Codes

Color #95A54A in popluar color models

95 A5 4A
RGB 149 165 74
HSL 71° 38.08% 46.86%
HSB/HSV 71° 55.15% 64.71%
CMYK 9.70% 0.00% 55.15%
35.29%

Color #95A54A in popluar number systems.

HEX 95 A5 4A
Decimal 149 165 74
Binary 10010101 10100101 1001010
Octal 225 245 112

Shades and tints

Shades of #95A54A

#95A54A
(149,165,74)
#889644
(136,150,68)
#7B873E
(123,135,62)
#6E7838
(110,120,56)
#616932
(97,105,50)
#545A2C
(84,90,44)
#474B26
(71,75,38)
#3A3C20
(58,60,32)
#2D2D1A
(45,45,26)
#201E14
(32,30,20)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #95A54A

#95A54A
(149,165,74)
#9EAD5A
(158,173,90)
#A7B56A
(167,181,106)
#B0BD7A
(176,189,122)
#B9C58A
(185,197,138)
#C2CD9A
(194,205,154)
#CBD5AA
(203,213,170)
#D4DDBA
(212,221,186)
#DDE5CA
(221,229,202)
#E6EDDA
(230,237,218)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A54A; }

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

This text font color is #95A54A.

Background Color

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

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

This div background color is #95A54A.

Border color

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

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

This div border color is #95A54A.

Opacity

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

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

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

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

This text has shadow with #95A54A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A54A.

Preview

Color preview on black background

This text has color #95A54A on black background.


Color preview on white background

This text has color #95A54A on white background.


Black color preview on #95A54A background

This text has black color on #95A54A background.


White color preview on #95A54A background

This text has white color on #95A54A background.


Related colors

Complementary color

Complementary color for #hex is #6A5AB5.


I love getcolorcode.com

Triadic colors

1 #4A95A5 and #A54A95 with #95A54A are triadic colors.

2 #4AA595 and #A5954A with #95A54A are triadic colors.