COLOR #957076

HEX: #957076
RGB: (149,112,118)

Renk bilgisi

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

RGB renk modeli

#957076 color RGB value is (149,112,118).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 112 of 255 = 44%
B 118 of 255 = 46%

149
112
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 112 + 118 = 379 (100%)
R 149 of 379 ~ 39.31%
G 112 of 379 ~ 29.55%
B 118 of 379 ~ 31.13%

%39.31
%29.55
%31.13

CMYK RENK MODELİ

#957076 rengi CMYK tonu (0,25,21,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.83%
  • sarı tonu 20.81%
  • ana renk tonu 41.57%
CMYK:
(0,25,21,42)
C0M25Y21K42 
(0%,25%,21%,42%)
(0.00/0.25/0.21/0.42)	

CMYK yüzdeleri

%0
%24.83
%20.81
%41.57

Codes

Color #957076 in popluar color models

957076
RGB149112118
HSL350°14.86%51.18%
HSB/HSV350°24.83%58.43%
CMYK0.00%24.83%20.81%
41.57%

Color #957076 in popluar number systems.

HEX957076
Decimal149112118
Binary1001010111100001110110
Octal225160166

Shades and tints

Shades of #957076

#957076
(149,112,118)
#88666C
(136,102,108)
#7B5C62
(123,92,98)
#6E5258
(110,82,88)
#61484E
(97,72,78)
#543E44
(84,62,68)
#47343A
(71,52,58)
#3A2A30
(58,42,48)
#2D2026
(45,32,38)
#20161C
(32,22,28)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #957076

#957076
(149,112,118)
#9E7D82
(158,125,130)
#A78A8E
(167,138,142)
#B0979A
(176,151,154)
#B9A4A6
(185,164,166)
#C2B1B2
(194,177,178)
#CBBEBE
(203,190,190)
#D4CBCA
(212,203,202)
#DDD8D6
(221,216,214)
#E6E5E2
(230,229,226)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957076; }

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

This text font color is #957076.


Background Color

.myBgColor { background-color: #957076; }

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

This div background color is #957076.


Border color

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

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

This div border color is #957076.


Opacity

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

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

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

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

This text has shadow with #957076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957076 on black background.


Color preview on white background

This text has color #957076 on white background.



Black color preview on #957076 background

This text has black color on #957076 background.


White color preview on #957076 background

This text has white color on #957076 background.