COLOR #B08341

HEX: #B08341
RGB: (176,131,65)

Color info

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

RGB color model

#B08341 color RGB value is (176,131,65).

  • red value is 176;
  • green value is 131;
  • blue value is 65.
RGB:
(176,131,65)
(69%,51%,25%)

RGB channels and saturation

R 176 of 255 = 69%
G 131 of 255 = 51%
B 65 of 255 = 25%

176
131
65

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

Portions of RGB colors in percentages

R + G + B =
176 + 131 + 65 = 372 (100%)
R 176 of 372 ~ 47.31%
G 131 of 372 ~ 35.22%
B 65 of 372 ~ 17.47%

%47.31
%35.22
%17.47

CMYK color model

#B08341 color CMYK value is (0,26,63,31).

  • cyan value is 0.00%
  • magenta value is 25.57%
  • yellow value is 63.07%
  • key color value is 30.98%
CMYK:
(0,26,63,31)
C0M26Y63K31 
(0%,26%,63%,31%)
(0.00/0.26/0.63/0.31)	

CMYK percentages

%0
%25.57
%63.07
%30.98

Codes

Color #B08341 in popluar color models

B08341
RGB17613165
HSL36°46.06%47.25%
HSB/HSV36°63.07%69.02%
CMYK0.00%25.57%63.07%
30.98%

Color #B08341 in popluar number systems.

HEXB08341
Decimal17613165
Binary10110000100000111000001
Octal260203101

Shades and tints

Shades of #B08341

#B08341
(176,131,65)
#A0783C
(160,120,60)
#906D37
(144,109,55)
#806232
(128,98,50)
#70572D
(112,87,45)
#604C28
(96,76,40)
#504123
(80,65,35)
#40361E
(64,54,30)
#302B19
(48,43,25)
#202014
(32,32,20)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #B08341

#B08341
(176,131,65)
#B78E52
(183,142,82)
#BE9963
(190,153,99)
#C5A474
(197,164,116)
#CCAF85
(204,175,133)
#D3BA96
(211,186,150)
#DAC5A7
(218,197,167)
#E1D0B8
(225,208,184)
#E8DBC9
(232,219,201)
#EFE6DA
(239,230,218)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08341 color. Also use rgb(176,131,65) instead hex code.

Text Font Color

.myTextColor { color: #B08341; }

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

This text font color is #B08341.


Background Color

.myBgColor { background-color: #B08341; }

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

This div background color is #B08341.


Border color

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

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

This div border color is #B08341.


Opacity

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

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

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

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

This text has shadow with #B08341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08341 on black background.


Color preview on white background

This text has color #B08341 on white background.



Black color preview on #B08341 background

This text has black color on #B08341 background.


White color preview on #B08341 background

This text has white color on #B08341 background.