COLOR #B39974

HEX: #B39974
RGB: (179,153,116)

Color info

#B39974 contains mainly red and green colors. Web safe color of #B39974 is #999966 (or #996).

RGB color model

#B39974 color RGB value is (179,153,116).

  • red value is 179;
  • green value is 153;
  • blue value is 116.
RGB:
(179,153,116)
(70%,60%,45%)

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 116 of 255 = 45%

179
153
116

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

Portions of RGB colors in percentages

R + G + B =
179 + 153 + 116 = 448 (100%)
R 179 of 448 ~ 39.96%
G 153 of 448 ~ 34.15%
B 116 of 448 ~ 25.89%

%39.96
%34.15
%25.89

CMYK color model

#B39974 color CMYK value is (0,15,35,30).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 35.20%
  • key color value is 29.80%
CMYK:
(0,15,35,30)
C0M15Y35K30 
(0%,15%,35%,30%)
(0.00/0.15/0.35/0.30)	

CMYK percentages

%0
%14.53
%35.2
%29.8

Codes

Color #B39974 in popluar color models

B39974
RGB179153116
HSL35°29.30%57.84%
HSB/HSV35°35.20%70.20%
CMYK0.00%14.53%35.20%
29.80%

Color #B39974 in popluar number systems.

HEXB39974
Decimal179153116
Binary10110011100110011110100
Octal263231164

Shades and tints

Shades of #B39974

#B39974
(179,153,116)
#A38C6A
(163,140,106)
#937F60
(147,127,96)
#837256
(131,114,86)
#73654C
(115,101,76)
#635842
(99,88,66)
#534B38
(83,75,56)
#433E2E
(67,62,46)
#333124
(51,49,36)
#23241A
(35,36,26)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #B39974

#B39974
(179,153,116)
#B9A280
(185,162,128)
#BFAB8C
(191,171,140)
#C5B498
(197,180,152)
#CBBDA4
(203,189,164)
#D1C6B0
(209,198,176)
#D7CFBC
(215,207,188)
#DDD8C8
(221,216,200)
#E3E1D4
(227,225,212)
#E9EAE0
(233,234,224)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39974 color. Also use rgb(179,153,116) instead hex code.

Text Font Color

.myTextColor { color: #B39974; }

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

This text font color is #B39974.


Background Color

.myBgColor { background-color: #B39974; }

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

This div background color is #B39974.


Border color

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

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

This div border color is #B39974.


Opacity

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

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

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

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

This text has shadow with #B39974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39974 on black background.


Color preview on white background

This text has color #B39974 on white background.



Black color preview on #B39974 background

This text has black color on #B39974 background.


White color preview on #B39974 background

This text has white color on #B39974 background.