Hex #331e09 Color

#331e09
equivalent to

RGB

(51, 30, 9)

Details of #331e09

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
51
1.8788
0.08
0.00
13.5439
1.6521
30°
12.8533
30
1.6521
0.70
0.41
7.8480
0.4686
82°
3.5988
9
0.4783
0.12
0.82   0.80
16.5102
0.4121
20°
6.7916

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
110011
63
51
33
Green
11110
36
30
1E
Blue
1001
11
9
9

RGB in % of #331e09

%56.67
%33.33
%10.00

CMYK in % of #331e09

%0
%41
%82
%80

Triads of color #331e09

#331e09 #1e0933 #093309

Similar Colors to #331e09

#331e09 #093309 #333309

Preview Color #331e09 on black ground

#331e09 is very interesting for text.

Preview Color #331e09 on white ground

#331e09 is very interesting for text.

CSS Codes #331e09 color

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

Text Font Color #331e09

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

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

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

This div background color is #331e09


Border Color #331e09

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

The color of this border is #331e09


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #331e09