COLOR #B7424D

HEX: #B7424D
RGB: (183,66,77)

Color info

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

RGB color model

#B7424D color RGB value is (183,66,77).

  • red value is 183;
  • green value is 66;
  • blue value is 77.
RGB:
(183,66,77)
(72%,26%,30%)

RGB channels and saturation

R 183 of 255 = 72%
G 66 of 255 = 26%
B 77 of 255 = 30%

183
66
77

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

Portions of RGB colors in percentages

R + G + B =
183 + 66 + 77 = 326 (100%)
R 183 of 326 ~ 56.13%
G 66 of 326 ~ 20.25%
B 77 of 326 ~ 23.62%

%56.13
%20.25
%23.62

CMYK color model

#B7424D color CMYK value is (0,64,58,28).

  • cyan value is 0.00%
  • magenta value is 63.93%
  • yellow value is 57.92%
  • key color value is 28.24%
CMYK:
(0,64,58,28)
C0M64Y58K28 
(0%,64%,58%,28%)
(0.00/0.64/0.58/0.28)	

CMYK percentages

%0
%63.93
%57.92
%28.24

Codes

Color #B7424D in popluar color models

B7424D
RGB1836677
HSL354°46.99%48.82%
HSB/HSV354°63.93%71.76%
CMYK0.00%63.93%57.92%
28.24%

Color #B7424D in popluar number systems.

HEXB7424D
Decimal1836677
Binary1011011110000101001101
Octal267102115

Shades and tints

Shades of #B7424D

#B7424D
(183,66,77)
#A73C46
(167,60,70)
#97363F
(151,54,63)
#873038
(135,48,56)
#772A31
(119,42,49)
#67242A
(103,36,42)
#571E23
(87,30,35)
#47181C
(71,24,28)
#371215
(55,18,21)
#270C0E
(39,12,14)
#170607
(23,6,7)
#000000
(0,0,0)

Tints of #B7424D

#B7424D
(183,66,77)
#BD535D
(189,83,93)
#C3646D
(195,100,109)
#C9757D
(201,117,125)
#CF868D
(207,134,141)
#D5979D
(213,151,157)
#DBA8AD
(219,168,173)
#E1B9BD
(225,185,189)
#E7CACD
(231,202,205)
#EDDBDD
(237,219,221)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7424D color. Also use rgb(183,66,77) instead hex code.

Text Font Color

.myTextColor { color: #B7424D; }

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

This text font color is #B7424D.


Background Color

.myBgColor { background-color: #B7424D; }

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

This div background color is #B7424D.


Border color

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

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

This div border color is #B7424D.


Opacity

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

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

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

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

This text has shadow with #B7424D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7424D on black background.


Color preview on white background

This text has color #B7424D on white background.



Black color preview on #B7424D background

This text has black color on #B7424D background.


White color preview on #B7424D background

This text has white color on #B7424D background.