COLOR #B57D3A

HEX: #B57D3A
RGB: (181,125,58)

Color info

#B57D3A contains mainly red and green colors. Web safe color of #B57D3A is #CC6633 (or #C63).

RGB color model

#B57D3A color RGB value is (181,125,58).

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

RGB channels and saturation

R 181 of 255 = 71%
G 125 of 255 = 49%
B 58 of 255 = 23%

181
125
58

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

Portions of RGB colors in percentages

R + G + B =
181 + 125 + 58 = 364 (100%)
R 181 of 364 ~ 49.73%
G 125 of 364 ~ 34.34%
B 58 of 364 ~ 15.93%

%49.73
%34.34
%15.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.94%
  • yellow value is 67.96%
  • key color value is 29.02%
CMYK:
(0,31,68,29)
C0M31Y68K29 
(0%,31%,68%,29%)
(0.00/0.31/0.68/0.29)	

CMYK percentages

%0
%30.94
%67.96
%29.02

Codes

Color #B57D3A in popluar color models

B57D3A
RGB18112558
HSL33°51.46%46.86%
HSB/HSV33°67.96%70.98%
CMYK0.00%30.94%67.96%
29.02%

Color #B57D3A in popluar number systems.

HEXB57D3A
Decimal18112558
Binary101101011111101111010
Octal26517572

Shades and tints

Shades of #B57D3A

#B57D3A
(181,125,58)
#A57235
(165,114,53)
#956730
(149,103,48)
#855C2B
(133,92,43)
#755126
(117,81,38)
#654621
(101,70,33)
#553B1C
(85,59,28)
#453017
(69,48,23)
#352512
(53,37,18)
#251A0D
(37,26,13)
#150F08
(21,15,8)
#000000
(0,0,0)

Tints of #B57D3A

#B57D3A
(181,125,58)
#BB884B
(187,136,75)
#C1935C
(193,147,92)
#C79E6D
(199,158,109)
#CDA97E
(205,169,126)
#D3B48F
(211,180,143)
#D9BFA0
(217,191,160)
#DFCAB1
(223,202,177)
#E5D5C2
(229,213,194)
#EBE0D3
(235,224,211)
#F1EBE4
(241,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57D3A; }

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

This text font color is #B57D3A.


Background Color

.myBgColor { background-color: #B57D3A; }

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

This div background color is #B57D3A.


Border color

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

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

This div border color is #B57D3A.


Opacity

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

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

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

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

This text has shadow with #B57D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57D3A on black background.


Color preview on white background

This text has color #B57D3A on white background.



Black color preview on #B57D3A background

This text has black color on #B57D3A background.


White color preview on #B57D3A background

This text has white color on #B57D3A background.