Color Hex Logo

#631305 Color Hex

#631305
(99,19,5)
0 Favorites   0 Comments

Color spaces of #631305

RGB 99195
HSL0.020.900.20
HSV95°39°
CMYK 0.000.810.95   0.61
XYZ5.40593.12940.4627
Yxy3.12940.60080.3478
Hunter Lab17.690123.589910.8323
CIE-Lab20.554934.721528.8212

#631305 color RGB value is (99,19,5).

#631305 hex color red value is 99, green value is 19 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #631305 hue: 0.02 , saturation: 0.90 and the lightness value of 631305 is 0.20.

The process color (four color CMYK) of #631305 color hex is 0.00, 0.81, 0.95, 0.61. Web safe color of #631305 is #660000. Color #631305 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010011 00000101
Octal 143 23 5
Decimal 99 19 5
Hex 63 13 5

RGB Percentages of Color #631305

%80.49
%15.45
%4.07

CMYK Percentages of Color #631305

%0
%81
%95
%61

Triadic Colors of #631305

#631305 #056313 #130563

Analogous Colors of #631305

#631305 #634205 #630526

Monochromatic Colors of #631305

#631305

Complementary Color

#631305 #055563

#631305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631305 Color CSS Codes

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

#631305 Text Font Color

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

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


#631305 Background Color

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

This div background color is #631305


#631305 Border Color

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

This div border color is #631305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631305


Comments

No comments written yet.

Please login to write comment.