COLOR #B4483E

HEX: #B4483E
RGB: (180,72,62)

Color info

#B4483E contains mainly red color. Web safe color of #B4483E is #CC3333 (or #C33).

RGB color model

#B4483E color RGB value is (180,72,62).

  • red value is 180;
  • green value is 72;
  • blue value is 62.
RGB:
(180,72,62)
(71%,28%,24%)

RGB channels and saturation

R 180 of 255 = 71%
G 72 of 255 = 28%
B 62 of 255 = 24%

180
72
62

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

Portions of RGB colors in percentages

R + G + B =
180 + 72 + 62 = 314 (100%)
R 180 of 314 ~ 57.32%
G 72 of 314 ~ 22.93%
B 62 of 314 ~ 19.75%

%57.32
%22.93
%19.75

CMYK color model

#B4483E color CMYK value is (0,60,66,29).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 65.56%
  • key color value is 29.41%
CMYK:
(0,60,66,29)
C0M60Y66K29 
(0%,60%,66%,29%)
(0.00/0.60/0.66/0.29)	

CMYK percentages

%0
%60
%65.56
%29.41

Codes

Color #B4483E in popluar color models

B4483E
RGB1807262
HSL48.76%47.45%
HSB/HSV65.56%70.59%
CMYK0.00%60.00%65.56%
29.41%

Color #B4483E in popluar number systems.

HEXB4483E
Decimal1807262
Binary101101001001000111110
Octal26411076

Shades and tints

Shades of #B4483E

#B4483E
(180,72,62)
#A44239
(164,66,57)
#943C34
(148,60,52)
#84362F
(132,54,47)
#74302A
(116,48,42)
#642A25
(100,42,37)
#542420
(84,36,32)
#441E1B
(68,30,27)
#341816
(52,24,22)
#241211
(36,18,17)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #B4483E

#B4483E
(180,72,62)
#BA584F
(186,88,79)
#C06860
(192,104,96)
#C67871
(198,120,113)
#CC8882
(204,136,130)
#D29893
(210,152,147)
#D8A8A4
(216,168,164)
#DEB8B5
(222,184,181)
#E4C8C6
(228,200,198)
#EAD8D7
(234,216,215)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4483E color. Also use rgb(180,72,62) instead hex code.

Text Font Color

.myTextColor { color: #B4483E; }

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

This text font color is #B4483E.


Background Color

.myBgColor { background-color: #B4483E; }

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

This div background color is #B4483E.


Border color

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

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

This div border color is #B4483E.


Opacity

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

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

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

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

This text has shadow with #B4483E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4483E on black background.


Color preview on white background

This text has color #B4483E on white background.



Black color preview on #B4483E background

This text has black color on #B4483E background.


White color preview on #B4483E background

This text has white color on #B4483E background.