COLOR #B45935

HEX: #B45935
RGB: (180,89,53)

Color info

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

RGB color model

#B45935 color RGB value is (180,89,53).

  • red value is 180;
  • green value is 89;
  • blue value is 53.
RGB:
(180,89,53)
(71%,35%,21%)

RGB channels and saturation

R 180 of 255 = 71%
G 89 of 255 = 35%
B 53 of 255 = 21%

180
89
53

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

Portions of RGB colors in percentages

R + G + B =
180 + 89 + 53 = 322 (100%)
R 180 of 322 ~ 55.9%
G 89 of 322 ~ 27.64%
B 53 of 322 ~ 16.46%

%55.9
%27.64
%16.46

CMYK color model

#B45935 color CMYK value is (0,51,71,29).

  • cyan value is 0.00%
  • magenta value is 50.56%
  • yellow value is 70.56%
  • key color value is 29.41%
CMYK:
(0,51,71,29)
C0M51Y71K29 
(0%,51%,71%,29%)
(0.00/0.51/0.71/0.29)	

CMYK percentages

%0
%50.56
%70.56
%29.41

Codes

Color #B45935 in popluar color models

B45935
RGB1808953
HSL17°54.51%45.69%
HSB/HSV17°70.56%70.59%
CMYK0.00%50.56%70.56%
29.41%

Color #B45935 in popluar number systems.

HEXB45935
Decimal1808953
Binary101101001011001110101
Octal26413165

Shades and tints

Shades of #B45935

#B45935
(180,89,53)
#A45131
(164,81,49)
#94492D
(148,73,45)
#844129
(132,65,41)
#743925
(116,57,37)
#643121
(100,49,33)
#54291D
(84,41,29)
#442119
(68,33,25)
#341915
(52,25,21)
#241111
(36,17,17)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #B45935

#B45935
(180,89,53)
#BA6847
(186,104,71)
#C07759
(192,119,89)
#C6866B
(198,134,107)
#CC957D
(204,149,125)
#D2A48F
(210,164,143)
#D8B3A1
(216,179,161)
#DEC2B3
(222,194,179)
#E4D1C5
(228,209,197)
#EAE0D7
(234,224,215)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45935 color. Also use rgb(180,89,53) instead hex code.

Text Font Color

.myTextColor { color: #B45935; }

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

This text font color is #B45935.


Background Color

.myBgColor { background-color: #B45935; }

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

This div background color is #B45935.


Border color

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

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

This div border color is #B45935.


Opacity

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

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

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

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

This text has shadow with #B45935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45935 on black background.


Color preview on white background

This text has color #B45935 on white background.



Black color preview on #B45935 background

This text has black color on #B45935 background.


White color preview on #B45935 background

This text has white color on #B45935 background.