COLOR #B46C34

HEX: #B46C34
RGB: (180,108,52)

Color info

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

RGB color model

#B46C34 color RGB value is (180,108,52).

  • red value is 180;
  • green value is 108;
  • blue value is 52.
RGB:
(180,108,52)
(71%,42%,20%)

RGB channels and saturation

R 180 of 255 = 71%
G 108 of 255 = 42%
B 52 of 255 = 20%

180
108
52

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

Portions of RGB colors in percentages

R + G + B =
180 + 108 + 52 = 340 (100%)
R 180 of 340 ~ 52.94%
G 108 of 340 ~ 31.76%
B 52 of 340 ~ 15.29%

%52.94
%31.76
%15.29

CMYK color model

#B46C34 color CMYK value is (0,40,71,29).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 71.11%
  • key color value is 29.41%
CMYK:
(0,40,71,29)
C0M40Y71K29 
(0%,40%,71%,29%)
(0.00/0.40/0.71/0.29)	

CMYK percentages

%0
%40
%71.11
%29.41

Codes

Color #B46C34 in popluar color models

B46C34
RGB18010852
HSL26°55.17%45.49%
HSB/HSV26°71.11%70.59%
CMYK0.00%40.00%71.11%
29.41%

Color #B46C34 in popluar number systems.

HEXB46C34
Decimal18010852
Binary101101001101100110100
Octal26415464

Shades and tints

Shades of #B46C34

#B46C34
(180,108,52)
#A46330
(164,99,48)
#945A2C
(148,90,44)
#845128
(132,81,40)
#744824
(116,72,36)
#643F20
(100,63,32)
#54361C
(84,54,28)
#442D18
(68,45,24)
#342414
(52,36,20)
#241B10
(36,27,16)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #B46C34

#B46C34
(180,108,52)
#BA7946
(186,121,70)
#C08658
(192,134,88)
#C6936A
(198,147,106)
#CCA07C
(204,160,124)
#D2AD8E
(210,173,142)
#D8BAA0
(216,186,160)
#DEC7B2
(222,199,178)
#E4D4C4
(228,212,196)
#EAE1D6
(234,225,214)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46C34 color. Also use rgb(180,108,52) instead hex code.

Text Font Color

.myTextColor { color: #B46C34; }

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

This text font color is #B46C34.


Background Color

.myBgColor { background-color: #B46C34; }

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

This div background color is #B46C34.


Border color

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

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

This div border color is #B46C34.


Opacity

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

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

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

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

This text has shadow with #B46C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46C34 on black background.


Color preview on white background

This text has color #B46C34 on white background.



Black color preview on #B46C34 background

This text has black color on #B46C34 background.


White color preview on #B46C34 background

This text has white color on #B46C34 background.