COLOR #B57C7C

HEX: #B57C7C
RGB: (181,124,124)

Color info

#B57C7C contains red, green and blue colors in about the same proportion. Web safe color of #B57C7C is #CC6666 (or #C66).

RGB color model

#B57C7C color RGB value is (181,124,124).

  • red value is 181;
  • green value is 124;
  • blue value is 124.
RGB:
(181,124,124)
(71%,49%,49%)

RGB channels and saturation

R 181 of 255 = 71%
G 124 of 255 = 49%
B 124 of 255 = 49%

181
124
124

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

Portions of RGB colors in percentages

R + G + B =
181 + 124 + 124 = 429 (100%)
R 181 of 429 ~ 42.19%
G 124 of 429 ~ 28.9%
B 124 of 429 ~ 28.9%

%42.19
%28.9
%28.9

CMYK color model

#B57C7C color CMYK value is (0,31,31,29).

  • cyan value is 0.00%
  • magenta value is 31.49%
  • yellow value is 31.49%
  • key color value is 29.02%
CMYK:
(0,31,31,29)
C0M31Y31K29 
(0%,31%,31%,29%)
(0.00/0.31/0.31/0.29)	

CMYK percentages

%0
%31.49
%31.49
%29.02

Codes

Color #B57C7C in popluar color models

B57C7C
RGB181124124
HSL27.80%59.80%
HSB/HSV31.49%70.98%
CMYK0.00%31.49%31.49%
29.02%

Color #B57C7C in popluar number systems.

HEXB57C7C
Decimal181124124
Binary1011010111111001111100
Octal265174174

Shades and tints

Shades of #B57C7C

#B57C7C
(181,124,124)
#A57171
(165,113,113)
#956666
(149,102,102)
#855B5B
(133,91,91)
#755050
(117,80,80)
#654545
(101,69,69)
#553A3A
(85,58,58)
#452F2F
(69,47,47)
#352424
(53,36,36)
#251919
(37,25,25)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #B57C7C

#B57C7C
(181,124,124)
#BB8787
(187,135,135)
#C19292
(193,146,146)
#C79D9D
(199,157,157)
#CDA8A8
(205,168,168)
#D3B3B3
(211,179,179)
#D9BEBE
(217,190,190)
#DFC9C9
(223,201,201)
#E5D4D4
(229,212,212)
#EBDFDF
(235,223,223)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57C7C; }

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

This text font color is #B57C7C.


Background Color

.myBgColor { background-color: #B57C7C; }

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

This div background color is #B57C7C.


Border color

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

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

This div border color is #B57C7C.


Opacity

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

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

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

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

This text has shadow with #B57C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57C7C on black background.


Color preview on white background

This text has color #B57C7C on white background.



Black color preview on #B57C7C background

This text has black color on #B57C7C background.


White color preview on #B57C7C background

This text has white color on #B57C7C background.