Hex #371500 Color

#371500
equivalent to

RGB

(55, 21, 0)

Details of #371500

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
55
1.8437
0.06
0.00
11.6109
1.3486
23°
11.6127
21
1.3486
1.00
0.62
15.3324
0.5495
100°
8.0176
0
0.1631
0.11
1.00   0.78
17.6856
0.4019
22°
7.2962

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
110111
67
55
37
Green
10101
25
21
15
Blue
0
0
0
0

RGB in % of #371500

%72.37
%27.63
%0.00

CMYK in % of #371500

%0
%62
%100
%78

Triads of color #371500

#371500 #150037 #003700

Similar Colors to #371500

#371500 #370007 #373100

Preview Color #371500 on black ground

#371500 is very interesting for text.

Preview Color #371500 on white ground

#371500 is very interesting for text.

CSS Codes #371500 color

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

Text Font Color #371500

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

This sample text font color is #371500
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 #371500

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

This div background color is #371500


Border Color #371500

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

The color of this border is #371500


Examples Css3

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

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 #371500">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #371500