COLOR #B82844

HEX: #B82844
RGB: (184,40,68)

Color info

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

RGB color model

#B82844 color RGB value is (184,40,68).

  • red value is 184;
  • green value is 40;
  • blue value is 68.
RGB:
(184,40,68)
(72%,16%,27%)

RGB channels and saturation

R 184 of 255 = 72%
G 40 of 255 = 16%
B 68 of 255 = 27%

184
40
68

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

Portions of RGB colors in percentages

R + G + B =
184 + 40 + 68 = 292 (100%)
R 184 of 292 ~ 63.01%
G 40 of 292 ~ 13.7%
B 68 of 292 ~ 23.29%

%63.01
%13.7
%23.29

CMYK color model

#B82844 color CMYK value is (0,78,63,28).

  • cyan value is 0.00%
  • magenta value is 78.26%
  • yellow value is 63.04%
  • key color value is 27.84%
CMYK:
(0,78,63,28)
C0M78Y63K28 
(0%,78%,63%,28%)
(0.00/0.78/0.63/0.28)	

CMYK percentages

%0
%78.26
%63.04
%27.84

Codes

Color #B82844 in popluar color models

B82844
RGB1844068
HSL348°64.29%43.92%
HSB/HSV348°78.26%72.16%
CMYK0.00%78.26%63.04%
27.84%

Color #B82844 in popluar number systems.

HEXB82844
Decimal1844068
Binary101110001010001000100
Octal27050104

Shades and tints

Shades of #B82844

#B82844
(184,40,68)
#A8253E
(168,37,62)
#982238
(152,34,56)
#881F32
(136,31,50)
#781C2C
(120,28,44)
#681926
(104,25,38)
#581620
(88,22,32)
#48131A
(72,19,26)
#381014
(56,16,20)
#280D0E
(40,13,14)
#180A08
(24,10,8)
#000000
(0,0,0)

Tints of #B82844

#B82844
(184,40,68)
#BE3B55
(190,59,85)
#C44E66
(196,78,102)
#CA6177
(202,97,119)
#D07488
(208,116,136)
#D68799
(214,135,153)
#DC9AAA
(220,154,170)
#E2ADBB
(226,173,187)
#E8C0CC
(232,192,204)
#EED3DD
(238,211,221)
#F4E6EE
(244,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B82844 color. Also use rgb(184,40,68) instead hex code.

Text Font Color

.myTextColor { color: #B82844; }

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

This text font color is #B82844.


Background Color

.myBgColor { background-color: #B82844; }

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

This div background color is #B82844.


Border color

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

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

This div border color is #B82844.


Opacity

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

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

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

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

This text has shadow with #B82844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B82844 on black background.


Color preview on white background

This text has color #B82844 on white background.



Black color preview on #B82844 background

This text has black color on #B82844 background.


White color preview on #B82844 background

This text has white color on #B82844 background.