COLOR #B44F4D

HEX: #B44F4D
RGB: (180,79,77)

Color info

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

RGB color model

#B44F4D color RGB value is (180,79,77).

  • red value is 180;
  • green value is 79;
  • blue value is 77.
RGB:
(180,79,77)
(71%,31%,30%)

RGB channels and saturation

R 180 of 255 = 71%
G 79 of 255 = 31%
B 77 of 255 = 30%

180
79
77

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

Portions of RGB colors in percentages

R + G + B =
180 + 79 + 77 = 336 (100%)
R 180 of 336 ~ 53.57%
G 79 of 336 ~ 23.51%
B 77 of 336 ~ 22.92%

%53.57
%23.51
%22.92

CMYK color model

#B44F4D color CMYK value is (0,56,57,29).

  • cyan value is 0.00%
  • magenta value is 56.11%
  • yellow value is 57.22%
  • key color value is 29.41%
CMYK:
(0,56,57,29)
C0M56Y57K29 
(0%,56%,57%,29%)
(0.00/0.56/0.57/0.29)	

CMYK percentages

%0
%56.11
%57.22
%29.41

Codes

Color #B44F4D in popluar color models

B44F4D
RGB1807977
HSL40.71%50.39%
HSB/HSV57.22%70.59%
CMYK0.00%56.11%57.22%
29.41%

Color #B44F4D in popluar number systems.

HEXB44F4D
Decimal1807977
Binary1011010010011111001101
Octal264117115

Shades and tints

Shades of #B44F4D

#B44F4D
(180,79,77)
#A44846
(164,72,70)
#94413F
(148,65,63)
#843A38
(132,58,56)
#743331
(116,51,49)
#642C2A
(100,44,42)
#542523
(84,37,35)
#441E1C
(68,30,28)
#341715
(52,23,21)
#24100E
(36,16,14)
#140907
(20,9,7)
#000000
(0,0,0)

Tints of #B44F4D

#B44F4D
(180,79,77)
#BA5F5D
(186,95,93)
#C06F6D
(192,111,109)
#C67F7D
(198,127,125)
#CC8F8D
(204,143,141)
#D29F9D
(210,159,157)
#D8AFAD
(216,175,173)
#DEBFBD
(222,191,189)
#E4CFCD
(228,207,205)
#EADFDD
(234,223,221)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B44F4D color. Also use rgb(180,79,77) instead hex code.

Text Font Color

.myTextColor { color: #B44F4D; }

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

This text font color is #B44F4D.


Background Color

.myBgColor { background-color: #B44F4D; }

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

This div background color is #B44F4D.


Border color

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

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

This div border color is #B44F4D.


Opacity

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

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

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

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

This text has shadow with #B44F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B44F4D on black background.


Color preview on white background

This text has color #B44F4D on white background.



Black color preview on #B44F4D background

This text has black color on #B44F4D background.


White color preview on #B44F4D background

This text has white color on #B44F4D background.