COLOR #B38D4D

HEX: #B38D4D
RGB: (179,141,77)

Color info

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

RGB color model

#B38D4D color RGB value is (179,141,77).

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

RGB channels and saturation

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

179
141
77

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

Portions of RGB colors in percentages

R + G + B =
179 + 141 + 77 = 397 (100%)
R 179 of 397 ~ 45.09%
G 141 of 397 ~ 35.52%
B 77 of 397 ~ 19.4%

%45.09
%35.52
%19.4

CMYK color model

#B38D4D color CMYK value is (0,21,57,30).

  • cyan value is 0.00%
  • magenta value is 21.23%
  • yellow value is 56.98%
  • key color value is 29.80%
CMYK:
(0,21,57,30)
C0M21Y57K30 
(0%,21%,57%,30%)
(0.00/0.21/0.57/0.30)	

CMYK percentages

%0
%21.23
%56.98
%29.8

Codes

Color #B38D4D in popluar color models

B38D4D
RGB17914177
HSL38°40.16%50.20%
HSB/HSV38°56.98%70.20%
CMYK0.00%21.23%56.98%
29.80%

Color #B38D4D in popluar number systems.

HEXB38D4D
Decimal17914177
Binary10110011100011011001101
Octal263215115

Shades and tints

Shades of #B38D4D

#B38D4D
(179,141,77)
#A38146
(163,129,70)
#93753F
(147,117,63)
#836938
(131,105,56)
#735D31
(115,93,49)
#63512A
(99,81,42)
#534523
(83,69,35)
#43391C
(67,57,28)
#332D15
(51,45,21)
#23210E
(35,33,14)
#131507
(19,21,7)
#000000
(0,0,0)

Tints of #B38D4D

#B38D4D
(179,141,77)
#B9975D
(185,151,93)
#BFA16D
(191,161,109)
#C5AB7D
(197,171,125)
#CBB58D
(203,181,141)
#D1BF9D
(209,191,157)
#D7C9AD
(215,201,173)
#DDD3BD
(221,211,189)
#E3DDCD
(227,221,205)
#E9E7DD
(233,231,221)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38D4D; }

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

This text font color is #B38D4D.


Background Color

.myBgColor { background-color: #B38D4D; }

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

This div background color is #B38D4D.


Border color

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

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

This div border color is #B38D4D.


Opacity

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

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

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

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

This text has shadow with #B38D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38D4D on black background.


Color preview on white background

This text has color #B38D4D on white background.



Black color preview on #B38D4D background

This text has black color on #B38D4D background.


White color preview on #B38D4D background

This text has white color on #B38D4D background.