COLOR #B35954

HEX: #B35954
RGB: (179,89,84)

Color info

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

RGB color model

#B35954 color RGB value is (179,89,84).

  • red value is 179;
  • green value is 89;
  • blue value is 84.
RGB:
(179,89,84)
(70%,35%,33%)

RGB channels and saturation

R 179 of 255 = 70%
G 89 of 255 = 35%
B 84 of 255 = 33%

179
89
84

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

Portions of RGB colors in percentages

R + G + B =
179 + 89 + 84 = 352 (100%)
R 179 of 352 ~ 50.85%
G 89 of 352 ~ 25.28%
B 84 of 352 ~ 23.86%

%50.85
%25.28
%23.86

CMYK color model

#B35954 color CMYK value is (0,50,53,30).

  • cyan value is 0.00%
  • magenta value is 50.28%
  • yellow value is 53.07%
  • key color value is 29.80%
CMYK:
(0,50,53,30)
C0M50Y53K30 
(0%,50%,53%,30%)
(0.00/0.50/0.53/0.30)	

CMYK percentages

%0
%50.28
%53.07
%29.8

Codes

Color #B35954 in popluar color models

B35954
RGB1798984
HSL38.46%51.57%
HSB/HSV53.07%70.20%
CMYK0.00%50.28%53.07%
29.80%

Color #B35954 in popluar number systems.

HEXB35954
Decimal1798984
Binary1011001110110011010100
Octal263131124

Shades and tints

Shades of #B35954

#B35954
(179,89,84)
#A3514D
(163,81,77)
#934946
(147,73,70)
#83413F
(131,65,63)
#733938
(115,57,56)
#633131
(99,49,49)
#53292A
(83,41,42)
#432123
(67,33,35)
#33191C
(51,25,28)
#231115
(35,17,21)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #B35954

#B35954
(179,89,84)
#B96863
(185,104,99)
#BF7772
(191,119,114)
#C58681
(197,134,129)
#CB9590
(203,149,144)
#D1A49F
(209,164,159)
#D7B3AE
(215,179,174)
#DDC2BD
(221,194,189)
#E3D1CC
(227,209,204)
#E9E0DB
(233,224,219)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B35954; }

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

This text font color is #B35954.


Background Color

.myBgColor { background-color: #B35954; }

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

This div background color is #B35954.


Border color

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

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

This div border color is #B35954.


Opacity

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

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

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

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

This text has shadow with #B35954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35954 on black background.


Color preview on white background

This text has color #B35954 on white background.



Black color preview on #B35954 background

This text has black color on #B35954 background.


White color preview on #B35954 background

This text has white color on #B35954 background.