COLOR #B38728

HEX: #B38728
RGB: (179,135,40)

Color info

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

RGB color model

#B38728 color RGB value is (179,135,40).

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

RGB channels and saturation

R 179 of 255 = 70%
G 135 of 255 = 53%
B 40 of 255 = 16%

179
135
40

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

Portions of RGB colors in percentages

R + G + B =
179 + 135 + 40 = 354 (100%)
R 179 of 354 ~ 50.56%
G 135 of 354 ~ 38.14%
B 40 of 354 ~ 11.3%

%50.56
%38.14
%11.3

CMYK color model

#B38728 color CMYK value is (0,25,78,30).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 77.65%
  • key color value is 29.80%
CMYK:
(0,25,78,30)
C0M25Y78K30 
(0%,25%,78%,30%)
(0.00/0.25/0.78/0.30)	

CMYK percentages

%0
%24.58
%77.65
%29.8

Codes

Color #B38728 in popluar color models

B38728
RGB17913540
HSL41°63.47%42.94%
HSB/HSV41°77.65%70.20%
CMYK0.00%24.58%77.65%
29.80%

Color #B38728 in popluar number systems.

HEXB38728
Decimal17913540
Binary1011001110000111101000
Octal26320750

Shades and tints

Shades of #B38728

#B38728
(179,135,40)
#A37B25
(163,123,37)
#936F22
(147,111,34)
#83631F
(131,99,31)
#73571C
(115,87,28)
#634B19
(99,75,25)
#533F16
(83,63,22)
#433313
(67,51,19)
#332710
(51,39,16)
#231B0D
(35,27,13)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #B38728

#B38728
(179,135,40)
#B9913B
(185,145,59)
#BF9B4E
(191,155,78)
#C5A561
(197,165,97)
#CBAF74
(203,175,116)
#D1B987
(209,185,135)
#D7C39A
(215,195,154)
#DDCDAD
(221,205,173)
#E3D7C0
(227,215,192)
#E9E1D3
(233,225,211)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38728; }

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

This text font color is #B38728.


Background Color

.myBgColor { background-color: #B38728; }

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

This div background color is #B38728.


Border color

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

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

This div border color is #B38728.


Opacity

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

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

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

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

This text has shadow with #B38728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38728 on black background.


Color preview on white background

This text has color #B38728 on white background.



Black color preview on #B38728 background

This text has black color on #B38728 background.


White color preview on #B38728 background

This text has white color on #B38728 background.