Color Hex Logo

#63170e Color Hex

#63170E
(99,23,14)
0 Favorites   0 Comments

Color spaces of #63170e

RGB 992314
HSL0.020.750.22
HSV86°39°
CMYK 0.000.770.86   0.61
XYZ5.53133.29710.7603
Yxy3.29710.57690.3439
Hunter Lab18.157922.598710.2280
CIE-Lab21.196533.431225.6708

#63170e color RGB value is (99,23,14).

#63170e hex color red value is 99, green value is 23 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #63170e hue: 0.02 , saturation: 0.75 and the lightness value of 63170e is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010111 00001110
Octal 143 27 16
Decimal 99 23 14
Hex 63 17 E

RGB Percentages of Color #63170e

%72.79
%16.91
%10.29

CMYK Percentages of Color #63170e

%0
%77
%86
%61

Triadic Colors of #63170e

#63170e #0e6317 #170e63

Analogous Colors of #63170e

#63170e #63420e #630e2f

Monochromatic Colors of #63170e

#63170e

Complementary Color

#63170e #0e5a63

#63170e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63170e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63170e Color CSS Codes

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

#63170e Text Font Color

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

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


#63170e Background Color

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

This div background color is #63170e


#63170e Border Color

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

This div border color is #63170e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,23,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 #63170e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63170e


Comments

No comments written yet.

Please login to write comment.