COLOR #B5374D

HEX: #B5374D
RGB: (181,55,77)

Color info

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

RGB color model

#B5374D color RGB value is (181,55,77).

  • red value is 181;
  • green value is 55;
  • blue value is 77.
RGB:
(181,55,77)
(71%,22%,30%)

RGB channels and saturation

R 181 of 255 = 71%
G 55 of 255 = 22%
B 77 of 255 = 30%

181
55
77

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

Portions of RGB colors in percentages

R + G + B =
181 + 55 + 77 = 313 (100%)
R 181 of 313 ~ 57.83%
G 55 of 313 ~ 17.57%
B 77 of 313 ~ 24.6%

%57.83
%17.57
%24.6

CMYK color model

#B5374D color CMYK value is (0,70,57,29).

  • cyan value is 0.00%
  • magenta value is 69.61%
  • yellow value is 57.46%
  • key color value is 29.02%
CMYK:
(0,70,57,29)
C0M70Y57K29 
(0%,70%,57%,29%)
(0.00/0.70/0.57/0.29)	

CMYK percentages

%0
%69.61
%57.46
%29.02

Codes

Color #B5374D in popluar color models

B5374D
RGB1815577
HSL350°53.39%46.27%
HSB/HSV350°69.61%70.98%
CMYK0.00%69.61%57.46%
29.02%

Color #B5374D in popluar number systems.

HEXB5374D
Decimal1815577
Binary101101011101111001101
Octal26567115

Shades and tints

Shades of #B5374D

#B5374D
(181,55,77)
#A53246
(165,50,70)
#952D3F
(149,45,63)
#852838
(133,40,56)
#752331
(117,35,49)
#651E2A
(101,30,42)
#551923
(85,25,35)
#45141C
(69,20,28)
#350F15
(53,15,21)
#250A0E
(37,10,14)
#150507
(21,5,7)
#000000
(0,0,0)

Tints of #B5374D

#B5374D
(181,55,77)
#BB495D
(187,73,93)
#C15B6D
(193,91,109)
#C76D7D
(199,109,125)
#CD7F8D
(205,127,141)
#D3919D
(211,145,157)
#D9A3AD
(217,163,173)
#DFB5BD
(223,181,189)
#E5C7CD
(229,199,205)
#EBD9DD
(235,217,221)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5374D color. Also use rgb(181,55,77) instead hex code.

Text Font Color

.myTextColor { color: #B5374D; }

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

This text font color is #B5374D.


Background Color

.myBgColor { background-color: #B5374D; }

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

This div background color is #B5374D.


Border color

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

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

This div border color is #B5374D.


Opacity

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

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

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

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

This text has shadow with #B5374D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5374D on black background.


Color preview on white background

This text has color #B5374D on white background.



Black color preview on #B5374D background

This text has black color on #B5374D background.


White color preview on #B5374D background

This text has white color on #B5374D background.