COLOR #B83C43

HEX: #B83C43
RGB: (184,60,67)

Color info

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

RGB color model

#B83C43 color RGB value is (184,60,67).

  • red value is 184;
  • green value is 60;
  • blue value is 67.
RGB:
(184,60,67)
(72%,24%,26%)

RGB channels and saturation

R 184 of 255 = 72%
G 60 of 255 = 24%
B 67 of 255 = 26%

184
60
67

R + G + B ~ 41%. #B83C43 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
184 + 60 + 67 = 311 (100%)
R 184 of 311 ~ 59.16%
G 60 of 311 ~ 19.29%
B 67 of 311 ~ 21.54%

%59.16
%19.29
%21.54

CMYK color model

#B83C43 color CMYK value is (0,67,64,28).

  • cyan value is 0.00%
  • magenta value is 67.39%
  • yellow value is 63.59%
  • key color value is 27.84%
CMYK:
(0,67,64,28)
C0M67Y64K28 
(0%,67%,64%,28%)
(0.00/0.67/0.64/0.28)	

CMYK percentages

%0
%67.39
%63.59
%27.84

Codes

Color #B83C43 in popluar color models

B83C43
RGB1846067
HSL357°50.82%47.84%
HSB/HSV357°67.39%72.16%
CMYK0.00%67.39%63.59%
27.84%

Color #B83C43 in popluar number systems.

HEXB83C43
Decimal1846067
Binary101110001111001000011
Octal27074103

Shades and tints

Shades of #B83C43

#B83C43
(184,60,67)
#A8373D
(168,55,61)
#983237
(152,50,55)
#882D31
(136,45,49)
#78282B
(120,40,43)
#682325
(104,35,37)
#581E1F
(88,30,31)
#481919
(72,25,25)
#381413
(56,20,19)
#280F0D
(40,15,13)
#180A07
(24,10,7)
#000000
(0,0,0)

Tints of #B83C43

#B83C43
(184,60,67)
#BE4D54
(190,77,84)
#C45E65
(196,94,101)
#CA6F76
(202,111,118)
#D08087
(208,128,135)
#D69198
(214,145,152)
#DCA2A9
(220,162,169)
#E2B3BA
(226,179,186)
#E8C4CB
(232,196,203)
#EED5DC
(238,213,220)
#F4E6ED
(244,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B83C43 color. Also use rgb(184,60,67) instead hex code.

Text Font Color

.myTextColor { color: #B83C43; }

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

This text font color is #B83C43.


Background Color

.myBgColor { background-color: #B83C43; }

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

This div background color is #B83C43.


Border color

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

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

This div border color is #B83C43.


Opacity

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

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

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

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

This text has shadow with #B83C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B83C43 on black background.


Color preview on white background

This text has color #B83C43 on white background.



Black color preview on #B83C43 background

This text has black color on #B83C43 background.


White color preview on #B83C43 background

This text has white color on #B83C43 background.