COLOR #9B7376

HEX: #9B7376
RGB: (155,115,118)

Renk bilgisi

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

RGB renk modeli

#9B7376 color RGB value is (155,115,118).

  • kırmız ton 155;
  • yeşil ton 115;
  • mavi ton 118.
RGB:
(155,115,118)
(61%,45%,46%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 115 of 255 = 45%
B 118 of 255 = 46%

155
115
118

R + G + B ~ 51%. #9B7376 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 115 + 118 = 388 (100%)
R 155 of 388 ~ 39.95%
G 115 of 388 ~ 29.64%
B 118 of 388 ~ 30.41%

%39.95
%29.64
%30.41

CMYK RENK MODELİ

#9B7376 rengi CMYK tonu (0,26,24,39).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.81%
  • sarı tonu 23.87%
  • ana renk tonu 39.22%
CMYK:
(0,26,24,39)
C0M26Y24K39 
(0%,26%,24%,39%)
(0.00/0.26/0.24/0.39)	

CMYK yüzdeleri

%0
%25.81
%23.87
%39.22

Codes

Color #9B7376 in popluar color models

9B7376
RGB155115118
HSL356°16.67%52.94%
HSB/HSV356°25.81%60.78%
CMYK0.00%25.81%23.87%
39.22%

Color #9B7376 in popluar number systems.

HEX9B7376
Decimal155115118
Binary1001101111100111110110
Octal233163166

Shades and tints

Shades of #9B7376

#9B7376
(155,115,118)
#8D696C
(141,105,108)
#7F5F62
(127,95,98)
#715558
(113,85,88)
#634B4E
(99,75,78)
#554144
(85,65,68)
#47373A
(71,55,58)
#392D30
(57,45,48)
#2B2326
(43,35,38)
#1D191C
(29,25,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #9B7376

#9B7376
(155,115,118)
#A47F82
(164,127,130)
#AD8B8E
(173,139,142)
#B6979A
(182,151,154)
#BFA3A6
(191,163,166)
#C8AFB2
(200,175,178)
#D1BBBE
(209,187,190)
#DAC7CA
(218,199,202)
#E3D3D6
(227,211,214)
#ECDFE2
(236,223,226)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7376 color. Also use rgb(155,115,118) instead hex code.

Text Font Color

.myTextColor { color: #9B7376; }

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

This text font color is #9B7376.


Background Color

.myBgColor { background-color: #9B7376; }

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

This div background color is #9B7376.


Border color

.myBorderColor { border: 1px solid #9B7376; }

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

This div border color is #9B7376.


Opacity

.myOpacity80 { color: #9B7376; opacity: 0.8; }

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

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

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

This text has shadow with #9B7376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7376 on black background.


Color preview on white background

This text has color #9B7376 on white background.



Black color preview on #9B7376 background

This text has black color on #9B7376 background.


White color preview on #9B7376 background

This text has white color on #9B7376 background.