COLOR #B3595F

HEX: #B3595F
RGB: (179,89,95)

Color info

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

RGB color model

#B3595F color RGB value is (179,89,95).

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

RGB channels and saturation

R 179 of 255 = 70%
G 89 of 255 = 35%
B 95 of 255 = 37%

179
89
95

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

Portions of RGB colors in percentages

R + G + B =
179 + 89 + 95 = 363 (100%)
R 179 of 363 ~ 49.31%
G 89 of 363 ~ 24.52%
B 95 of 363 ~ 26.17%

%49.31
%24.52
%26.17

CMYK color model

#B3595F color CMYK value is (0,50,47,30).

  • cyan value is 0.00%
  • magenta value is 50.28%
  • yellow value is 46.93%
  • key color value is 29.80%
CMYK:
(0,50,47,30)
C0M50Y47K30 
(0%,50%,47%,30%)
(0.00/0.50/0.47/0.30)	

CMYK percentages

%0
%50.28
%46.93
%29.8

Codes

Color #B3595F in popluar color models

B3595F
RGB1798995
HSL356°37.19%52.55%
HSB/HSV356°50.28%70.20%
CMYK0.00%50.28%46.93%
29.80%

Color #B3595F in popluar number systems.

HEXB3595F
Decimal1798995
Binary1011001110110011011111
Octal263131137

Shades and tints

Shades of #B3595F

#B3595F
(179,89,95)
#A35157
(163,81,87)
#93494F
(147,73,79)
#834147
(131,65,71)
#73393F
(115,57,63)
#633137
(99,49,55)
#53292F
(83,41,47)
#432127
(67,33,39)
#33191F
(51,25,31)
#231117
(35,17,23)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #B3595F

#B3595F
(179,89,95)
#B9686D
(185,104,109)
#BF777B
(191,119,123)
#C58689
(197,134,137)
#CB9597
(203,149,151)
#D1A4A5
(209,164,165)
#D7B3B3
(215,179,179)
#DDC2C1
(221,194,193)
#E3D1CF
(227,209,207)
#E9E0DD
(233,224,221)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3595F; }

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

This text font color is #B3595F.


Background Color

.myBgColor { background-color: #B3595F; }

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

This div background color is #B3595F.


Border color

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

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

This div border color is #B3595F.


Opacity

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

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

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

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

This text has shadow with #B3595F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3595F on black background.


Color preview on white background

This text has color #B3595F on white background.



Black color preview on #B3595F background

This text has black color on #B3595F background.


White color preview on #B3595F background

This text has white color on #B3595F background.