COLOR #B82337

HEX: #B82337
RGB: (184,35,55)

Color info

#B82337 contains mainly red color. Web safe color of #B82337 is #CC3333 (or #C33).

RGB color model

#B82337 color RGB value is (184,35,55).

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

RGB channels and saturation

R 184 of 255 = 72%
G 35 of 255 = 14%
B 55 of 255 = 22%

184
35
55

R + G + B ~ 36%. #B82337 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 35 + 55 = 274 (100%)
R 184 of 274 ~ 67.15%
G 35 of 274 ~ 12.77%
B 55 of 274 ~ 20.07%

%67.15
%12.77
%20.07

CMYK color model

#B82337 color CMYK value is (0,81,70,28).

  • cyan value is 0.00%
  • magenta value is 80.98%
  • yellow value is 70.11%
  • key color value is 27.84%
CMYK:
(0,81,70,28)
C0M81Y70K28 
(0%,81%,70%,28%)
(0.00/0.81/0.70/0.28)	

CMYK percentages

%0
%80.98
%70.11
%27.84

Codes

Color #B82337 in popluar color models

B82337
RGB1843555
HSL352°68.04%42.94%
HSB/HSV352°80.98%72.16%
CMYK0.00%80.98%70.11%
27.84%

Color #B82337 in popluar number systems.

HEXB82337
Decimal1843555
Binary10111000100011110111
Octal2704367

Shades and tints

Shades of #B82337

#B82337
(184,35,55)
#A82032
(168,32,50)
#981D2D
(152,29,45)
#881A28
(136,26,40)
#781723
(120,23,35)
#68141E
(104,20,30)
#581119
(88,17,25)
#480E14
(72,14,20)
#380B0F
(56,11,15)
#28080A
(40,8,10)
#180505
(24,5,5)
#000000
(0,0,0)

Tints of #B82337

#B82337
(184,35,55)
#BE3749
(190,55,73)
#C44B5B
(196,75,91)
#CA5F6D
(202,95,109)
#D0737F
(208,115,127)
#D68791
(214,135,145)
#DC9BA3
(220,155,163)
#E2AFB5
(226,175,181)
#E8C3C7
(232,195,199)
#EED7D9
(238,215,217)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B82337; }

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

This text font color is #B82337.


Background Color

.myBgColor { background-color: #B82337; }

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

This div background color is #B82337.


Border color

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

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

This div border color is #B82337.


Opacity

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

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

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

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

This text has shadow with #B82337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B82337 on black background.


Color preview on white background

This text has color #B82337 on white background.



Black color preview on #B82337 background

This text has black color on #B82337 background.


White color preview on #B82337 background

This text has white color on #B82337 background.