Color Hex Logo

#631030 Color Hex

#631030
(99,16,48)
0 Favorites   0 Comments

Color spaces of #631030

RGB 991648
HSL0.940.720.23
HSV337°84°39°
CMYK 0.000.840.52   0.61
XYZ5.86443.23663.1120
Yxy3.23660.48020.2650
Hunter Lab17.990626.70242.3374
CIE-Lab20.967638.23192.5881

#631030 color RGB value is (99,16,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010000 00110000
Octal 143 20 60
Decimal 99 16 48
Hex 63 10 30

RGB Percentages of Color #631030

%60.74
%9.82
%29.45

CMYK Percentages of Color #631030

%0
%84
%52
%61

Triadic Colors of #631030

#631030 #306310 #103063

Analogous Colors of #631030

#631030 #631a10 #63105a

Monochromatic Colors of #631030

#631030

Complementary Color

#631030 #106343

#631030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631030 Color CSS Codes

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

#631030 Text Font Color

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

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


#631030 Background Color

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

This div background color is #631030


#631030 Border Color

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

This div border color is #631030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631030


Comments

No comments written yet.

Please login to write comment.