COLOR #957D7F

HEX: #957D7F
RGB: (149,125,127)

Renk bilgisi

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

RGB renk modeli

#957D7F color RGB value is (149,125,127).

  • kırmız ton 149;
  • yeşil ton 125;
  • mavi ton 127.
RGB:
(149,125,127)
(58%,49%,50%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 125 of 255 = 49%
B 127 of 255 = 50%

149
125
127

R + G + B ~ 52%. #957D7F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 125 + 127 = 401 (100%)
R 149 of 401 ~ 37.16%
G 125 of 401 ~ 31.17%
B 127 of 401 ~ 31.67%

%37.16
%31.17
%31.67

CMYK RENK MODELİ

#957D7F rengi CMYK tonu (0,16,15,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.11%
  • sarı tonu 14.77%
  • ana renk tonu 41.57%
CMYK:
(0,16,15,42)
C0M16Y15K42 
(0%,16%,15%,42%)
(0.00/0.16/0.15/0.42)	

CMYK yüzdeleri

%0
%16.11
%14.77
%41.57

Codes

Color #957D7F in popluar color models

957D7F
RGB149125127
HSL355°10.17%53.73%
HSB/HSV355°16.11%58.43%
CMYK0.00%16.11%14.77%
41.57%

Color #957D7F in popluar number systems.

HEX957D7F
Decimal149125127
Binary1001010111111011111111
Octal225175177

Shades and tints

Shades of #957D7F

#957D7F
(149,125,127)
#887274
(136,114,116)
#7B6769
(123,103,105)
#6E5C5E
(110,92,94)
#615153
(97,81,83)
#544648
(84,70,72)
#473B3D
(71,59,61)
#3A3032
(58,48,50)
#2D2527
(45,37,39)
#201A1C
(32,26,28)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #957D7F

#957D7F
(149,125,127)
#9E888A
(158,136,138)
#A79395
(167,147,149)
#B09EA0
(176,158,160)
#B9A9AB
(185,169,171)
#C2B4B6
(194,180,182)
#CBBFC1
(203,191,193)
#D4CACC
(212,202,204)
#DDD5D7
(221,213,215)
#E6E0E2
(230,224,226)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957D7F color. Also use rgb(149,125,127) instead hex code.

Text Font Color

.myTextColor { color: #957D7F; }

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

This text font color is #957D7F.


Background Color

.myBgColor { background-color: #957D7F; }

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

This div background color is #957D7F.


Border color

.myBorderColor { border: 1px solid #957D7F; }

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

This div border color is #957D7F.


Opacity

.myOpacity80 { color: #957D7F; opacity: 0.8; }

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

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

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

This text has shadow with #957D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957D7F on black background.


Color preview on white background

This text has color #957D7F on white background.



Black color preview on #957D7F background

This text has black color on #957D7F background.


White color preview on #957D7F background

This text has white color on #957D7F background.