COLOR #957D6A

HEX: #957D6A
RGB: (149,125,106)

Renk bilgisi

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

RGB renk modeli

#957D6A color RGB value is (149,125,106).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 125 of 255 = 49%
B 106 of 255 = 42%

149
125
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 125 + 106 = 380 (100%)
R 149 of 380 ~ 39.21%
G 125 of 380 ~ 32.89%
B 106 of 380 ~ 27.89%

%39.21
%32.89
%27.89

CMYK RENK MODELİ

#957D6A rengi CMYK tonu (0,16,29,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.11%
  • sarı tonu 28.86%
  • ana renk tonu 41.57%
CMYK:
(0,16,29,42)
C0M16Y29K42 
(0%,16%,29%,42%)
(0.00/0.16/0.29/0.42)	

CMYK yüzdeleri

%0
%16.11
%28.86
%41.57

Codes

Color #957D6A in popluar color models

957D6A
RGB149125106
HSL27°16.86%50.00%
HSB/HSV27°28.86%58.43%
CMYK0.00%16.11%28.86%
41.57%

Color #957D6A in popluar number systems.

HEX957D6A
Decimal149125106
Binary1001010111111011101010
Octal225175152

Shades and tints

Shades of #957D6A

#957D6A
(149,125,106)
#887261
(136,114,97)
#7B6758
(123,103,88)
#6E5C4F
(110,92,79)
#615146
(97,81,70)
#54463D
(84,70,61)
#473B34
(71,59,52)
#3A302B
(58,48,43)
#2D2522
(45,37,34)
#201A19
(32,26,25)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #957D6A

#957D6A
(149,125,106)
#9E8877
(158,136,119)
#A79384
(167,147,132)
#B09E91
(176,158,145)
#B9A99E
(185,169,158)
#C2B4AB
(194,180,171)
#CBBFB8
(203,191,184)
#D4CAC5
(212,202,197)
#DDD5D2
(221,213,210)
#E6E0DF
(230,224,223)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957D6A; }

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

This text font color is #957D6A.


Background Color

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

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

This div background color is #957D6A.


Border color

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

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

This div border color is #957D6A.


Opacity

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

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

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

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

This text has shadow with #957D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957D6A on black background.


Color preview on white background

This text has color #957D6A on white background.



Black color preview on #957D6A background

This text has black color on #957D6A background.


White color preview on #957D6A background

This text has white color on #957D6A background.