Color Hex Logo

#63070e Color Hex

#63070E
(99,7,14)
0 Favorites   0 Comments

Color spaces of #63070e

RGB 99714
HSL0.990.870.21
HSV355°93°39°
CMYK 0.000.930.86   0.61
XYZ5.30082.83630.6835
Yxy2.83630.60100.3216
Hunter Lab16.841326.71059.3827
CIE-Lab19.376038.548523.6305

#63070e color RGB value is (99,7,14).

#63070e hex color red value is 99, green value is 7 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #63070e hue: 0.99 , saturation: 0.87 and the lightness value of 63070e is 0.21.

The process color (four color CMYK) of #63070e color hex is 0.00, 0.93, 0.86, 0.61. Web safe color of #63070e is #660000. Color #63070e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000111 00001110
Octal 143 7 16
Decimal 99 7 14
Hex 63 7 E

RGB Percentages of Color #63070e

%82.50
%5.83
%11.67

CMYK Percentages of Color #63070e

%0
%93
%86
%61

Triadic Colors of #63070e

#63070e #0e6307 #070e63

Analogous Colors of #63070e

#63070e #632e07 #63073c

Monochromatic Colors of #63070e

#63070e

Complementary Color

#63070e #07635c

#63070e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63070e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63070e Color CSS Codes

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

#63070e Text Font Color

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

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


#63070e Background Color

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

This div background color is #63070e


#63070e Border Color

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

This div border color is #63070e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,7,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63070e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63070e;
  -webkit-box-shadow: 1px 1px 3px 2px #63070e;
  box-shadow:         1px 1px 3px 2px #63070e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63070e


Comments

No comments written yet.

Please login to write comment.