COLOR #B35C6F

HEX: #B35C6F
RGB: (179,92,111)

Color info

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

RGB color model

#B35C6F color RGB value is (179,92,111).

  • red value is 179;
  • green value is 92;
  • blue value is 111.
RGB:
(179,92,111)
(70%,36%,44%)

RGB channels and saturation

R 179 of 255 = 70%
G 92 of 255 = 36%
B 111 of 255 = 44%

179
92
111

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

Portions of RGB colors in percentages

R + G + B =
179 + 92 + 111 = 382 (100%)
R 179 of 382 ~ 46.86%
G 92 of 382 ~ 24.08%
B 111 of 382 ~ 29.06%

%46.86
%24.08
%29.06

CMYK color model

#B35C6F color CMYK value is (0,49,38,30).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 37.99%
  • key color value is 29.80%
CMYK:
(0,49,38,30)
C0M49Y38K30 
(0%,49%,38%,30%)
(0.00/0.49/0.38/0.30)	

CMYK percentages

%0
%48.6
%37.99
%29.8

Codes

Color #B35C6F in popluar color models

B35C6F
RGB17992111
HSL347°36.40%53.14%
HSB/HSV347°48.60%70.20%
CMYK0.00%48.60%37.99%
29.80%

Color #B35C6F in popluar number systems.

HEXB35C6F
Decimal17992111
Binary1011001110111001101111
Octal263134157

Shades and tints

Shades of #B35C6F

#B35C6F
(179,92,111)
#A35465
(163,84,101)
#934C5B
(147,76,91)
#834451
(131,68,81)
#733C47
(115,60,71)
#63343D
(99,52,61)
#532C33
(83,44,51)
#432429
(67,36,41)
#331C1F
(51,28,31)
#231415
(35,20,21)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #B35C6F

#B35C6F
(179,92,111)
#B96A7C
(185,106,124)
#BF7889
(191,120,137)
#C58696
(197,134,150)
#CB94A3
(203,148,163)
#D1A2B0
(209,162,176)
#D7B0BD
(215,176,189)
#DDBECA
(221,190,202)
#E3CCD7
(227,204,215)
#E9DAE4
(233,218,228)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35C6F color. Also use rgb(179,92,111) instead hex code.

Text Font Color

.myTextColor { color: #B35C6F; }

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

This text font color is #B35C6F.


Background Color

.myBgColor { background-color: #B35C6F; }

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

This div background color is #B35C6F.


Border color

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

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

This div border color is #B35C6F.


Opacity

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

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

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

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

This text has shadow with #B35C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35C6F on black background.


Color preview on white background

This text has color #B35C6F on white background.



Black color preview on #B35C6F background

This text has black color on #B35C6F background.


White color preview on #B35C6F background

This text has white color on #B35C6F background.