Color Hex Logo

#63270f Color Hex

#63270F
(99,39,15)
0 Favorites   0 Comments

Color spaces of #63270f

RGB 993915
HSL0.050.740.22
HSV17°85°39°
CMYK 0.000.610.85   0.61
XYZ5.95734.13820.9367
Yxy4.13820.54000.3751
Hunter Lab20.342616.674111.5097
CIE-Lab24.123225.668028.1936

#63270f color RGB value is (99,39,15).

#63270f hex color red value is 99, green value is 39 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #63270f hue: 0.05 , saturation: 0.74 and the lightness value of 63270f is 0.22.

The process color (four color CMYK) of #63270f color hex is 0.00, 0.61, 0.85, 0.61. Web safe color of #63270f is #663300. Color #63270f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100111 00001111
Octal 143 47 17
Decimal 99 39 15
Hex 63 27 F

RGB Percentages of Color #63270f

%64.71
%25.49
%9.80

CMYK Percentages of Color #63270f

%0
%61
%85
%61

Triadic Colors of #63270f

#63270f #0f6327 #270f63

Analogous Colors of #63270f

#63270f #63510f #630f21

Monochromatic Colors of #63270f

#63270f

Complementary Color

#63270f #0f4b63

#63270f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63270f Color Preview on White Background

Lorem ipsum dolor sit amet.

#63270f Color CSS Codes

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

#63270f Text Font Color

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

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


#63270f Background Color

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

This div background color is #63270f


#63270f Border Color

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

This div border color is #63270f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,39,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63270f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63270f;
  -webkit-box-shadow: 1px 1px 3px 2px #63270f;
  box-shadow:         1px 1px 3px 2px #63270f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63270f


Comments

No comments written yet.

Please login to write comment.