Hex #b4390e Color

#b4390e
equivalent to

RGB

(180, 57, 14)

Details of #b4390e

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
180
20.3648
0.04
0.00
42.2483
12.6613
16°
35.5827
57
12.6613
0.86
0.68
48.1219
0.5850
92°
39.8901
14
1.7860
0.38
0.92   0.29
49.6119
0.3637
71°
21.9324

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110100
264
180
B4
Green
111001
71
57
39
Blue
1110
16
14
E

RGB in % of #b4390e

%71.71
%22.71
%5.58

CMYK in % of #b4390e

%0
%68
%92
%29

Triads of color #b4390e

#b4390e #390eb4 #0eb40e

Similar Colors to #b4390e

#b4390e #b40e36 #b48c0e

Preview Color #b4390e on black ground

#b4390e is very interesting for text.

Preview Color #b4390e on white ground

#b4390e is very interesting for text.

CSS Codes #b4390e color

.mybgcolor {background-color:#b4390e; }
.myforecolor {color:#b4390e; }
.mybordercolor {border:3px solid #b4390e; }

Text Font Color #b4390e

<p style="color:#b4390e">Text here</p>

This sample text font color is #b4390e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #b4390e

<div style="background-color:#b4390e">
Div content here</div>

This div background color is #b4390e


Border Color #b4390e

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

The color of this border is #b4390e


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b4390e; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #b4390e;
-webkit-box-shadow: 1px 1px 3px 2px #b4390e;
box-shadow:         1px 1px 3px 2px #b4390e; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #b4390e">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #b4390e;
  -webkit-box-shadow: 1px 1px 3px 2px #b4390e;
  box-shadow:         1px 1px 3px 2px #b4390e;">
Div content here</div>

The shadow of div box using color #b4390e