COLOR #B3634E

HEX: #B3634E
RGB: (179,99,78)

Color info

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

RGB color model

#B3634E color RGB value is (179,99,78).

  • red value is 179;
  • green value is 99;
  • blue value is 78.
RGB:
(179,99,78)
(70%,39%,31%)

RGB channels and saturation

R 179 of 255 = 70%
G 99 of 255 = 39%
B 78 of 255 = 31%

179
99
78

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

Portions of RGB colors in percentages

R + G + B =
179 + 99 + 78 = 356 (100%)
R 179 of 356 ~ 50.28%
G 99 of 356 ~ 27.81%
B 78 of 356 ~ 21.91%

%50.28
%27.81
%21.91

CMYK color model

#B3634E color CMYK value is (0,45,56,30).

  • cyan value is 0.00%
  • magenta value is 44.69%
  • yellow value is 56.42%
  • key color value is 29.80%
CMYK:
(0,45,56,30)
C0M45Y56K30 
(0%,45%,56%,30%)
(0.00/0.45/0.56/0.30)	

CMYK percentages

%0
%44.69
%56.42
%29.8

Codes

Color #B3634E in popluar color models

B3634E
RGB1799978
HSL12°39.92%50.39%
HSB/HSV12°56.42%70.20%
CMYK0.00%44.69%56.42%
29.80%

Color #B3634E in popluar number systems.

HEXB3634E
Decimal1799978
Binary1011001111000111001110
Octal263143116

Shades and tints

Shades of #B3634E

#B3634E
(179,99,78)
#A35A47
(163,90,71)
#935140
(147,81,64)
#834839
(131,72,57)
#733F32
(115,63,50)
#63362B
(99,54,43)
#532D24
(83,45,36)
#43241D
(67,36,29)
#331B16
(51,27,22)
#23120F
(35,18,15)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #B3634E

#B3634E
(179,99,78)
#B9715E
(185,113,94)
#BF7F6E
(191,127,110)
#C58D7E
(197,141,126)
#CB9B8E
(203,155,142)
#D1A99E
(209,169,158)
#D7B7AE
(215,183,174)
#DDC5BE
(221,197,190)
#E3D3CE
(227,211,206)
#E9E1DE
(233,225,222)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3634E; }

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

This text font color is #B3634E.


Background Color

.myBgColor { background-color: #B3634E; }

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

This div background color is #B3634E.


Border color

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

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

This div border color is #B3634E.


Opacity

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

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

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

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

This text has shadow with #B3634E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3634E on black background.


Color preview on white background

This text has color #B3634E on white background.



Black color preview on #B3634E background

This text has black color on #B3634E background.


White color preview on #B3634E background

This text has white color on #B3634E background.