COLOR #B5542E

HEX: #B5542E
RGB: (181,84,46)

Color info

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

RGB color model

#B5542E color RGB value is (181,84,46).

  • red value is 181;
  • green value is 84;
  • blue value is 46.
RGB:
(181,84,46)
(71%,33%,18%)

RGB channels and saturation

R 181 of 255 = 71%
G 84 of 255 = 33%
B 46 of 255 = 18%

181
84
46

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

Portions of RGB colors in percentages

R + G + B =
181 + 84 + 46 = 311 (100%)
R 181 of 311 ~ 58.2%
G 84 of 311 ~ 27.01%
B 46 of 311 ~ 14.79%

%58.2
%27.01
%14.79

CMYK color model

#B5542E color CMYK value is (0,54,75,29).

  • cyan value is 0.00%
  • magenta value is 53.59%
  • yellow value is 74.59%
  • key color value is 29.02%
CMYK:
(0,54,75,29)
C0M54Y75K29 
(0%,54%,75%,29%)
(0.00/0.54/0.75/0.29)	

CMYK percentages

%0
%53.59
%74.59
%29.02

Codes

Color #B5542E in popluar color models

B5542E
RGB1818446
HSL17°59.47%44.51%
HSB/HSV17°74.59%70.98%
CMYK0.00%53.59%74.59%
29.02%

Color #B5542E in popluar number systems.

HEXB5542E
Decimal1818446
Binary101101011010100101110
Octal26512456

Shades and tints

Shades of #B5542E

#B5542E
(181,84,46)
#A54D2A
(165,77,42)
#954626
(149,70,38)
#853F22
(133,63,34)
#75381E
(117,56,30)
#65311A
(101,49,26)
#552A16
(85,42,22)
#452312
(69,35,18)
#351C0E
(53,28,14)
#25150A
(37,21,10)
#150E06
(21,14,6)
#000000
(0,0,0)

Tints of #B5542E

#B5542E
(181,84,46)
#BB6341
(187,99,65)
#C17254
(193,114,84)
#C78167
(199,129,103)
#CD907A
(205,144,122)
#D39F8D
(211,159,141)
#D9AEA0
(217,174,160)
#DFBDB3
(223,189,179)
#E5CCC6
(229,204,198)
#EBDBD9
(235,219,217)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5542E color. Also use rgb(181,84,46) instead hex code.

Text Font Color

.myTextColor { color: #B5542E; }

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

This text font color is #B5542E.


Background Color

.myBgColor { background-color: #B5542E; }

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

This div background color is #B5542E.


Border color

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

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

This div border color is #B5542E.


Opacity

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

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

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

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

This text has shadow with #B5542E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5542E on black background.


Color preview on white background

This text has color #B5542E on white background.



Black color preview on #B5542E background

This text has black color on #B5542E background.


White color preview on #B5542E background

This text has white color on #B5542E background.