COLOR #B28346

HEX: #B28346
RGB: (178,131,70)

Color info

#B28346 contains mainly red and green colors. Web safe color of #B28346 is #999933 (or #993).

RGB color model

#B28346 color RGB value is (178,131,70).

  • red value is 178;
  • green value is 131;
  • blue value is 70.
RGB:
(178,131,70)
(70%,51%,27%)

RGB channels and saturation

R 178 of 255 = 70%
G 131 of 255 = 51%
B 70 of 255 = 27%

178
131
70

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

Portions of RGB colors in percentages

R + G + B =
178 + 131 + 70 = 379 (100%)
R 178 of 379 ~ 46.97%
G 131 of 379 ~ 34.56%
B 70 of 379 ~ 18.47%

%46.97
%34.56
%18.47

CMYK color model

#B28346 color CMYK value is (0,26,61,30).

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 60.67%
  • key color value is 30.20%
CMYK:
(0,26,61,30)
C0M26Y61K30 
(0%,26%,61%,30%)
(0.00/0.26/0.61/0.30)	

CMYK percentages

%0
%26.4
%60.67
%30.2

Codes

Color #B28346 in popluar color models

B28346
RGB17813170
HSL34°43.55%48.63%
HSB/HSV34°60.67%69.80%
CMYK0.00%26.40%60.67%
30.20%

Color #B28346 in popluar number systems.

HEXB28346
Decimal17813170
Binary10110010100000111000110
Octal262203106

Shades and tints

Shades of #B28346

#B28346
(178,131,70)
#A27840
(162,120,64)
#926D3A
(146,109,58)
#826234
(130,98,52)
#72572E
(114,87,46)
#624C28
(98,76,40)
#524122
(82,65,34)
#42361C
(66,54,28)
#322B16
(50,43,22)
#222010
(34,32,16)
#12150A
(18,21,10)
#000000
(0,0,0)

Tints of #B28346

#B28346
(178,131,70)
#B98E56
(185,142,86)
#C09966
(192,153,102)
#C7A476
(199,164,118)
#CEAF86
(206,175,134)
#D5BA96
(213,186,150)
#DCC5A6
(220,197,166)
#E3D0B6
(227,208,182)
#EADBC6
(234,219,198)
#F1E6D6
(241,230,214)
#F8F1E6
(248,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28346 color. Also use rgb(178,131,70) instead hex code.

Text Font Color

.myTextColor { color: #B28346; }

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

This text font color is #B28346.


Background Color

.myBgColor { background-color: #B28346; }

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

This div background color is #B28346.


Border color

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

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

This div border color is #B28346.


Opacity

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

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

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

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

This text has shadow with #B28346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28346 on black background.


Color preview on white background

This text has color #B28346 on white background.



Black color preview on #B28346 background

This text has black color on #B28346 background.


White color preview on #B28346 background

This text has white color on #B28346 background.