COLOR #B38C3F

HEX: #B38C3F
RGB: (179,140,63)

Color info

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

RGB color model

#B38C3F color RGB value is (179,140,63).

  • red value is 179;
  • green value is 140;
  • blue value is 63.
RGB:
(179,140,63)
(70%,55%,25%)

RGB channels and saturation

R 179 of 255 = 70%
G 140 of 255 = 55%
B 63 of 255 = 25%

179
140
63

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

Portions of RGB colors in percentages

R + G + B =
179 + 140 + 63 = 382 (100%)
R 179 of 382 ~ 46.86%
G 140 of 382 ~ 36.65%
B 63 of 382 ~ 16.49%

%46.86
%36.65
%16.49

CMYK color model

#B38C3F color CMYK value is (0,22,65,30).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 64.80%
  • key color value is 29.80%
CMYK:
(0,22,65,30)
C0M22Y65K30 
(0%,22%,65%,30%)
(0.00/0.22/0.65/0.30)	

CMYK percentages

%0
%21.79
%64.8
%29.8

Codes

Color #B38C3F in popluar color models

B38C3F
RGB17914063
HSL40°47.93%47.45%
HSB/HSV40°64.80%70.20%
CMYK0.00%21.79%64.80%
29.80%

Color #B38C3F in popluar number systems.

HEXB38C3F
Decimal17914063
Binary1011001110001100111111
Octal26321477

Shades and tints

Shades of #B38C3F

#B38C3F
(179,140,63)
#A3803A
(163,128,58)
#937435
(147,116,53)
#836830
(131,104,48)
#735C2B
(115,92,43)
#635026
(99,80,38)
#534421
(83,68,33)
#43381C
(67,56,28)
#332C17
(51,44,23)
#232012
(35,32,18)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #B38C3F

#B38C3F
(179,140,63)
#B99650
(185,150,80)
#BFA061
(191,160,97)
#C5AA72
(197,170,114)
#CBB483
(203,180,131)
#D1BE94
(209,190,148)
#D7C8A5
(215,200,165)
#DDD2B6
(221,210,182)
#E3DCC7
(227,220,199)
#E9E6D8
(233,230,216)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38C3F color. Also use rgb(179,140,63) instead hex code.

Text Font Color

.myTextColor { color: #B38C3F; }

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

This text font color is #B38C3F.


Background Color

.myBgColor { background-color: #B38C3F; }

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

This div background color is #B38C3F.


Border color

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

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

This div border color is #B38C3F.


Opacity

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

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

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

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

This text has shadow with #B38C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38C3F on black background.


Color preview on white background

This text has color #B38C3F on white background.



Black color preview on #B38C3F background

This text has black color on #B38C3F background.


White color preview on #B38C3F background

This text has white color on #B38C3F background.