Color Hex Logo

#631028 Color Hex

#631028
(99,16,40)
0 Favorites   0 Comments

Color spaces of #631028

RGB 991640
HSL0.950.720.23
HSV343°84°39°
CMYK 0.000.840.60   0.61
XYZ5.71393.17642.3194
Yxy3.17640.50970.2834
Hunter Lab17.822526.03804.7598
CIE-Lab20.736937.52127.8980

#631028 color RGB value is (99,16,40).

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

The process color (four color CMYK) of #631028 color hex is 0.00, 0.84, 0.60, 0.61. Web safe color of #631028 is #660033. Color #631028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010000 00101000
Octal 143 20 50
Decimal 99 16 40
Hex 63 10 28

RGB Percentages of Color #631028

%63.87
%10.32
%25.81

CMYK Percentages of Color #631028

%0
%84
%60
%61

Triadic Colors of #631028

#631028 #286310 #102863

Analogous Colors of #631028

#631028 #632210 #631052

Monochromatic Colors of #631028

#631028

Complementary Color

#631028 #10634b

#631028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631028 Color CSS Codes

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

#631028 Text Font Color

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

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


#631028 Background Color

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

This div background color is #631028


#631028 Border Color

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

This div border color is #631028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631028


Comments

No comments written yet.

Please login to write comment.