COLOR #B83704

HEX: #B83704
RGB: (184,55,4)

Color info

#B83704 contains mainly red color. Web safe color of #B83704 is #CC3300 (or #C30).

RGB color model

#B83704 color RGB value is (184,55,4).

  • red value is 184;
  • green value is 55;
  • blue value is 4.
RGB:
(184,55,4)
(72%,22%,2%)

RGB channels and saturation

R 184 of 255 = 72%
G 55 of 255 = 22%
B 4 of 255 = 2%

184
55
4

R + G + B ~ 32%. #B83704 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 55 + 4 = 243 (100%)
R 184 of 243 ~ 75.72%
G 55 of 243 ~ 22.63%
B 4 of 243 ~ 1.65%

%75.72
%22.63

CMYK color model

#B83704 color CMYK value is (0,70,98,28).

  • cyan value is 0.00%
  • magenta value is 70.11%
  • yellow value is 97.83%
  • key color value is 27.84%
CMYK:
(0,70,98,28)
C0M70Y98K28 
(0%,70%,98%,28%)
(0.00/0.70/0.98/0.28)	

CMYK percentages

%0
%70.11
%97.83
%27.84

Codes

Color #B83704 in popluar color models

B83704
RGB184554
HSL17°95.74%36.86%
HSB/HSV17°97.83%72.16%
CMYK0.00%70.11%97.83%
27.84%

Color #B83704 in popluar number systems.

HEXB83704
Decimal184554
Binary10111000110111100
Octal270674

Shades and tints

Shades of #B83704

#B83704
(184,55,4)
#A83204
(168,50,4)
#982D04
(152,45,4)
#882804
(136,40,4)
#782304
(120,35,4)
#681E04
(104,30,4)
#581904
(88,25,4)
#481404
(72,20,4)
#380F04
(56,15,4)
#280A04
(40,10,4)
#180504
(24,5,4)
#000000
(0,0,0)

Tints of #B83704

#B83704
(184,55,4)
#BE491A
(190,73,26)
#C45B30
(196,91,48)
#CA6D46
(202,109,70)
#D07F5C
(208,127,92)
#D69172
(214,145,114)
#DCA388
(220,163,136)
#E2B59E
(226,181,158)
#E8C7B4
(232,199,180)
#EED9CA
(238,217,202)
#F4EBE0
(244,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B83704 color. Also use rgb(184,55,4) instead hex code.

Text Font Color

.myTextColor { color: #B83704; }

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

This text font color is #B83704.


Background Color

.myBgColor { background-color: #B83704; }

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

This div background color is #B83704.


Border color

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

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

This div border color is #B83704.


Opacity

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

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

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

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

This text has shadow with #B83704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B83704 on black background.


Color preview on white background

This text has color #B83704 on white background.



Black color preview on #B83704 background

This text has black color on #B83704 background.


White color preview on #B83704 background

This text has white color on #B83704 background.