COLOR #B27329

HEX: #B27329
RGB: (178,115,41)

Color info

#B27329 contains mainly red color. Web safe color of #B27329 is #996633 (or #963).

RGB color model

#B27329 color RGB value is (178,115,41).

  • red value is 178;
  • green value is 115;
  • blue value is 41.
RGB:
(178,115,41)
(70%,45%,16%)

RGB channels and saturation

R 178 of 255 = 70%
G 115 of 255 = 45%
B 41 of 255 = 16%

178
115
41

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

Portions of RGB colors in percentages

R + G + B =
178 + 115 + 41 = 334 (100%)
R 178 of 334 ~ 53.29%
G 115 of 334 ~ 34.43%
B 41 of 334 ~ 12.28%

%53.29
%34.43
%12.28

CMYK color model

#B27329 color CMYK value is (0,35,77,30).

  • cyan value is 0.00%
  • magenta value is 35.39%
  • yellow value is 76.97%
  • key color value is 30.20%
CMYK:
(0,35,77,30)
C0M35Y77K30 
(0%,35%,77%,30%)
(0.00/0.35/0.77/0.30)	

CMYK percentages

%0
%35.39
%76.97
%30.2

Codes

Color #B27329 in popluar color models

B27329
RGB17811541
HSL32°62.56%42.94%
HSB/HSV32°76.97%69.80%
CMYK0.00%35.39%76.97%
30.20%

Color #B27329 in popluar number systems.

HEXB27329
Decimal17811541
Binary101100101110011101001
Octal26216351

Shades and tints

Shades of #B27329

#B27329
(178,115,41)
#A26926
(162,105,38)
#925F23
(146,95,35)
#825520
(130,85,32)
#724B1D
(114,75,29)
#62411A
(98,65,26)
#523717
(82,55,23)
#422D14
(66,45,20)
#322311
(50,35,17)
#22190E
(34,25,14)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #B27329

#B27329
(178,115,41)
#B97F3C
(185,127,60)
#C08B4F
(192,139,79)
#C79762
(199,151,98)
#CEA375
(206,163,117)
#D5AF88
(213,175,136)
#DCBB9B
(220,187,155)
#E3C7AE
(227,199,174)
#EAD3C1
(234,211,193)
#F1DFD4
(241,223,212)
#F8EBE7
(248,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B27329 color. Also use rgb(178,115,41) instead hex code.

Text Font Color

.myTextColor { color: #B27329; }

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

This text font color is #B27329.


Background Color

.myBgColor { background-color: #B27329; }

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

This div background color is #B27329.


Border color

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

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

This div border color is #B27329.


Opacity

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

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

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

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

This text has shadow with #B27329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27329 on black background.


Color preview on white background

This text has color #B27329 on white background.



Black color preview on #B27329 background

This text has black color on #B27329 background.


White color preview on #B27329 background

This text has white color on #B27329 background.