COLOR #956C76

HEX: #956C76
RGB: (149,108,118)

Renk bilgisi

#956C76 contains red, green and blue colors in about the same proportion. #956C76 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#956C76 color RGB value is (149,108,118).

  • kırmız ton 149;
  • yeşil ton 108;
  • mavi ton 118.
RGB:
(149,108,118)
(58%,42%,46%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 108 of 255 = 42%
B 118 of 255 = 46%

149
108
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 108 + 118 = 375 (100%)
R 149 of 375 ~ 39.73%
G 108 of 375 ~ 28.8%
B 118 of 375 ~ 31.47%

%39.73
%28.8
%31.47

CMYK RENK MODELİ

#956C76 rengi CMYK tonu (0,28,21,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.52%
  • sarı tonu 20.81%
  • ana renk tonu 41.57%
CMYK:
(0,28,21,42)
C0M28Y21K42 
(0%,28%,21%,42%)
(0.00/0.28/0.21/0.42)	

CMYK yüzdeleri

%0
%27.52
%20.81
%41.57

Codes

Color #956C76 in popluar color models

956C76
RGB149108118
HSL345°16.21%50.39%
HSB/HSV345°27.52%58.43%
CMYK0.00%27.52%20.81%
41.57%

Color #956C76 in popluar number systems.

HEX956C76
Decimal149108118
Binary1001010111011001110110
Octal225154166

Shades and tints

Shades of #956C76

#956C76
(149,108,118)
#88636C
(136,99,108)
#7B5A62
(123,90,98)
#6E5158
(110,81,88)
#61484E
(97,72,78)
#543F44
(84,63,68)
#47363A
(71,54,58)
#3A2D30
(58,45,48)
#2D2426
(45,36,38)
#201B1C
(32,27,28)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #956C76

#956C76
(149,108,118)
#9E7982
(158,121,130)
#A7868E
(167,134,142)
#B0939A
(176,147,154)
#B9A0A6
(185,160,166)
#C2ADB2
(194,173,178)
#CBBABE
(203,186,190)
#D4C7CA
(212,199,202)
#DDD4D6
(221,212,214)
#E6E1E2
(230,225,226)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956C76 color. Also use rgb(149,108,118) instead hex code.

Text Font Color

.myTextColor { color: #956C76; }

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

This text font color is #956C76.


Background Color

.myBgColor { background-color: #956C76; }

<div style="background-color:#956C76">Inner text</div>

This div background color is #956C76.


Border color

.myBorderColor { border: 1px solid #956C76; }

<div style="border:3px solid #956C76">Div</div>

This div border color is #956C76.


Opacity

.myOpacity80 { color: #956C76; opacity: 0.8; }

<p style="color:#956C76;opacity:0.8;">80%</p>

Text with #956C76 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 #956C76;}

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

This text has shadow with #956C76 color.

.textShadow {text-shadow: 3px 3px 1px #956C76, 3px 3px 1px red;}

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

This text has shadow with #956C76 primary color and red secondary color.


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

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

This text has shadow with #956C76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956C76 on black background.


Color preview on white background

This text has color #956C76 on white background.



Black color preview on #956C76 background

This text has black color on #956C76 background.


White color preview on #956C76 background

This text has white color on #956C76 background.