COLOR #B36038

HEX: #B36038
RGB: (179,96,56)

Color info

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

RGB color model

#B36038 color RGB value is (179,96,56).

  • red value is 179;
  • green value is 96;
  • blue value is 56.
RGB:
(179,96,56)
(70%,38%,22%)

RGB channels and saturation

R 179 of 255 = 70%
G 96 of 255 = 38%
B 56 of 255 = 22%

179
96
56

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

Portions of RGB colors in percentages

R + G + B =
179 + 96 + 56 = 331 (100%)
R 179 of 331 ~ 54.08%
G 96 of 331 ~ 29%
B 56 of 331 ~ 16.92%

%54.08
%29
%16.92

CMYK color model

#B36038 color CMYK value is (0,46,69,30).

  • cyan value is 0.00%
  • magenta value is 46.37%
  • yellow value is 68.72%
  • key color value is 29.80%
CMYK:
(0,46,69,30)
C0M46Y69K30 
(0%,46%,69%,30%)
(0.00/0.46/0.69/0.30)	

CMYK percentages

%0
%46.37
%68.72
%29.8

Codes

Color #B36038 in popluar color models

B36038
RGB1799656
HSL20°52.34%46.08%
HSB/HSV20°68.72%70.20%
CMYK0.00%46.37%68.72%
29.80%

Color #B36038 in popluar number systems.

HEXB36038
Decimal1799656
Binary101100111100000111000
Octal26314070

Shades and tints

Shades of #B36038

#B36038
(179,96,56)
#A35833
(163,88,51)
#93502E
(147,80,46)
#834829
(131,72,41)
#734024
(115,64,36)
#63381F
(99,56,31)
#53301A
(83,48,26)
#432815
(67,40,21)
#332010
(51,32,16)
#23180B
(35,24,11)
#131006
(19,16,6)
#000000
(0,0,0)

Tints of #B36038

#B36038
(179,96,56)
#B96E4A
(185,110,74)
#BF7C5C
(191,124,92)
#C58A6E
(197,138,110)
#CB9880
(203,152,128)
#D1A692
(209,166,146)
#D7B4A4
(215,180,164)
#DDC2B6
(221,194,182)
#E3D0C8
(227,208,200)
#E9DEDA
(233,222,218)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36038 color. Also use rgb(179,96,56) instead hex code.

Text Font Color

.myTextColor { color: #B36038; }

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

This text font color is #B36038.


Background Color

.myBgColor { background-color: #B36038; }

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

This div background color is #B36038.


Border color

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

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

This div border color is #B36038.


Opacity

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

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

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

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

This text has shadow with #B36038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36038 on black background.


Color preview on white background

This text has color #B36038 on white background.



Black color preview on #B36038 background

This text has black color on #B36038 background.


White color preview on #B36038 background

This text has white color on #B36038 background.