COLOR #B35F1A

HEX: #B35F1A RGB: (179,95,26)

Color info

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

RGB color model

#B35F1A color RGB value is (179,95,26).

RGB: (179,95,26) (70%, 37%, 10%)

RGB channels and saturation

R 179 of 255 = 70%
G 95 of 255 = 37%
B 26 of 255 = 10%

179
95
26

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

Portions of RGB colors in percentages

R + G + B = 179 + 95 + 26 = 300 (100%)
R 179 of 300 ~ 59.67%
G 95 of 300 ~ 31.67%
B 26 of 300 ~ 8.67'%

%59.67
%31.67

CMYK color model

#B35F1A color CMYK value is (0,47,85,30).

  • cyan value is 0.00%
  • magenta value is 46.93%
  • yellow value is 85.47%
  • key color value is 29.80%

CMYK: (0,47,85,30)
C0M47Y85K30 (0%, 47%, 85%, 30%)
(0.00 / 0.47 / 0.85 / 0.30)

CMYK percentages

%0
%46.93
%85.47
%29.8

Codes

Color #B35F1A in popluar color models

B3 5F 1A
RGB 179 95 26
HSL 27° 74.63% 40.20%
HSB/HSV 27° 85.47% 70.20%
CMYK 0.00% 46.93% 85.47%
29.80%

Color #B35F1A in popluar number systems.

HEX B3 5F 1A
Decimal 179 95 26
Binary 10110011 1011111 11010
Octal 263 137 32

Shades and tints

Shades of #B35F1A

#B35F1A
(179,95,26)
#A35718
(163,87,24)
#934F16
(147,79,22)
#834714
(131,71,20)
#733F12
(115,63,18)
#633710
(99,55,16)
#532F0E
(83,47,14)
#43270C
(67,39,12)
#331F0A
(51,31,10)
#231708
(35,23,8)
#130F06
(19,15,6)
#000000
(0,0,0)

Tints of #B35F1A

#B35F1A
(179,95,26)
#B96D2E
(185,109,46)
#BF7B42
(191,123,66)
#C58956
(197,137,86)
#CB976A
(203,151,106)
#D1A57E
(209,165,126)
#D7B392
(215,179,146)
#DDC1A6
(221,193,166)
#E3CFBA
(227,207,186)
#E9DDCE
(233,221,206)
#EFEBE2
(239,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35F1A color. Also use rgb(179,95,26) instead hex code.

Text Font Color

.myTextColor { color: #B35F1A; }

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

This text font color is #B35F1A.

Background Color

.myBgColor { background-color: #B35F1A; }

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

This div background color is #B35F1A.

Border color

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

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

This div border color is #B35F1A.

Opacity

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

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

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

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

This text has shadow with #B35F1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B35F1A.

Preview

Color preview on black background

This text has color #B35F1A on black background.


Color preview on white background

This text has color #B35F1A on white background.


Black color preview on #B35F1A background

This text has black color on #B35F1A background.


White color preview on #B35F1A background

This text has white color on #B35F1A background.


Related colors

Complementary color

Complementary color for #hex is #4CA0E5.


I love getcolorcode.com

Triadic colors

1 #1AB35F and #5F1AB3 with #B35F1A are triadic colors.

2 #1A5FB3 and #5FB31A with #B35F1A are triadic colors.