COLOR #B3633D

HEX: #B3633D
RGB: (179,99,61)

Color info

#B3633D contains mainly red color. Web safe color of #B3633D is #996633 (or #963).

RGB color model

#B3633D color RGB value is (179,99,61).

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

RGB channels and saturation

R 179 of 255 = 70%
G 99 of 255 = 39%
B 61 of 255 = 24%

179
99
61

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

Portions of RGB colors in percentages

R + G + B =
179 + 99 + 61 = 339 (100%)
R 179 of 339 ~ 52.8%
G 99 of 339 ~ 29.2%
B 61 of 339 ~ 17.99%

%52.8
%29.2
%17.99

CMYK color model

#B3633D color CMYK value is (0,45,66,30).

  • cyan value is 0.00%
  • magenta value is 44.69%
  • yellow value is 65.92%
  • key color value is 29.80%
CMYK:
(0,45,66,30)
C0M45Y66K30 
(0%,45%,66%,30%)
(0.00/0.45/0.66/0.30)	

CMYK percentages

%0
%44.69
%65.92
%29.8

Codes

Color #B3633D in popluar color models

B3633D
RGB1799961
HSL19°49.17%47.06%
HSB/HSV19°65.92%70.20%
CMYK0.00%44.69%65.92%
29.80%

Color #B3633D in popluar number systems.

HEXB3633D
Decimal1799961
Binary101100111100011111101
Octal26314375

Shades and tints

Shades of #B3633D

#B3633D
(179,99,61)
#A35A38
(163,90,56)
#935133
(147,81,51)
#83482E
(131,72,46)
#733F29
(115,63,41)
#633624
(99,54,36)
#532D1F
(83,45,31)
#43241A
(67,36,26)
#331B15
(51,27,21)
#231210
(35,18,16)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #B3633D

#B3633D
(179,99,61)
#B9714E
(185,113,78)
#BF7F5F
(191,127,95)
#C58D70
(197,141,112)
#CB9B81
(203,155,129)
#D1A992
(209,169,146)
#D7B7A3
(215,183,163)
#DDC5B4
(221,197,180)
#E3D3C5
(227,211,197)
#E9E1D6
(233,225,214)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3633D; }

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

This text font color is #B3633D.


Background Color

.myBgColor { background-color: #B3633D; }

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

This div background color is #B3633D.


Border color

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

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

This div border color is #B3633D.


Opacity

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

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

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

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

This text has shadow with #B3633D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3633D on black background.


Color preview on white background

This text has color #B3633D on white background.



Black color preview on #B3633D background

This text has black color on #B3633D background.


White color preview on #B3633D background

This text has white color on #B3633D background.