Color Hex Logo

#51241f Color Hex

#51241F
(81,36,31)
0 Favorites   0 Comments

Color spaces of #51241f

RGB 813631
HSL0.020.450.22
HSV62°32°
CMYK 0.000.560.62   0.68
XYZ4.27153.11001.6715
Yxy3.11000.47180.3435
Hunter Lab17.635212.37376.7250
CIE-Lab20.479220.529113.1887

#51241f color RGB value is (81,36,31).

#51241f hex color red value is 81, green value is 36 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #51241f hue: 0.02 , saturation: 0.45 and the lightness value of 51241f is 0.22.

The process color (four color CMYK) of #51241f color hex is 0.00, 0.56, 0.62, 0.68. Web safe color of #51241f is #663333. Color #51241f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100100 00011111
Octal 121 44 37
Decimal 81 36 31
Hex 51 24 1F

RGB Percentages of Color #51241f

%54.73
%24.32
%20.95

CMYK Percentages of Color #51241f

%0
%56
%62
%68

Triadic Colors of #51241f

#51241f #1f5124 #241f51

Analogous Colors of #51241f

#51241f #513d1f #511f33

Monochromatic Colors of #51241f

#51241f

Complementary Color

#51241f #1f4c51

#51241f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51241f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51241f Color CSS Codes

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

#51241f Text Font Color

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

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


#51241f Background Color

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

This div background color is #51241f


#51241f Border Color

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

This div border color is #51241f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,36,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51241f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51241f;
  -webkit-box-shadow: 1px 1px 3px 2px #51241f;
  box-shadow:         1px 1px 3px 2px #51241f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,36,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51241f


Comments

No comments written yet.

Please login to write comment.