COLOR #B54A17

HEX: #B54A17
RGB: (181,74,23)

Color info

#B54A17 contains mainly red color. Web safe color of #B54A17 is #CC3300 (or #C30).

RGB color model

#B54A17 color RGB value is (181,74,23).

  • red value is 181;
  • green value is 74;
  • blue value is 23.
RGB:
(181,74,23)
(71%,29%,9%)

RGB channels and saturation

R 181 of 255 = 71%
G 74 of 255 = 29%
B 23 of 255 = 9%

181
74
23

R + G + B ~ 36%. #B54A17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 74 + 23 = 278 (100%)
R 181 of 278 ~ 65.11%
G 74 of 278 ~ 26.62%
B 23 of 278 ~ 8.27%

%65.11
%26.62

CMYK color model

#B54A17 color CMYK value is (0,59,87,29).

  • cyan value is 0.00%
  • magenta value is 59.12%
  • yellow value is 87.29%
  • key color value is 29.02%
CMYK:
(0,59,87,29)
C0M59Y87K29 
(0%,59%,87%,29%)
(0.00/0.59/0.87/0.29)	

CMYK percentages

%0
%59.12
%87.29
%29.02

Codes

Color #B54A17 in popluar color models

B54A17
RGB1817423
HSL19°77.45%40.00%
HSB/HSV19°87.29%70.98%
CMYK0.00%59.12%87.29%
29.02%

Color #B54A17 in popluar number systems.

HEXB54A17
Decimal1817423
Binary10110101100101010111
Octal26511227

Shades and tints

Shades of #B54A17

#B54A17
(181,74,23)
#A54415
(165,68,21)
#953E13
(149,62,19)
#853811
(133,56,17)
#75320F
(117,50,15)
#652C0D
(101,44,13)
#55260B
(85,38,11)
#452009
(69,32,9)
#351A07
(53,26,7)
#251405
(37,20,5)
#150E03
(21,14,3)
#000000
(0,0,0)

Tints of #B54A17

#B54A17
(181,74,23)
#BB5A2C
(187,90,44)
#C16A41
(193,106,65)
#C77A56
(199,122,86)
#CD8A6B
(205,138,107)
#D39A80
(211,154,128)
#D9AA95
(217,170,149)
#DFBAAA
(223,186,170)
#E5CABF
(229,202,191)
#EBDAD4
(235,218,212)
#F1EAE9
(241,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B54A17; }

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

This text font color is #B54A17.


Background Color

.myBgColor { background-color: #B54A17; }

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

This div background color is #B54A17.


Border color

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

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

This div border color is #B54A17.


Opacity

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

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

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

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

This text has shadow with #B54A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B54A17 on black background.


Color preview on white background

This text has color #B54A17 on white background.



Black color preview on #B54A17 background

This text has black color on #B54A17 background.


White color preview on #B54A17 background

This text has white color on #B54A17 background.