COLOR #B83D38

HEX: #B83D38
RGB: (184,61,56)

Color info

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

RGB color model

#B83D38 color RGB value is (184,61,56).

  • red value is 184;
  • green value is 61;
  • blue value is 56.
RGB:
(184,61,56)
(72%,24%,22%)

RGB channels and saturation

R 184 of 255 = 72%
G 61 of 255 = 24%
B 56 of 255 = 22%

184
61
56

R + G + B ~ 39%. #B83D38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 61 + 56 = 301 (100%)
R 184 of 301 ~ 61.13%
G 61 of 301 ~ 20.27%
B 56 of 301 ~ 18.6%

%61.13
%20.27
%18.6

CMYK color model

#B83D38 color CMYK value is (0,67,70,28).

  • cyan value is 0.00%
  • magenta value is 66.85%
  • yellow value is 69.57%
  • key color value is 27.84%
CMYK:
(0,67,70,28)
C0M67Y70K28 
(0%,67%,70%,28%)
(0.00/0.67/0.70/0.28)	

CMYK percentages

%0
%66.85
%69.57
%27.84

Codes

Color #B83D38 in popluar color models

B83D38
RGB1846156
HSL53.33%47.06%
HSB/HSV69.57%72.16%
CMYK0.00%66.85%69.57%
27.84%

Color #B83D38 in popluar number systems.

HEXB83D38
Decimal1846156
Binary10111000111101111000
Octal2707570

Shades and tints

Shades of #B83D38

#B83D38
(184,61,56)
#A83833
(168,56,51)
#98332E
(152,51,46)
#882E29
(136,46,41)
#782924
(120,41,36)
#68241F
(104,36,31)
#581F1A
(88,31,26)
#481A15
(72,26,21)
#381510
(56,21,16)
#28100B
(40,16,11)
#180B06
(24,11,6)
#000000
(0,0,0)

Tints of #B83D38

#B83D38
(184,61,56)
#BE4E4A
(190,78,74)
#C45F5C
(196,95,92)
#CA706E
(202,112,110)
#D08180
(208,129,128)
#D69292
(214,146,146)
#DCA3A4
(220,163,164)
#E2B4B6
(226,180,182)
#E8C5C8
(232,197,200)
#EED6DA
(238,214,218)
#F4E7EC
(244,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B83D38 color. Also use rgb(184,61,56) instead hex code.

Text Font Color

.myTextColor { color: #B83D38; }

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

This text font color is #B83D38.


Background Color

.myBgColor { background-color: #B83D38; }

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

This div background color is #B83D38.


Border color

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

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

This div border color is #B83D38.


Opacity

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

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

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

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

This text has shadow with #B83D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B83D38 on black background.


Color preview on white background

This text has color #B83D38 on white background.



Black color preview on #B83D38 background

This text has black color on #B83D38 background.


White color preview on #B83D38 background

This text has white color on #B83D38 background.