COLOR #B35C5C

HEX: #B35C5C
RGB: (179,92,92)

Color info

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

RGB color model

#B35C5C color RGB value is (179,92,92).

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

RGB channels and saturation

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

179
92
92

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

Portions of RGB colors in percentages

R + G + B =
179 + 92 + 92 = 363 (100%)
R 179 of 363 ~ 49.31%
G 92 of 363 ~ 25.34%
B 92 of 363 ~ 25.34%

%49.31
%25.34
%25.34

CMYK color model

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

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

CMYK percentages

%0
%48.6
%48.6
%29.8

Codes

Color #B35C5C in popluar color models

B35C5C
RGB1799292
HSL36.40%53.14%
HSB/HSV48.60%70.20%
CMYK0.00%48.60%48.60%
29.80%

Color #B35C5C in popluar number systems.

HEXB35C5C
Decimal1799292
Binary1011001110111001011100
Octal263134134

Shades and tints

Shades of #B35C5C

#B35C5C
(179,92,92)
#A35454
(163,84,84)
#934C4C
(147,76,76)
#834444
(131,68,68)
#733C3C
(115,60,60)
#633434
(99,52,52)
#532C2C
(83,44,44)
#432424
(67,36,36)
#331C1C
(51,28,28)
#231414
(35,20,20)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #B35C5C

#B35C5C
(179,92,92)
#B96A6A
(185,106,106)
#BF7878
(191,120,120)
#C58686
(197,134,134)
#CB9494
(203,148,148)
#D1A2A2
(209,162,162)
#D7B0B0
(215,176,176)
#DDBEBE
(221,190,190)
#E3CCCC
(227,204,204)
#E9DADA
(233,218,218)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B35C5C; }

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

This text font color is #B35C5C.


Background Color

.myBgColor { background-color: #B35C5C; }

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

This div background color is #B35C5C.


Border color

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

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

This div border color is #B35C5C.


Opacity

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

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

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

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

This text has shadow with #B35C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35C5C on black background.


Color preview on white background

This text has color #B35C5C on white background.



Black color preview on #B35C5C background

This text has black color on #B35C5C background.


White color preview on #B35C5C background

This text has white color on #B35C5C background.