COLOR #B07941

HEX: #B07941
RGB: (176,121,65)

Color info

#B07941 contains mainly red and green colors. Web safe color of #B07941 is #996633 (or #963).

RGB color model

#B07941 color RGB value is (176,121,65).

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

RGB channels and saturation

R 176 of 255 = 69%
G 121 of 255 = 47%
B 65 of 255 = 25%

176
121
65

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

Portions of RGB colors in percentages

R + G + B =
176 + 121 + 65 = 362 (100%)
R 176 of 362 ~ 48.62%
G 121 of 362 ~ 33.43%
B 65 of 362 ~ 17.96%

%48.62
%33.43
%17.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 63.07%
  • key color value is 30.98%
CMYK:
(0,31,63,31)
C0M31Y63K31 
(0%,31%,63%,31%)
(0.00/0.31/0.63/0.31)	

CMYK percentages

%0
%31.25
%63.07
%30.98

Codes

Color #B07941 in popluar color models

B07941
RGB17612165
HSL30°46.06%47.25%
HSB/HSV30°63.07%69.02%
CMYK0.00%31.25%63.07%
30.98%

Color #B07941 in popluar number systems.

HEXB07941
Decimal17612165
Binary1011000011110011000001
Octal260171101

Shades and tints

Shades of #B07941

#B07941
(176,121,65)
#A06E3C
(160,110,60)
#906337
(144,99,55)
#805832
(128,88,50)
#704D2D
(112,77,45)
#604228
(96,66,40)
#503723
(80,55,35)
#402C1E
(64,44,30)
#302119
(48,33,25)
#201614
(32,22,20)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #B07941

#B07941
(176,121,65)
#B78552
(183,133,82)
#BE9163
(190,145,99)
#C59D74
(197,157,116)
#CCA985
(204,169,133)
#D3B596
(211,181,150)
#DAC1A7
(218,193,167)
#E1CDB8
(225,205,184)
#E8D9C9
(232,217,201)
#EFE5DA
(239,229,218)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07941; }

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

This text font color is #B07941.


Background Color

.myBgColor { background-color: #B07941; }

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

This div background color is #B07941.


Border color

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

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

This div border color is #B07941.


Opacity

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

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

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

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

This text has shadow with #B07941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07941 on black background.


Color preview on white background

This text has color #B07941 on white background.



Black color preview on #B07941 background

This text has black color on #B07941 background.


White color preview on #B07941 background

This text has white color on #B07941 background.