COLOR #B46745

HEX: #B46745
RGB: (180,103,69)

Color info

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

RGB color model

#B46745 color RGB value is (180,103,69).

  • red value is 180;
  • green value is 103;
  • blue value is 69.
RGB:
(180,103,69)
(71%,40%,27%)

RGB channels and saturation

R 180 of 255 = 71%
G 103 of 255 = 40%
B 69 of 255 = 27%

180
103
69

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

Portions of RGB colors in percentages

R + G + B =
180 + 103 + 69 = 352 (100%)
R 180 of 352 ~ 51.14%
G 103 of 352 ~ 29.26%
B 69 of 352 ~ 19.6%

%51.14
%29.26
%19.6

CMYK color model

#B46745 color CMYK value is (0,43,62,29).

  • cyan value is 0.00%
  • magenta value is 42.78%
  • yellow value is 61.67%
  • key color value is 29.41%
CMYK:
(0,43,62,29)
C0M43Y62K29 
(0%,43%,62%,29%)
(0.00/0.43/0.62/0.29)	

CMYK percentages

%0
%42.78
%61.67
%29.41

Codes

Color #B46745 in popluar color models

B46745
RGB18010369
HSL18°44.58%48.82%
HSB/HSV18°61.67%70.59%
CMYK0.00%42.78%61.67%
29.41%

Color #B46745 in popluar number systems.

HEXB46745
Decimal18010369
Binary1011010011001111000101
Octal264147105

Shades and tints

Shades of #B46745

#B46745
(180,103,69)
#A45E3F
(164,94,63)
#945539
(148,85,57)
#844C33
(132,76,51)
#74432D
(116,67,45)
#643A27
(100,58,39)
#543121
(84,49,33)
#44281B
(68,40,27)
#341F15
(52,31,21)
#24160F
(36,22,15)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #B46745

#B46745
(180,103,69)
#BA7455
(186,116,85)
#C08165
(192,129,101)
#C68E75
(198,142,117)
#CC9B85
(204,155,133)
#D2A895
(210,168,149)
#D8B5A5
(216,181,165)
#DEC2B5
(222,194,181)
#E4CFC5
(228,207,197)
#EADCD5
(234,220,213)
#F0E9E5
(240,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46745 color. Also use rgb(180,103,69) instead hex code.

Text Font Color

.myTextColor { color: #B46745; }

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

This text font color is #B46745.


Background Color

.myBgColor { background-color: #B46745; }

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

This div background color is #B46745.


Border color

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

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

This div border color is #B46745.


Opacity

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

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

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

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

This text has shadow with #B46745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46745 on black background.


Color preview on white background

This text has color #B46745 on white background.



Black color preview on #B46745 background

This text has black color on #B46745 background.


White color preview on #B46745 background

This text has white color on #B46745 background.