COLOR #957B63

HEX: #957B63
RGB: (149,123,99)

Renk bilgisi

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

RGB renk modeli

#957B63 color RGB value is (149,123,99).

  • kırmız ton 149;
  • yeşil ton 123;
  • mavi ton 99.
RGB:
(149,123,99)
(58%,48%,39%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 123 of 255 = 48%
B 99 of 255 = 39%

149
123
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 123 + 99 = 371 (100%)
R 149 of 371 ~ 40.16%
G 123 of 371 ~ 33.15%
B 99 of 371 ~ 26.68%

%40.16
%33.15
%26.68

CMYK RENK MODELİ

#957B63 rengi CMYK tonu (0,17,34,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.45%
  • sarı tonu 33.56%
  • ana renk tonu 41.57%
CMYK:
(0,17,34,42)
C0M17Y34K42 
(0%,17%,34%,42%)
(0.00/0.17/0.34/0.42)	

CMYK yüzdeleri

%0
%17.45
%33.56
%41.57

Codes

Color #957B63 in popluar color models

957B63
RGB14912399
HSL29°20.16%48.63%
HSB/HSV29°33.56%58.43%
CMYK0.00%17.45%33.56%
41.57%

Color #957B63 in popluar number systems.

HEX957B63
Decimal14912399
Binary1001010111110111100011
Octal225173143

Shades and tints

Shades of #957B63

#957B63
(149,123,99)
#88705A
(136,112,90)
#7B6551
(123,101,81)
#6E5A48
(110,90,72)
#614F3F
(97,79,63)
#544436
(84,68,54)
#47392D
(71,57,45)
#3A2E24
(58,46,36)
#2D231B
(45,35,27)
#201812
(32,24,18)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #957B63

#957B63
(149,123,99)
#9E8771
(158,135,113)
#A7937F
(167,147,127)
#B09F8D
(176,159,141)
#B9AB9B
(185,171,155)
#C2B7A9
(194,183,169)
#CBC3B7
(203,195,183)
#D4CFC5
(212,207,197)
#DDDBD3
(221,219,211)
#E6E7E1
(230,231,225)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957B63 color. Also use rgb(149,123,99) instead hex code.

Text Font Color

.myTextColor { color: #957B63; }

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

This text font color is #957B63.


Background Color

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

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

This div background color is #957B63.


Border color

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

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

This div border color is #957B63.


Opacity

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

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

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

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

This text has shadow with #957B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957B63 on black background.


Color preview on white background

This text has color #957B63 on white background.



Black color preview on #957B63 background

This text has black color on #957B63 background.


White color preview on #957B63 background

This text has white color on #957B63 background.