COLOR #B36360

HEX: #B36360
RGB: (179,99,96)

Color info

#B36360 contains mainly red color. Web safe color of #B36360 is #996666 (or #966).

RGB color model

#B36360 color RGB value is (179,99,96).

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

RGB channels and saturation

R 179 of 255 = 70%
G 99 of 255 = 39%
B 96 of 255 = 38%

179
99
96

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

Portions of RGB colors in percentages

R + G + B =
179 + 99 + 96 = 374 (100%)
R 179 of 374 ~ 47.86%
G 99 of 374 ~ 26.47%
B 96 of 374 ~ 25.67%

%47.86
%26.47
%25.67

CMYK color model

#B36360 color CMYK value is (0,45,46,30).

  • cyan value is 0.00%
  • magenta value is 44.69%
  • yellow value is 46.37%
  • key color value is 29.80%
CMYK:
(0,45,46,30)
C0M45Y46K30 
(0%,45%,46%,30%)
(0.00/0.45/0.46/0.30)	

CMYK percentages

%0
%44.69
%46.37
%29.8

Codes

Color #B36360 in popluar color models

B36360
RGB1799996
HSL35.32%53.92%
HSB/HSV46.37%70.20%
CMYK0.00%44.69%46.37%
29.80%

Color #B36360 in popluar number systems.

HEXB36360
Decimal1799996
Binary1011001111000111100000
Octal263143140

Shades and tints

Shades of #B36360

#B36360
(179,99,96)
#A35A58
(163,90,88)
#935150
(147,81,80)
#834848
(131,72,72)
#733F40
(115,63,64)
#633638
(99,54,56)
#532D30
(83,45,48)
#432428
(67,36,40)
#331B20
(51,27,32)
#231218
(35,18,24)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #B36360

#B36360
(179,99,96)
#B9716E
(185,113,110)
#BF7F7C
(191,127,124)
#C58D8A
(197,141,138)
#CB9B98
(203,155,152)
#D1A9A6
(209,169,166)
#D7B7B4
(215,183,180)
#DDC5C2
(221,197,194)
#E3D3D0
(227,211,208)
#E9E1DE
(233,225,222)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36360; }

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

This text font color is #B36360.


Background Color

.myBgColor { background-color: #B36360; }

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

This div background color is #B36360.


Border color

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

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

This div border color is #B36360.


Opacity

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

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

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

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

This text has shadow with #B36360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36360 on black background.


Color preview on white background

This text has color #B36360 on white background.



Black color preview on #B36360 background

This text has black color on #B36360 background.


White color preview on #B36360 background

This text has white color on #B36360 background.