COLOR #B44E42

HEX: #B44E42
RGB: (180,78,66)

Color info

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

RGB color model

#B44E42 color RGB value is (180,78,66).

  • red value is 180;
  • green value is 78;
  • blue value is 66.
RGB:
(180,78,66)
(71%,31%,26%)

RGB channels and saturation

R 180 of 255 = 71%
G 78 of 255 = 31%
B 66 of 255 = 26%

180
78
66

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

Portions of RGB colors in percentages

R + G + B =
180 + 78 + 66 = 324 (100%)
R 180 of 324 ~ 55.56%
G 78 of 324 ~ 24.07%
B 66 of 324 ~ 20.37%

%55.56
%24.07
%20.37

CMYK color model

#B44E42 color CMYK value is (0,57,63,29).

  • cyan value is 0.00%
  • magenta value is 56.67%
  • yellow value is 63.33%
  • key color value is 29.41%
CMYK:
(0,57,63,29)
C0M57Y63K29 
(0%,57%,63%,29%)
(0.00/0.57/0.63/0.29)	

CMYK percentages

%0
%56.67
%63.33
%29.41

Codes

Color #B44E42 in popluar color models

B44E42
RGB1807866
HSL46.34%48.24%
HSB/HSV63.33%70.59%
CMYK0.00%56.67%63.33%
29.41%

Color #B44E42 in popluar number systems.

HEXB44E42
Decimal1807866
Binary1011010010011101000010
Octal264116102

Shades and tints

Shades of #B44E42

#B44E42
(180,78,66)
#A4473C
(164,71,60)
#944036
(148,64,54)
#843930
(132,57,48)
#74322A
(116,50,42)
#642B24
(100,43,36)
#54241E
(84,36,30)
#441D18
(68,29,24)
#341612
(52,22,18)
#240F0C
(36,15,12)
#140806
(20,8,6)
#000000
(0,0,0)

Tints of #B44E42

#B44E42
(180,78,66)
#BA5E53
(186,94,83)
#C06E64
(192,110,100)
#C67E75
(198,126,117)
#CC8E86
(204,142,134)
#D29E97
(210,158,151)
#D8AEA8
(216,174,168)
#DEBEB9
(222,190,185)
#E4CECA
(228,206,202)
#EADEDB
(234,222,219)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B44E42 color. Also use rgb(180,78,66) instead hex code.

Text Font Color

.myTextColor { color: #B44E42; }

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

This text font color is #B44E42.


Background Color

.myBgColor { background-color: #B44E42; }

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

This div background color is #B44E42.


Border color

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

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

This div border color is #B44E42.


Opacity

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

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

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

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

This text has shadow with #B44E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B44E42 on black background.


Color preview on white background

This text has color #B44E42 on white background.



Black color preview on #B44E42 background

This text has black color on #B44E42 background.


White color preview on #B44E42 background

This text has white color on #B44E42 background.