Color Hex Logo

#330706 Color Hex

#330706
(51,7,6)
0 Favorites   0 Comments

Color spaces of #330706

RGB 5176
HSL0.000.790.11
HSV88°20°
CMYK 0.000.860.88   0.80
XYZ1.47410.86890.2623
Yxy0.86890.56580.3335
Hunter Lab9.321511.91544.8567
CIE-Lab7.848721.89429.7805

#330706 color RGB value is (51,7,6).

#330706 hex color red value is 51, green value is 7 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #330706 hue: 0.00 , saturation: 0.79 and the lightness value of 330706 is 0.11.

The process color (four color CMYK) of #330706 color hex is 0.00, 0.86, 0.88, 0.80. Web safe color of #330706 is #330000. Color #330706 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000111 00000110
Octal 63 7 6
Decimal 51 7 6
Hex 33 7 6

RGB Percentages of Color #330706

%79.69
%10.94
%9.38

CMYK Percentages of Color #330706

%0
%86
%88
%80

Triadic Colors of #330706

#330706 #063307 #070633

Analogous Colors of #330706

#330706 #331e06 #33061b

Monochromatic Colors of #330706

#330706

Complementary Color

#330706 #063233

#330706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330706 Color CSS Codes

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

#330706 Text Font Color

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

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


#330706 Background Color

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

This div background color is #330706


#330706 Border Color

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

This div border color is #330706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330706

#330706 Color Palettes


Comments

No comments written yet.

Please login to write comment.