COLOR #B38C4D

HEX: #B38C4D
RGB: (179,140,77)

Color info

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

RGB color model

#B38C4D color RGB value is (179,140,77).

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

RGB channels and saturation

R 179 of 255 = 70%
G 140 of 255 = 55%
B 77 of 255 = 30%

179
140
77

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

Portions of RGB colors in percentages

R + G + B =
179 + 140 + 77 = 396 (100%)
R 179 of 396 ~ 45.2%
G 140 of 396 ~ 35.35%
B 77 of 396 ~ 19.44%

%45.2
%35.35
%19.44

CMYK color model

#B38C4D color CMYK value is (0,22,57,30).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 56.98%
  • key color value is 29.80%
CMYK:
(0,22,57,30)
C0M22Y57K30 
(0%,22%,57%,30%)
(0.00/0.22/0.57/0.30)	

CMYK percentages

%0
%21.79
%56.98
%29.8

Codes

Color #B38C4D in popluar color models

B38C4D
RGB17914077
HSL37°40.16%50.20%
HSB/HSV37°56.98%70.20%
CMYK0.00%21.79%56.98%
29.80%

Color #B38C4D in popluar number systems.

HEXB38C4D
Decimal17914077
Binary10110011100011001001101
Octal263214115

Shades and tints

Shades of #B38C4D

#B38C4D
(179,140,77)
#A38046
(163,128,70)
#93743F
(147,116,63)
#836838
(131,104,56)
#735C31
(115,92,49)
#63502A
(99,80,42)
#534423
(83,68,35)
#43381C
(67,56,28)
#332C15
(51,44,21)
#23200E
(35,32,14)
#131407
(19,20,7)
#000000
(0,0,0)

Tints of #B38C4D

#B38C4D
(179,140,77)
#B9965D
(185,150,93)
#BFA06D
(191,160,109)
#C5AA7D
(197,170,125)
#CBB48D
(203,180,141)
#D1BE9D
(209,190,157)
#D7C8AD
(215,200,173)
#DDD2BD
(221,210,189)
#E3DCCD
(227,220,205)
#E9E6DD
(233,230,221)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38C4D; }

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

This text font color is #B38C4D.


Background Color

.myBgColor { background-color: #B38C4D; }

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

This div background color is #B38C4D.


Border color

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

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

This div border color is #B38C4D.


Opacity

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

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

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

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

This text has shadow with #B38C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38C4D on black background.


Color preview on white background

This text has color #B38C4D on white background.



Black color preview on #B38C4D background

This text has black color on #B38C4D background.


White color preview on #B38C4D background

This text has white color on #B38C4D background.