COLOR #B3530B

HEX: #B3530B RGB: (179,83,11)

Color info

#B3530B contains mainly red color. Web safe color of #B3530B is #996600 (or #960).

RGB color model

#B3530B color RGB value is (179,83,11).

RGB: (179,83,11) (70%, 33%, 4%)

RGB channels and saturation

R 179 of 255 = 70%
G 83 of 255 = 33%
B 11 of 255 = 4%

179
83
11

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

Portions of RGB colors in percentages

R + G + B = 179 + 83 + 11 = 273 (100%)
R 179 of 273 ~ 65.57%
G 83 of 273 ~ 30.4%
B 11 of 273 ~ 4.03'%

%65.57
%30.4

CMYK color model

#B3530B color CMYK value is (0,54,94,30).

  • cyan value is 0.00%
  • magenta value is 53.63%
  • yellow value is 93.85%
  • key color value is 29.80%

CMYK: (0,54,94,30)
C0M54Y94K30 (0%, 54%, 94%, 30%)
(0.00 / 0.54 / 0.94 / 0.30)

CMYK percentages

%0
%53.63
%93.85
%29.8

Codes

Color #B3530B in popluar color models

B3 53 0B
RGB 179 83 11
HSL 26° 88.42% 37.25%
HSB/HSV 26° 93.85% 70.20%
CMYK 0.00% 53.63% 93.85%
29.80%

Color #B3530B in popluar number systems.

HEX B3 53 0B
Decimal 179 83 11
Binary 10110011 1010011 1011
Octal 263 123 13

Shades and tints

Shades of #B3530B

#B3530B
(179,83,11)
#A34C0A
(163,76,10)
#934509
(147,69,9)
#833E08
(131,62,8)
#733707
(115,55,7)
#633006
(99,48,6)
#532905
(83,41,5)
#432204
(67,34,4)
#331B03
(51,27,3)
#231402
(35,20,2)
#130D01
(19,13,1)
#000000
(0,0,0)

Tints of #B3530B

#B3530B
(179,83,11)
#B96221
(185,98,33)
#BF7137
(191,113,55)
#C5804D
(197,128,77)
#CB8F63
(203,143,99)
#D19E79
(209,158,121)
#D7AD8F
(215,173,143)
#DDBCA5
(221,188,165)
#E3CBBB
(227,203,187)
#E9DAD1
(233,218,209)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3530B color. Also use rgb(179,83,11) instead hex code.

Text Font Color

.myTextColor { color: #B3530B; }

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

This text font color is #B3530B.

Background Color

.myBgColor { background-color: #B3530B; }

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

This div background color is #B3530B.

Border color

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

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

This div border color is #B3530B.

Opacity

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

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

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

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

This text has shadow with #B3530B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3530B.

Preview

Color preview on black background

This text has color #B3530B on black background.


Color preview on white background

This text has color #B3530B on white background.


Black color preview on #B3530B background

This text has black color on #B3530B background.


White color preview on #B3530B background

This text has white color on #B3530B background.


Related colors

Complementary color

Complementary color for #B3530B is #4CACF4.


I love getcolorcode.com

Triadic colors

1 #0BB353 and #530BB3 with #B3530B are triadic colors.

2 #0B53B3 and #53B30B with #B3530B are triadic colors.