Color Hex Logo

#63070b Color Hex

#63070B
(99,7,11)
0 Favorites   0 Comments

Color spaces of #63070b

RGB 99711
HSL0.990.870.21
HSV357°93°39°
CMYK 0.000.930.89   0.61
XYZ5.28202.82880.5842
Yxy2.82880.60750.3253
Hunter Lab16.819026.62449.7139
CIE-Lab19.344838.456924.9970

#63070b color RGB value is (99,7,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000111 00001011
Octal 143 7 13
Decimal 99 7 11
Hex 63 7 B

RGB Percentages of Color #63070b

%84.62
%5.98
%9.40

CMYK Percentages of Color #63070b

%0
%93
%89
%61

Triadic Colors of #63070b

#63070b #0b6307 #070b63

Analogous Colors of #63070b

#63070b #633107 #630739

Monochromatic Colors of #63070b

#63070b

Complementary Color

#63070b #07635f

#63070b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63070b Color Preview on White Background

Lorem ipsum dolor sit amet.

#63070b Color CSS Codes

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

#63070b Text Font Color

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

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


#63070b Background Color

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

This div background color is #63070b


#63070b Border Color

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

This div border color is #63070b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63070b


Comments

No comments written yet.

Please login to write comment.