COLOR #B7534D

HEX: #B7534D
RGB: (183,83,77)

Color info

#B7534D contains mainly red color. Web safe color of #B7534D is #CC6633 (or #C63).

RGB color model

#B7534D color RGB value is (183,83,77).

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

RGB channels and saturation

R 183 of 255 = 72%
G 83 of 255 = 33%
B 77 of 255 = 30%

183
83
77

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

Portions of RGB colors in percentages

R + G + B =
183 + 83 + 77 = 343 (100%)
R 183 of 343 ~ 53.35%
G 83 of 343 ~ 24.2%
B 77 of 343 ~ 22.45%

%53.35
%24.2
%22.45

CMYK color model

#B7534D color CMYK value is (0,55,58,28).

  • cyan value is 0.00%
  • magenta value is 54.64%
  • yellow value is 57.92%
  • key color value is 28.24%
CMYK:
(0,55,58,28)
C0M55Y58K28 
(0%,55%,58%,28%)
(0.00/0.55/0.58/0.28)	

CMYK percentages

%0
%54.64
%57.92
%28.24

Codes

Color #B7534D in popluar color models

B7534D
RGB1838377
HSL42.40%50.98%
HSB/HSV57.92%71.76%
CMYK0.00%54.64%57.92%
28.24%

Color #B7534D in popluar number systems.

HEXB7534D
Decimal1838377
Binary1011011110100111001101
Octal267123115

Shades and tints

Shades of #B7534D

#B7534D
(183,83,77)
#A74C46
(167,76,70)
#97453F
(151,69,63)
#873E38
(135,62,56)
#773731
(119,55,49)
#67302A
(103,48,42)
#572923
(87,41,35)
#47221C
(71,34,28)
#371B15
(55,27,21)
#27140E
(39,20,14)
#170D07
(23,13,7)
#000000
(0,0,0)

Tints of #B7534D

#B7534D
(183,83,77)
#BD625D
(189,98,93)
#C3716D
(195,113,109)
#C9807D
(201,128,125)
#CF8F8D
(207,143,141)
#D59E9D
(213,158,157)
#DBADAD
(219,173,173)
#E1BCBD
(225,188,189)
#E7CBCD
(231,203,205)
#EDDADD
(237,218,221)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7534D; }

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

This text font color is #B7534D.


Background Color

.myBgColor { background-color: #B7534D; }

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

This div background color is #B7534D.


Border color

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

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

This div border color is #B7534D.


Opacity

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

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

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

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

This text has shadow with #B7534D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7534D on black background.


Color preview on white background

This text has color #B7534D on white background.



Black color preview on #B7534D background

This text has black color on #B7534D background.


White color preview on #B7534D background

This text has white color on #B7534D background.