COLOR #957C6B

HEX: #957C6B
RGB: (149,124,107)

Renk bilgisi

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

RGB renk modeli

#957C6B color RGB value is (149,124,107).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 124 of 255 = 49%
B 107 of 255 = 42%

149
124
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 124 + 107 = 380 (100%)
R 149 of 380 ~ 39.21%
G 124 of 380 ~ 32.63%
B 107 of 380 ~ 28.16%

%39.21
%32.63
%28.16

CMYK RENK MODELİ

#957C6B rengi CMYK tonu (0,17,28,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.78%
  • sarı tonu 28.19%
  • ana renk tonu 41.57%
CMYK:
(0,17,28,42)
C0M17Y28K42 
(0%,17%,28%,42%)
(0.00/0.17/0.28/0.42)	

CMYK yüzdeleri

%0
%16.78
%28.19
%41.57

Codes

Color #957C6B in popluar color models

957C6B
RGB149124107
HSL24°16.54%50.20%
HSB/HSV24°28.19%58.43%
CMYK0.00%16.78%28.19%
41.57%

Color #957C6B in popluar number systems.

HEX957C6B
Decimal149124107
Binary1001010111111001101011
Octal225174153

Shades and tints

Shades of #957C6B

#957C6B
(149,124,107)
#887162
(136,113,98)
#7B6659
(123,102,89)
#6E5B50
(110,91,80)
#615047
(97,80,71)
#54453E
(84,69,62)
#473A35
(71,58,53)
#3A2F2C
(58,47,44)
#2D2423
(45,36,35)
#20191A
(32,25,26)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #957C6B

#957C6B
(149,124,107)
#9E8778
(158,135,120)
#A79285
(167,146,133)
#B09D92
(176,157,146)
#B9A89F
(185,168,159)
#C2B3AC
(194,179,172)
#CBBEB9
(203,190,185)
#D4C9C6
(212,201,198)
#DDD4D3
(221,212,211)
#E6DFE0
(230,223,224)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957C6B color. Also use rgb(149,124,107) instead hex code.

Text Font Color

.myTextColor { color: #957C6B; }

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

This text font color is #957C6B.


Background Color

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

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

This div background color is #957C6B.


Border color

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

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

This div border color is #957C6B.


Opacity

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

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

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

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

This text has shadow with #957C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957C6B on black background.


Color preview on white background

This text has color #957C6B on white background.



Black color preview on #957C6B background

This text has black color on #957C6B background.


White color preview on #957C6B background

This text has white color on #957C6B background.