COLOR #95A568

HEX: #95A568 RGB: (149,165,104)

Color info

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

RGB color model

#95A568 color RGB value is (149,165,104).

RGB: (149,165,104) (58%, 65%, 41%)

RGB channels and saturation

R 149 of 255 = 58%
G 165 of 255 = 65%
B 104 of 255 = 41%

149
165
104

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

Portions of RGB colors in percentages

R + G + B = 149 + 165 + 104 = 418 (100%)
R 149 of 418 ~ 35.65%
G 165 of 418 ~ 39.47%
B 104 of 418 ~ 24.88'%

%35.65
%39.47
%24.88

CMYK color model

#95A568 color CMYK value is (10,0,37,35).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 35.29%

CMYK: (10,0,37,35)
C10M0Y37K35 (10%, 0%, 37%, 35%)
(0.10 / 0.00 / 0.37 / 0.35)

CMYK percentages

%9.7
%0
%36.97
%35.29

Codes

Color #95A568 in popluar color models

95 A5 68
RGB 149 165 104
HSL 76° 25.31% 52.75%
HSB/HSV 76° 36.97% 64.71%
CMYK 9.70% 0.00% 36.97%
35.29%

Color #95A568 in popluar number systems.

HEX 95 A5 68
Decimal 149 165 104
Binary 10010101 10100101 1101000
Octal 225 245 150

Shades and tints

Shades of #95A568

#95A568
(149,165,104)
#88965F
(136,150,95)
#7B8756
(123,135,86)
#6E784D
(110,120,77)
#616944
(97,105,68)
#545A3B
(84,90,59)
#474B32
(71,75,50)
#3A3C29
(58,60,41)
#2D2D20
(45,45,32)
#201E17
(32,30,23)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #95A568

#95A568
(149,165,104)
#9EAD75
(158,173,117)
#A7B582
(167,181,130)
#B0BD8F
(176,189,143)
#B9C59C
(185,197,156)
#C2CDA9
(194,205,169)
#CBD5B6
(203,213,182)
#D4DDC3
(212,221,195)
#DDE5D0
(221,229,208)
#E6EDDD
(230,237,221)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A568; }

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

This text font color is #95A568.

Background Color

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

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

This div background color is #95A568.

Border color

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

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

This div border color is #95A568.

Opacity

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

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

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

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

This text has shadow with #95A568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A568.

Preview

Color preview on black background

This text has color #95A568 on black background.


Color preview on white background

This text has color #95A568 on white background.


Black color preview on #95A568 background

This text has black color on #95A568 background.


White color preview on #95A568 background

This text has white color on #95A568 background.


Related colors

Complementary color

Complementary color for #hex is #6A5A97.


I love getcolorcode.com

Triadic colors

1 #6895A5 and #A56895 with #95A568 are triadic colors.

2 #68A595 and #A59568 with #95A568 are triadic colors.