COLOR #B5953D

HEX: #B5953D
RGB: (181,149,61)

Color info

#B5953D contains mainly red and green colors. Web safe color of #B5953D is #CC9933 (or #C93).

RGB color model

#B5953D color RGB value is (181,149,61).

  • red value is 181;
  • green value is 149;
  • blue value is 61.
RGB:
(181,149,61)
(71%,58%,24%)

RGB channels and saturation

R 181 of 255 = 71%
G 149 of 255 = 58%
B 61 of 255 = 24%

181
149
61

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

Portions of RGB colors in percentages

R + G + B =
181 + 149 + 61 = 391 (100%)
R 181 of 391 ~ 46.29%
G 149 of 391 ~ 38.11%
B 61 of 391 ~ 15.6%

%46.29
%38.11
%15.6

CMYK color model

#B5953D color CMYK value is (0,18,66,29).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 66.30%
  • key color value is 29.02%
CMYK:
(0,18,66,29)
C0M18Y66K29 
(0%,18%,66%,29%)
(0.00/0.18/0.66/0.29)	

CMYK percentages

%0
%17.68
%66.3
%29.02

Codes

Color #B5953D in popluar color models

B5953D
RGB18114961
HSL44°49.59%47.45%
HSB/HSV44°66.30%70.98%
CMYK0.00%17.68%66.30%
29.02%

Color #B5953D in popluar number systems.

HEXB5953D
Decimal18114961
Binary1011010110010101111101
Octal26522575

Shades and tints

Shades of #B5953D

#B5953D
(181,149,61)
#A58838
(165,136,56)
#957B33
(149,123,51)
#856E2E
(133,110,46)
#756129
(117,97,41)
#655424
(101,84,36)
#55471F
(85,71,31)
#453A1A
(69,58,26)
#352D15
(53,45,21)
#252010
(37,32,16)
#15130B
(21,19,11)
#000000
(0,0,0)

Tints of #B5953D

#B5953D
(181,149,61)
#BB9E4E
(187,158,78)
#C1A75F
(193,167,95)
#C7B070
(199,176,112)
#CDB981
(205,185,129)
#D3C292
(211,194,146)
#D9CBA3
(217,203,163)
#DFD4B4
(223,212,180)
#E5DDC5
(229,221,197)
#EBE6D6
(235,230,214)
#F1EFE7
(241,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5953D; }

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

This text font color is #B5953D.


Background Color

.myBgColor { background-color: #B5953D; }

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

This div background color is #B5953D.


Border color

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

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

This div border color is #B5953D.


Opacity

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

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

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

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

This text has shadow with #B5953D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5953D on black background.


Color preview on white background

This text has color #B5953D on white background.



Black color preview on #B5953D background

This text has black color on #B5953D background.


White color preview on #B5953D background

This text has white color on #B5953D background.