COLOR #B38328

HEX: #B38328
RGB: (179,131,40)

Color info

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

RGB color model

#B38328 color RGB value is (179,131,40).

  • red value is 179;
  • green value is 131;
  • blue value is 40.
RGB:
(179,131,40)
(70%,51%,16%)

RGB channels and saturation

R 179 of 255 = 70%
G 131 of 255 = 51%
B 40 of 255 = 16%

179
131
40

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

Portions of RGB colors in percentages

R + G + B =
179 + 131 + 40 = 350 (100%)
R 179 of 350 ~ 51.14%
G 131 of 350 ~ 37.43%
B 40 of 350 ~ 11.43%

%51.14
%37.43
%11.43

CMYK color model

#B38328 color CMYK value is (0,27,78,30).

  • cyan value is 0.00%
  • magenta value is 26.82%
  • yellow value is 77.65%
  • key color value is 29.80%
CMYK:
(0,27,78,30)
C0M27Y78K30 
(0%,27%,78%,30%)
(0.00/0.27/0.78/0.30)	

CMYK percentages

%0
%26.82
%77.65
%29.8

Codes

Color #B38328 in popluar color models

B38328
RGB17913140
HSL39°63.47%42.94%
HSB/HSV39°77.65%70.20%
CMYK0.00%26.82%77.65%
29.80%

Color #B38328 in popluar number systems.

HEXB38328
Decimal17913140
Binary1011001110000011101000
Octal26320350

Shades and tints

Shades of #B38328

#B38328
(179,131,40)
#A37825
(163,120,37)
#936D22
(147,109,34)
#83621F
(131,98,31)
#73571C
(115,87,28)
#634C19
(99,76,25)
#534116
(83,65,22)
#433613
(67,54,19)
#332B10
(51,43,16)
#23200D
(35,32,13)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #B38328

#B38328
(179,131,40)
#B98E3B
(185,142,59)
#BF994E
(191,153,78)
#C5A461
(197,164,97)
#CBAF74
(203,175,116)
#D1BA87
(209,186,135)
#D7C59A
(215,197,154)
#DDD0AD
(221,208,173)
#E3DBC0
(227,219,192)
#E9E6D3
(233,230,211)
#EFF1E6
(239,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38328 color. Also use rgb(179,131,40) instead hex code.

Text Font Color

.myTextColor { color: #B38328; }

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

This text font color is #B38328.


Background Color

.myBgColor { background-color: #B38328; }

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

This div background color is #B38328.


Border color

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

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

This div border color is #B38328.


Opacity

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

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

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

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

This text has shadow with #B38328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38328 on black background.


Color preview on white background

This text has color #B38328 on white background.



Black color preview on #B38328 background

This text has black color on #B38328 background.


White color preview on #B38328 background

This text has white color on #B38328 background.