COLOR #956676

HEX: #956676
RGB: (149,102,118)

Renk bilgisi

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

RGB renk modeli

#956676 color RGB value is (149,102,118).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 102 of 255 = 40%
B 118 of 255 = 46%

149
102
118

R + G + B ~ 48%. #956676 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 102 + 118 = 369 (100%)
R 149 of 369 ~ 40.38%
G 102 of 369 ~ 27.64%
B 118 of 369 ~ 31.98%

%40.38
%27.64
%31.98

CMYK RENK MODELİ

#956676 rengi CMYK tonu (0,32,21,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.54%
  • sarı tonu 20.81%
  • ana renk tonu 41.57%
CMYK:
(0,32,21,42)
C0M32Y21K42 
(0%,32%,21%,42%)
(0.00/0.32/0.21/0.42)	

CMYK yüzdeleri

%0
%31.54
%20.81
%41.57

Codes

Color #956676 in popluar color models

956676
RGB149102118
HSL340°18.73%49.22%
HSB/HSV340°31.54%58.43%
CMYK0.00%31.54%20.81%
41.57%

Color #956676 in popluar number systems.

HEX956676
Decimal149102118
Binary1001010111001101110110
Octal225146166

Shades and tints

Shades of #956676

#956676
(149,102,118)
#885D6C
(136,93,108)
#7B5462
(123,84,98)
#6E4B58
(110,75,88)
#61424E
(97,66,78)
#543944
(84,57,68)
#47303A
(71,48,58)
#3A2730
(58,39,48)
#2D1E26
(45,30,38)
#20151C
(32,21,28)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #956676

#956676
(149,102,118)
#9E7382
(158,115,130)
#A7808E
(167,128,142)
#B08D9A
(176,141,154)
#B99AA6
(185,154,166)
#C2A7B2
(194,167,178)
#CBB4BE
(203,180,190)
#D4C1CA
(212,193,202)
#DDCED6
(221,206,214)
#E6DBE2
(230,219,226)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956676; }

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

This text font color is #956676.


Background Color

.myBgColor { background-color: #956676; }

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

This div background color is #956676.


Border color

.myBorderColor { border: 1px solid #956676; }

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

This div border color is #956676.


Opacity

.myOpacity80 { color: #956676; opacity: 0.8; }

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

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

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

This text has shadow with #956676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956676 on black background.


Color preview on white background

This text has color #956676 on white background.



Black color preview on #956676 background

This text has black color on #956676 background.


White color preview on #956676 background

This text has white color on #956676 background.