COLOR #95A674

HEX: #95A674 RGB: (149,166,116)

Color info

#95A674 contains red, green and blue colors in about the same proportion. Web safe color of #95A674 is #999966 (or #996).

RGB color model

#95A674 color RGB value is (149,166,116).

RGB: (149,166,116) (58%, 65%, 45%)

RGB channels and saturation

R 149 of 255 = 58%
G 166 of 255 = 65%
B 116 of 255 = 45%

149
166
116

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

Portions of RGB colors in percentages

R + G + B = 149 + 166 + 116 = 431 (100%)
R 149 of 431 ~ 34.57%
G 166 of 431 ~ 38.52%
B 116 of 431 ~ 26.91'%

%34.57
%38.52
%26.91

CMYK color model

#95A674 color CMYK value is (10,0,30,35).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 30.12%
  • key color value is 34.90%

CMYK: (10,0,30,35)
C10M0Y30K35 (10%, 0%, 30%, 35%)
(0.10 / 0.00 / 0.30 / 0.35)

CMYK percentages

%10.24
%0
%30.12
%34.9

Codes

Color #95A674 in popluar color models

95 A6 74
RGB 149 166 116
HSL 80° 21.93% 55.29%
HSB/HSV 80° 30.12% 65.10%
CMYK 10.24% 0.00% 30.12%
34.90%

Color #95A674 in popluar number systems.

HEX 95 A6 74
Decimal 149 166 116
Binary 10010101 10100110 1110100
Octal 225 246 164

Shades and tints

Shades of #95A674

#95A674
(149,166,116)
#88976A
(136,151,106)
#7B8860
(123,136,96)
#6E7956
(110,121,86)
#616A4C
(97,106,76)
#545B42
(84,91,66)
#474C38
(71,76,56)
#3A3D2E
(58,61,46)
#2D2E24
(45,46,36)
#201F1A
(32,31,26)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #95A674

#95A674
(149,166,116)
#9EAE80
(158,174,128)
#A7B68C
(167,182,140)
#B0BE98
(176,190,152)
#B9C6A4
(185,198,164)
#C2CEB0
(194,206,176)
#CBD6BC
(203,214,188)
#D4DEC8
(212,222,200)
#DDE6D4
(221,230,212)
#E6EEE0
(230,238,224)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A674 color. Also use rgb(149,166,116) instead hex code.

Text Font Color

.myTextColor { color: #95A674; }

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

This text font color is #95A674.

Background Color

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

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

This div background color is #95A674.

Border color

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

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

This div border color is #95A674.

Opacity

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

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

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

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

This text has shadow with #95A674 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A674.

Preview

Color preview on black background

This text has color #95A674 on black background.


Color preview on white background

This text has color #95A674 on white background.


Black color preview on #95A674 background

This text has black color on #95A674 background.


White color preview on #95A674 background

This text has white color on #95A674 background.


Related colors

Complementary color

Complementary color for #hex is #6A598B.


I love getcolorcode.com

Triadic colors

1 #7495A6 and #A67495 with #95A674 are triadic colors.

2 #74A695 and #A69574 with #95A674 are triadic colors.