COLOR #B44F0D

HEX: #B44F0D
RGB: (180,79,13)

Color info

#B44F0D contains mainly red color. Web safe color of #B44F0D is #CC6600 (or #C60).

RGB color model

#B44F0D color RGB value is (180,79,13).

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

RGB channels and saturation

R 180 of 255 = 71%
G 79 of 255 = 31%
B 13 of 255 = 5%

180
79
13

R + G + B ~ 36%. #B44F0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
180 + 79 + 13 = 272 (100%)
R 180 of 272 ~ 66.18%
G 79 of 272 ~ 29.04%
B 13 of 272 ~ 4.78%

%66.18
%29.04

CMYK color model

#B44F0D color CMYK value is (0,56,93,29).

  • cyan value is 0.00%
  • magenta value is 56.11%
  • yellow value is 92.78%
  • key color value is 29.41%
CMYK:
(0,56,93,29)
C0M56Y93K29 
(0%,56%,93%,29%)
(0.00/0.56/0.93/0.29)	

CMYK percentages

%0
%56.11
%92.78
%29.41

Codes

Color #B44F0D in popluar color models

B44F0D
RGB1807913
HSL24°86.53%37.84%
HSB/HSV24°92.78%70.59%
CMYK0.00%56.11%92.78%
29.41%

Color #B44F0D in popluar number systems.

HEXB44F0D
Decimal1807913
Binary1011010010011111101
Octal26411715

Shades and tints

Shades of #B44F0D

#B44F0D
(180,79,13)
#A4480C
(164,72,12)
#94410B
(148,65,11)
#843A0A
(132,58,10)
#743309
(116,51,9)
#642C08
(100,44,8)
#542507
(84,37,7)
#441E06
(68,30,6)
#341705
(52,23,5)
#241004
(36,16,4)
#140903
(20,9,3)
#000000
(0,0,0)

Tints of #B44F0D

#B44F0D
(180,79,13)
#BA5F23
(186,95,35)
#C06F39
(192,111,57)
#C67F4F
(198,127,79)
#CC8F65
(204,143,101)
#D29F7B
(210,159,123)
#D8AF91
(216,175,145)
#DEBFA7
(222,191,167)
#E4CFBD
(228,207,189)
#EADFD3
(234,223,211)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B44F0D; }

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

This text font color is #B44F0D.


Background Color

.myBgColor { background-color: #B44F0D; }

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

This div background color is #B44F0D.


Border color

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

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

This div border color is #B44F0D.


Opacity

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

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

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

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

This text has shadow with #B44F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B44F0D on black background.


Color preview on white background

This text has color #B44F0D on white background.



Black color preview on #B44F0D background

This text has black color on #B44F0D background.


White color preview on #B44F0D background

This text has white color on #B44F0D background.