COLOR #95766D

HEX: #95766D RGB: (149,118,109)

Color info

#95766D contains red, green and blue colors in about the same proportion. Web safe color of #95766D is #996666 (or #966).

RGB color model

#95766D color RGB value is (149,118,109).

RGB: (149,118,109) (58%, 46%, 43%)

RGB channels and saturation

R 149 of 255 = 58%
G 118 of 255 = 46%
B 109 of 255 = 43%

149
118
109

R + G + B ~ 49%. #95766D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 118 + 109 = 376 (100%)
R 149 of 376 ~ 39.63%
G 118 of 376 ~ 31.38%
B 109 of 376 ~ 28.99'%

%39.63
%31.38
%28.99

CMYK color model

#95766D color CMYK value is (0,21,27,42).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 26.85%
  • key color value is 41.57%

CMYK: (0,21,27,42)
C0M21Y27K42 (0%, 21%, 27%, 42%)
(0.00 / 0.21 / 0.27 / 0.42)

CMYK percentages

%0
%20.81
%26.85
%41.57

Codes

Color #95766D in popluar color models

95 76 6D
RGB 149 118 109
HSL 14° 15.87% 50.59%
HSB/HSV 14° 26.85% 58.43%
CMYK 0.00% 20.81% 26.85%
41.57%

Color #95766D in popluar number systems.

HEX 95 76 6D
Decimal 149 118 109
Binary 10010101 1110110 1101101
Octal 225 166 155

Shades and tints

Shades of #95766D

#95766D
(149,118,109)
#886C64
(136,108,100)
#7B625B
(123,98,91)
#6E5852
(110,88,82)
#614E49
(97,78,73)
#544440
(84,68,64)
#473A37
(71,58,55)
#3A302E
(58,48,46)
#2D2625
(45,38,37)
#201C1C
(32,28,28)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #95766D

#95766D
(149,118,109)
#9E827A
(158,130,122)
#A78E87
(167,142,135)
#B09A94
(176,154,148)
#B9A6A1
(185,166,161)
#C2B2AE
(194,178,174)
#CBBEBB
(203,190,187)
#D4CAC8
(212,202,200)
#DDD6D5
(221,214,213)
#E6E2E2
(230,226,226)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95766D color. Also use rgb(149,118,109) instead hex code.

Text Font Color

.myTextColor { color: #95766D; }

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

This text font color is #95766D.

Background Color

.myBgColor { background-color: #95766D; }

<div style="background-color:#95766D">Inner text</div>

This div background color is #95766D.

Border color

.myBorderColor { border: 1px solid #95766D; }

<div style="border:3px solid #95766D">Div</div>

This div border color is #95766D.

Opacity

.myOpacity80 { color: #95766D; opacity: 0.8; }

<p style="color:#95766D;opacity:0.8;">80%</p>

Text with #95766D 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 #95766D;}

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

This text has shadow with #95766D color.


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

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

This text has shadow with #95766D primary color and red secondary color.


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

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

This text has shadow with #95766D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95766D.

Preview

Color preview on black background

This text has color #95766D on black background.


Color preview on white background

This text has color #95766D on white background.


Black color preview on #95766D background

This text has black color on #95766D background.


White color preview on #95766D background

This text has white color on #95766D background.


Related colors

Complementary color

Complementary color for #hex is #6A8992.


I love getcolorcode.com

Triadic colors

1 #6D9576 and #766D95 with #95766D are triadic colors.

2 #6D7695 and #76956D with #95766D are triadic colors.