COLOR #B35A3C

HEX: #B35A3C RGB: (179,90,60)

Color info

#B35A3C contains mainly red color. Web safe color of #B35A3C is #996633 (or #963).

RGB color model

#B35A3C color RGB value is (179,90,60).

RGB: (179,90,60) (70%, 35%, 24%)

RGB channels and saturation

R 179 of 255 = 70%
G 90 of 255 = 35%
B 60 of 255 = 24%

179
90
60

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

Portions of RGB colors in percentages

R + G + B = 179 + 90 + 60 = 329 (100%)
R 179 of 329 ~ 54.41%
G 90 of 329 ~ 27.36%
B 60 of 329 ~ 18.24'%

%54.41
%27.36
%18.24

CMYK color model

#B35A3C color CMYK value is (0,50,66,30).

  • cyan value is 0.00%
  • magenta value is 49.72%
  • yellow value is 66.48%
  • key color value is 29.80%
CMYK: (0,50,66,30) C0M50Y66K30 (0%,50%,66%,30%) (0.00/0.50/0.66/0.30) 

CMYK percentages

%0
%49.72
%66.48
%29.8

Codes

Color #B35A3C in popluar color models

B3 5A 3C
RGB 179 90 60
HSL 15° 49.79% 46.86%
HSB/HSV 15° 66.48% 70.20%
CMYK 0.00% 49.72% 66.48%
29.80%

Color #B35A3C in popluar number systems.

HEX B3 5A 3C
Decimal 179 90 60
Binary 10110011 1011010 111100
Octal 263 132 74

Shades and tints

Shades of #B35A3C

#B35A3C
(179,90,60)
#A35237
(163,82,55)
#934A32
(147,74,50)
#83422D
(131,66,45)
#733A28
(115,58,40)
#633223
(99,50,35)
#532A1E
(83,42,30)
#432219
(67,34,25)
#331A14
(51,26,20)
#23120F
(35,18,15)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #B35A3C

#B35A3C
(179,90,60)
#B9694D
(185,105,77)
#BF785E
(191,120,94)
#C5876F
(197,135,111)
#CB9680
(203,150,128)
#D1A591
(209,165,145)
#D7B4A2
(215,180,162)
#DDC3B3
(221,195,179)
#E3D2C4
(227,210,196)
#E9E1D5
(233,225,213)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35A3C color. Also use rgb(179,90,60) instead hex code.

Text Font Color

.myTextColor { color: #B35A3C; }

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

This text font color is #B35A3C.

Background Color

.myBgColor { background-color: #B35A3C; }

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

This div background color is #B35A3C.

Border color

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

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

This div border color is #B35A3C.

Opacity

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

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

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

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

This text has shadow with #B35A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B35A3C.

Preview

Color preview on black background

This text has color #B35A3C on black background.


Color preview on white background

This text has color #B35A3C on white background.


Black color preview on #B35A3C background

This text has black color on #B35A3C background.


White color preview on #B35A3C background

This text has white color on #B35A3C background.


Related colors

Complementary color

Complementary color for #hex is #4CA5C3.


I love getcolorcode.com

Triadic colors

1 #3CB35A and #5A3CB3 with #B35A3C are triadic colors.

2 #3C5AB3 and #5AB33C with #B35A3C are triadic colors.