COLOR #B37563

HEX: #B37563
RGB: (179,117,99)

Renk bilgisi

#B37563 contains mainly red color. #B37563 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#B37563 color RGB value is (179,117,99).

  • kırmız ton 179;
  • yeşil ton 117;
  • mavi ton 99.
RGB:
(179,117,99)
(70%,46%,39%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 117 of 255 = 46%
B 99 of 255 = 39%

179
117
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 117 + 99 = 395 (100%)
R 179 of 395 ~ 45.32%
G 117 of 395 ~ 29.62%
B 99 of 395 ~ 25.06%

%45.32
%29.62
%25.06

CMYK RENK MODELİ

#B37563 rengi CMYK tonu (0,35,45,30).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.64%
  • sarı tonu 44.69%
  • ana renk tonu 29.80%
CMYK:
(0,35,45,30)
C0M35Y45K30 
(0%,35%,45%,30%)
(0.00/0.35/0.45/0.30)	

CMYK yüzdeleri

%0
%34.64
%44.69
%29.8

Codes

Color #B37563 in popluar color models

B37563
RGB17911799
HSL14°34.48%54.51%
HSB/HSV14°44.69%70.20%
CMYK0.00%34.64%44.69%
29.80%

Color #B37563 in popluar number systems.

HEXB37563
Decimal17911799
Binary1011001111101011100011
Octal263165143

Shades and tints

Shades of #B37563

#B37563
(179,117,99)
#A36B5A
(163,107,90)
#936151
(147,97,81)
#835748
(131,87,72)
#734D3F
(115,77,63)
#634336
(99,67,54)
#53392D
(83,57,45)
#432F24
(67,47,36)
#33251B
(51,37,27)
#231B12
(35,27,18)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #B37563

#B37563
(179,117,99)
#B98171
(185,129,113)
#BF8D7F
(191,141,127)
#C5998D
(197,153,141)
#CBA59B
(203,165,155)
#D1B1A9
(209,177,169)
#D7BDB7
(215,189,183)
#DDC9C5
(221,201,197)
#E3D5D3
(227,213,211)
#E9E1E1
(233,225,225)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37563 color. Also use rgb(179,117,99) instead hex code.

Text Font Color

.myTextColor { color: #B37563; }

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

This text font color is #B37563.


Background Color

.myBgColor { background-color: #B37563; }

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

This div background color is #B37563.


Border color

.myBorderColor { border: 1px solid #B37563; }

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

This div border color is #B37563.


Opacity

.myOpacity80 { color: #B37563; opacity: 0.8; }

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

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

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

This text has shadow with #B37563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37563 on black background.


Color preview on white background

This text has color #B37563 on white background.



Black color preview on #B37563 background

This text has black color on #B37563 background.


White color preview on #B37563 background

This text has white color on #B37563 background.