COLOR #B45C41

HEX: #B45C41
RGB: (180,92,65)

Color info

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

RGB color model

#B45C41 color RGB value is (180,92,65).

  • red value is 180;
  • green value is 92;
  • blue value is 65.
RGB:
(180,92,65)
(71%,36%,25%)

RGB channels and saturation

R 180 of 255 = 71%
G 92 of 255 = 36%
B 65 of 255 = 25%

180
92
65

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

Portions of RGB colors in percentages

R + G + B =
180 + 92 + 65 = 337 (100%)
R 180 of 337 ~ 53.41%
G 92 of 337 ~ 27.3%
B 65 of 337 ~ 19.29%

%53.41
%27.3
%19.29

CMYK color model

#B45C41 color CMYK value is (0,49,64,29).

  • cyan value is 0.00%
  • magenta value is 48.89%
  • yellow value is 63.89%
  • key color value is 29.41%
CMYK:
(0,49,64,29)
C0M49Y64K29 
(0%,49%,64%,29%)
(0.00/0.49/0.64/0.29)	

CMYK percentages

%0
%48.89
%63.89
%29.41

Codes

Color #B45C41 in popluar color models

B45C41
RGB1809265
HSL14°46.94%48.04%
HSB/HSV14°63.89%70.59%
CMYK0.00%48.89%63.89%
29.41%

Color #B45C41 in popluar number systems.

HEXB45C41
Decimal1809265
Binary1011010010111001000001
Octal264134101

Shades and tints

Shades of #B45C41

#B45C41
(180,92,65)
#A4543C
(164,84,60)
#944C37
(148,76,55)
#844432
(132,68,50)
#743C2D
(116,60,45)
#643428
(100,52,40)
#542C23
(84,44,35)
#44241E
(68,36,30)
#341C19
(52,28,25)
#241414
(36,20,20)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #B45C41

#B45C41
(180,92,65)
#BA6A52
(186,106,82)
#C07863
(192,120,99)
#C68674
(198,134,116)
#CC9485
(204,148,133)
#D2A296
(210,162,150)
#D8B0A7
(216,176,167)
#DEBEB8
(222,190,184)
#E4CCC9
(228,204,201)
#EADADA
(234,218,218)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45C41 color. Also use rgb(180,92,65) instead hex code.

Text Font Color

.myTextColor { color: #B45C41; }

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

This text font color is #B45C41.


Background Color

.myBgColor { background-color: #B45C41; }

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

This div background color is #B45C41.


Border color

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

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

This div border color is #B45C41.


Opacity

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

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

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

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

This text has shadow with #B45C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45C41 on black background.


Color preview on white background

This text has color #B45C41 on white background.



Black color preview on #B45C41 background

This text has black color on #B45C41 background.


White color preview on #B45C41 background

This text has white color on #B45C41 background.