COLOR #B46D35

HEX: #B46D35
RGB: (180,109,53)

Color info

#B46D35 contains mainly red color. Web safe color of #B46D35 is #CC6633 (or #C63).

RGB color model

#B46D35 color RGB value is (180,109,53).

  • red value is 180;
  • green value is 109;
  • blue value is 53.
RGB:
(180,109,53)
(71%,43%,21%)

RGB channels and saturation

R 180 of 255 = 71%
G 109 of 255 = 43%
B 53 of 255 = 21%

180
109
53

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

Portions of RGB colors in percentages

R + G + B =
180 + 109 + 53 = 342 (100%)
R 180 of 342 ~ 52.63%
G 109 of 342 ~ 31.87%
B 53 of 342 ~ 15.5%

%52.63
%31.87
%15.5

CMYK color model

#B46D35 color CMYK value is (0,39,71,29).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 70.56%
  • key color value is 29.41%
CMYK:
(0,39,71,29)
C0M39Y71K29 
(0%,39%,71%,29%)
(0.00/0.39/0.71/0.29)	

CMYK percentages

%0
%39.44
%70.56
%29.41

Codes

Color #B46D35 in popluar color models

B46D35
RGB18010953
HSL26°54.51%45.69%
HSB/HSV26°70.56%70.59%
CMYK0.00%39.44%70.56%
29.41%

Color #B46D35 in popluar number systems.

HEXB46D35
Decimal18010953
Binary101101001101101110101
Octal26415565

Shades and tints

Shades of #B46D35

#B46D35
(180,109,53)
#A46431
(164,100,49)
#945B2D
(148,91,45)
#845229
(132,82,41)
#744925
(116,73,37)
#644021
(100,64,33)
#54371D
(84,55,29)
#442E19
(68,46,25)
#342515
(52,37,21)
#241C11
(36,28,17)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #B46D35

#B46D35
(180,109,53)
#BA7A47
(186,122,71)
#C08759
(192,135,89)
#C6946B
(198,148,107)
#CCA17D
(204,161,125)
#D2AE8F
(210,174,143)
#D8BBA1
(216,187,161)
#DEC8B3
(222,200,179)
#E4D5C5
(228,213,197)
#EAE2D7
(234,226,215)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46D35 color. Also use rgb(180,109,53) instead hex code.

Text Font Color

.myTextColor { color: #B46D35; }

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

This text font color is #B46D35.


Background Color

.myBgColor { background-color: #B46D35; }

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

This div background color is #B46D35.


Border color

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

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

This div border color is #B46D35.


Opacity

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

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

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

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

This text has shadow with #B46D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46D35 on black background.


Color preview on white background

This text has color #B46D35 on white background.



Black color preview on #B46D35 background

This text has black color on #B46D35 background.


White color preview on #B46D35 background

This text has white color on #B46D35 background.