COLOR #B3472F

HEX: #B3472F RGB: (179,71,47)

Color info

#B3472F contains mainly red color. Web safe color of #B3472F is #993333 (or #933).

RGB color model

#B3472F color RGB value is (179,71,47).

RGB: (179,71,47) (70%, 28%, 18%)

RGB channels and saturation

R 179 of 255 = 70%
G 71 of 255 = 28%
B 47 of 255 = 18%

179
71
47

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

Portions of RGB colors in percentages

R + G + B = 179 + 71 + 47 = 297 (100%)
R 179 of 297 ~ 60.27%
G 71 of 297 ~ 23.91%
B 47 of 297 ~ 15.82'%

%60.27
%23.91
%15.82

CMYK color model

#B3472F color CMYK value is (0,60,74,30).

  • cyan value is 0.00%
  • magenta value is 60.34%
  • yellow value is 73.74%
  • key color value is 29.80%
CMYK: (0,60,74,30) C0M60Y74K30 (0%,60%,74%,30%) (0.00/0.60/0.74/0.30) 

CMYK percentages

%0
%60.34
%73.74
%29.8

Codes

Color #B3472F in popluar color models

B3 47 2F
RGB 179 71 47
HSL 11° 58.41% 44.31%
HSB/HSV 11° 73.74% 70.20%
CMYK 0.00% 60.34% 73.74%
29.80%

Color #B3472F in popluar number systems.

HEX B3 47 2F
Decimal 179 71 47
Binary 10110011 1000111 101111
Octal 263 107 57

Shades and tints

Shades of #B3472F

#B3472F
(179,71,47)
#A3412B
(163,65,43)
#933B27
(147,59,39)
#833523
(131,53,35)
#732F1F
(115,47,31)
#63291B
(99,41,27)
#532317
(83,35,23)
#431D13
(67,29,19)
#33170F
(51,23,15)
#23110B
(35,17,11)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #B3472F

#B3472F
(179,71,47)
#B95741
(185,87,65)
#BF6753
(191,103,83)
#C57765
(197,119,101)
#CB8777
(203,135,119)
#D19789
(209,151,137)
#D7A79B
(215,167,155)
#DDB7AD
(221,183,173)
#E3C7BF
(227,199,191)
#E9D7D1
(233,215,209)
#EFE7E3
(239,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3472F color. Also use rgb(179,71,47) instead hex code.

Text Font Color

.myTextColor { color: #B3472F; }

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

This text font color is #B3472F.

Background Color

.myBgColor { background-color: #B3472F; }

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

This div background color is #B3472F.

Border color

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

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

This div border color is #B3472F.

Opacity

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

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

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

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

This text has shadow with #B3472F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3472F.

Preview

Color preview on black background

This text has color #B3472F on black background.


Color preview on white background

This text has color #B3472F on white background.


Black color preview on #B3472F background

This text has black color on #B3472F background.


White color preview on #B3472F background

This text has white color on #B3472F background.


Related colors

Complementary color

Complementary color for #hex is #4CB8D0.


I love getcolorcode.com

Triadic colors

1 #2FB347 and #472FB3 with #B3472F are triadic colors.

2 #2F47B3 and #47B32F with #B3472F are triadic colors.