COLOR #B35D64

HEX: #B35D64
RGB: (179,93,100)

Color info

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

RGB color model

#B35D64 color RGB value is (179,93,100).

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

RGB channels and saturation

R 179 of 255 = 70%
G 93 of 255 = 36%
B 100 of 255 = 39%

179
93
100

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

Portions of RGB colors in percentages

R + G + B =
179 + 93 + 100 = 372 (100%)
R 179 of 372 ~ 48.12%
G 93 of 372 ~ 25%
B 100 of 372 ~ 26.88%

%48.12
%25
%26.88

CMYK color model

#B35D64 color CMYK value is (0,48,44,30).

  • cyan value is 0.00%
  • magenta value is 48.04%
  • yellow value is 44.13%
  • key color value is 29.80%
CMYK:
(0,48,44,30)
C0M48Y44K30 
(0%,48%,44%,30%)
(0.00/0.48/0.44/0.30)	

CMYK percentages

%0
%48.04
%44.13
%29.8

Codes

Color #B35D64 in popluar color models

B35D64
RGB17993100
HSL355°36.13%53.33%
HSB/HSV355°48.04%70.20%
CMYK0.00%48.04%44.13%
29.80%

Color #B35D64 in popluar number systems.

HEXB35D64
Decimal17993100
Binary1011001110111011100100
Octal263135144

Shades and tints

Shades of #B35D64

#B35D64
(179,93,100)
#A3555B
(163,85,91)
#934D52
(147,77,82)
#834549
(131,69,73)
#733D40
(115,61,64)
#633537
(99,53,55)
#532D2E
(83,45,46)
#432525
(67,37,37)
#331D1C
(51,29,28)
#231513
(35,21,19)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #B35D64

#B35D64
(179,93,100)
#B96B72
(185,107,114)
#BF7980
(191,121,128)
#C5878E
(197,135,142)
#CB959C
(203,149,156)
#D1A3AA
(209,163,170)
#D7B1B8
(215,177,184)
#DDBFC6
(221,191,198)
#E3CDD4
(227,205,212)
#E9DBE2
(233,219,226)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B35D64; }

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

This text font color is #B35D64.


Background Color

.myBgColor { background-color: #B35D64; }

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

This div background color is #B35D64.


Border color

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

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

This div border color is #B35D64.


Opacity

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

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

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

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

This text has shadow with #B35D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35D64 on black background.


Color preview on white background

This text has color #B35D64 on white background.



Black color preview on #B35D64 background

This text has black color on #B35D64 background.


White color preview on #B35D64 background

This text has white color on #B35D64 background.