COLOR #B04630

HEX: #B04630
RGB: (176,70,48)

Color info

#B04630 contains mainly red color. Web safe color of #B04630 is #993333 (or #933).

RGB color model

#B04630 color RGB value is (176,70,48).

  • red value is 176;
  • green value is 70;
  • blue value is 48.
RGB:
(176,70,48)
(69%,27%,19%)

RGB channels and saturation

R 176 of 255 = 69%
G 70 of 255 = 27%
B 48 of 255 = 19%

176
70
48

R + G + B ~ 38%. #B04630 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 70 + 48 = 294 (100%)
R 176 of 294 ~ 59.86%
G 70 of 294 ~ 23.81%
B 48 of 294 ~ 16.33%

%59.86
%23.81
%16.33

CMYK color model

#B04630 color CMYK value is (0,60,73,31).

  • cyan value is 0.00%
  • magenta value is 60.23%
  • yellow value is 72.73%
  • key color value is 30.98%
CMYK:
(0,60,73,31)
C0M60Y73K31 
(0%,60%,73%,31%)
(0.00/0.60/0.73/0.31)	

CMYK percentages

%0
%60.23
%72.73
%30.98

Codes

Color #B04630 in popluar color models

B04630
RGB1767048
HSL10°57.14%43.92%
HSB/HSV10°72.73%69.02%
CMYK0.00%60.23%72.73%
30.98%

Color #B04630 in popluar number systems.

HEXB04630
Decimal1767048
Binary101100001000110110000
Octal26010660

Shades and tints

Shades of #B04630

#B04630
(176,70,48)
#A0402C
(160,64,44)
#903A28
(144,58,40)
#803424
(128,52,36)
#702E20
(112,46,32)
#60281C
(96,40,28)
#502218
(80,34,24)
#401C14
(64,28,20)
#301610
(48,22,16)
#20100C
(32,16,12)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #B04630

#B04630
(176,70,48)
#B75642
(183,86,66)
#BE6654
(190,102,84)
#C57666
(197,118,102)
#CC8678
(204,134,120)
#D3968A
(211,150,138)
#DAA69C
(218,166,156)
#E1B6AE
(225,182,174)
#E8C6C0
(232,198,192)
#EFD6D2
(239,214,210)
#F6E6E4
(246,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04630 color. Also use rgb(176,70,48) instead hex code.

Text Font Color

.myTextColor { color: #B04630; }

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

This text font color is #B04630.


Background Color

.myBgColor { background-color: #B04630; }

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

This div background color is #B04630.


Border color

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

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

This div border color is #B04630.


Opacity

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

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

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

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

This text has shadow with #B04630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04630 on black background.


Color preview on white background

This text has color #B04630 on white background.



Black color preview on #B04630 background

This text has black color on #B04630 background.


White color preview on #B04630 background

This text has white color on #B04630 background.