COLOR #B45C1C

HEX: #B45C1C RGB: (180,92,28)

Color info

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

RGB color model

#B45C1C color RGB value is (180,92,28).

RGB: (180,92,28) (71%, 36%, 11%)

RGB channels and saturation

R 180 of 255 = 71%
G 92 of 255 = 36%
B 28 of 255 = 11%

180
92
28

R + G + B ~ 39%. #B45C1C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 180 + 92 + 28 = 300 (100%)
R 180 of 300 ~ 60%
G 92 of 300 ~ 30.67%
B 28 of 300 ~ 9.33'%

%60
%30.67

CMYK color model

#B45C1C color CMYK value is (0,49,84,29).

  • cyan value is 0.00%
  • magenta value is 48.89%
  • yellow value is 84.44%
  • key color value is 29.41%
CMYK: (0,49,84,29) C0M49Y84K29 (0%,49%,84%,29%) (0.00/0.49/0.84/0.29) 

CMYK percentages

%0
%48.89
%84.44
%29.41

Codes

Color #B45C1C in popluar color models

B4 5C 1C
RGB 180 92 28
HSL 25° 73.08% 40.78%
HSB/HSV 25° 84.44% 70.59%
CMYK 0.00% 48.89% 84.44%
29.41%

Color #B45C1C in popluar number systems.

HEX B4 5C 1C
Decimal 180 92 28
Binary 10110100 1011100 11100
Octal 264 134 34

Shades and tints

Shades of #B45C1C

#B45C1C
(180,92,28)
#A4541A
(164,84,26)
#944C18
(148,76,24)
#844416
(132,68,22)
#743C14
(116,60,20)
#643412
(100,52,18)
#542C10
(84,44,16)
#44240E
(68,36,14)
#341C0C
(52,28,12)
#24140A
(36,20,10)
#140C08
(20,12,8)
#000000
(0,0,0)

Tints of #B45C1C

#B45C1C
(180,92,28)
#BA6A30
(186,106,48)
#C07844
(192,120,68)
#C68658
(198,134,88)
#CC946C
(204,148,108)
#D2A280
(210,162,128)
#D8B094
(216,176,148)
#DEBEA8
(222,190,168)
#E4CCBC
(228,204,188)
#EADAD0
(234,218,208)
#F0E8E4
(240,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45C1C color. Also use rgb(180,92,28) instead hex code.

Text Font Color

.myTextColor { color: #B45C1C; }

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

This text font color is #B45C1C.

Background Color

.myBgColor { background-color: #B45C1C; }

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

This div background color is #B45C1C.

Border color

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

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

This div border color is #B45C1C.

Opacity

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

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

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

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

This text has shadow with #B45C1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B45C1C.

Preview

Color preview on black background

This text has color #B45C1C on black background.


Color preview on white background

This text has color #B45C1C on white background.


Black color preview on #B45C1C background

This text has black color on #B45C1C background.


White color preview on #B45C1C background

This text has white color on #B45C1C background.


Related colors

Complementary color

Complementary color for #hex is #4BA3E3.


I love getcolorcode.com

Triadic colors

1 #1CB45C and #5C1CB4 with #B45C1C are triadic colors.

2 #1C5CB4 and #5CB41C with #B45C1C are triadic colors.