COLOR #B47531

HEX: #B47531
RGB: (180,117,49)

Renk bilgisi

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

RGB renk modeli

#B47531 color RGB value is (180,117,49).

  • kırmız ton 180;
  • yeşil ton 117;
  • mavi ton 49.
RGB:
(180,117,49)
(71%,46%,19%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 117 of 255 = 46%
B 49 of 255 = 19%

180
117
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 117 + 49 = 346 (100%)
R 180 of 346 ~ 52.02%
G 117 of 346 ~ 33.82%
B 49 of 346 ~ 14.16%

%52.02
%33.82
%14.16

CMYK RENK MODELİ

#B47531 rengi CMYK tonu (0,35,73,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.00%
  • sarı tonu 72.78%
  • ana renk tonu 29.41%
CMYK:
(0,35,73,29)
C0M35Y73K29 
(0%,35%,73%,29%)
(0.00/0.35/0.73/0.29)	

CMYK yüzdeleri

%0
%35
%72.78
%29.41

Codes

Color #B47531 in popluar color models

B47531
RGB18011749
HSL31°57.21%44.90%
HSB/HSV31°72.78%70.59%
CMYK0.00%35.00%72.78%
29.41%

Color #B47531 in popluar number systems.

HEXB47531
Decimal18011749
Binary101101001110101110001
Octal26416561

Shades and tints

Shades of #B47531

#B47531
(180,117,49)
#A46B2D
(164,107,45)
#946129
(148,97,41)
#845725
(132,87,37)
#744D21
(116,77,33)
#64431D
(100,67,29)
#543919
(84,57,25)
#442F15
(68,47,21)
#342511
(52,37,17)
#241B0D
(36,27,13)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #B47531

#B47531
(180,117,49)
#BA8143
(186,129,67)
#C08D55
(192,141,85)
#C69967
(198,153,103)
#CCA579
(204,165,121)
#D2B18B
(210,177,139)
#D8BD9D
(216,189,157)
#DEC9AF
(222,201,175)
#E4D5C1
(228,213,193)
#EAE1D3
(234,225,211)
#F0EDE5
(240,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47531 color. Also use rgb(180,117,49) instead hex code.

Text Font Color

.myTextColor { color: #B47531; }

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

This text font color is #B47531.


Background Color

.myBgColor { background-color: #B47531; }

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

This div background color is #B47531.


Border color

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

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

This div border color is #B47531.


Opacity

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

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

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

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

This text has shadow with #B47531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47531 on black background.


Color preview on white background

This text has color #B47531 on white background.



Black color preview on #B47531 background

This text has black color on #B47531 background.


White color preview on #B47531 background

This text has white color on #B47531 background.