Color Hex Logo

#631017 Color Hex

#631017
(99,16,23)
0 Favorites   0 Comments

Color spaces of #631017

RGB 991623
HSL0.990.720.23
HSV355°84°39°
CMYK 0.000.840.77   0.61
XYZ5.48553.08511.1170
Yxy3.08510.56620.3185
Hunter Lab17.564525.00908.5246
CIE-Lab20.381536.407719.2697

#631017 color RGB value is (99,16,23).

#631017 hex color red value is 99, green value is 16 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #631017 hue: 0.99 , saturation: 0.72 and the lightness value of 631017 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010000 00010111
Octal 143 20 27
Decimal 99 16 23
Hex 63 10 17

RGB Percentages of Color #631017

%71.74
%11.59
%16.67

CMYK Percentages of Color #631017

%0
%84
%77
%61

Triadic Colors of #631017

#631017 #176310 #101763

Analogous Colors of #631017

#631017 #633310 #631040

Monochromatic Colors of #631017

#631017

Complementary Color

#631017 #10635c

#631017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631017 Color CSS Codes

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

#631017 Text Font Color

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

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


#631017 Background Color

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

This div background color is #631017


#631017 Border Color

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

This div border color is #631017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631017


Comments

No comments written yet.

Please login to write comment.