COLOR #B47637

HEX: #B47637
RGB: (180,118,55)

Renk bilgisi

#B47637 contains mainly red color. #B47637 ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#B47637 color RGB value is (180,118,55).

  • kırmız ton 180;
  • yeşil ton 118;
  • mavi ton 55.
RGB:
(180,118,55)
(71%,46%,22%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 118 of 255 = 46%
B 55 of 255 = 22%

180
118
55

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 118 + 55 = 353 (100%)
R 180 of 353 ~ 50.99%
G 118 of 353 ~ 33.43%
B 55 of 353 ~ 15.58%

%50.99
%33.43
%15.58

CMYK RENK MODELİ

#B47637 rengi CMYK tonu (0,34,69,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.44%
  • sarı tonu 69.44%
  • ana renk tonu 29.41%
CMYK:
(0,34,69,29)
C0M34Y69K29 
(0%,34%,69%,29%)
(0.00/0.34/0.69/0.29)	

CMYK yüzdeleri

%0
%34.44
%69.44
%29.41

Codes

Color #B47637 in popluar color models

B47637
RGB18011855
HSL30°53.19%46.08%
HSB/HSV30°69.44%70.59%
CMYK0.00%34.44%69.44%
29.41%

Color #B47637 in popluar number systems.

HEXB47637
Decimal18011855
Binary101101001110110110111
Octal26416667

Shades and tints

Shades of #B47637

#B47637
(180,118,55)
#A46C32
(164,108,50)
#94622D
(148,98,45)
#845828
(132,88,40)
#744E23
(116,78,35)
#64441E
(100,68,30)
#543A19
(84,58,25)
#443014
(68,48,20)
#34260F
(52,38,15)
#241C0A
(36,28,10)
#141205
(20,18,5)
#000000
(0,0,0)

Tints of #B47637

#B47637
(180,118,55)
#BA8249
(186,130,73)
#C08E5B
(192,142,91)
#C69A6D
(198,154,109)
#CCA67F
(204,166,127)
#D2B291
(210,178,145)
#D8BEA3
(216,190,163)
#DECAB5
(222,202,181)
#E4D6C7
(228,214,199)
#EAE2D9
(234,226,217)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47637 color. Also use rgb(180,118,55) instead hex code.

Text Font Color

.myTextColor { color: #B47637; }

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

This text font color is #B47637.


Background Color

.myBgColor { background-color: #B47637; }

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

This div background color is #B47637.


Border color

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

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

This div border color is #B47637.


Opacity

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

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

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

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

This text has shadow with #B47637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47637 on black background.


Color preview on white background

This text has color #B47637 on white background.



Black color preview on #B47637 background

This text has black color on #B47637 background.


White color preview on #B47637 background

This text has white color on #B47637 background.