Color Hex Logo

#51213d Color Hex

#51213D
(81,33,61)
0 Favorites   0 Comments

Color spaces of #51213d

RGB 813361
HSL0.900.420.22
HSV325°59°32°
CMYK 0.000.590.25   0.68
XYZ4.77953.17404.7756
Yxy3.17400.37550.2493
Hunter Lab17.815716.7094-3.4220
CIE-Lab20.727726.2427-7.2084

#51213d color RGB value is (81,33,61).

#51213d hex color red value is 81, green value is 33 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #51213d hue: 0.90 , saturation: 0.42 and the lightness value of 51213d is 0.22.

The process color (four color CMYK) of #51213d color hex is 0.00, 0.59, 0.25, 0.68. Web safe color of #51213d is #663333. Color #51213d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100001 00111101
Octal 121 41 75
Decimal 81 33 61
Hex 51 21 3D

RGB Percentages of Color #51213d

%46.29
%18.86
%34.86

CMYK Percentages of Color #51213d

%0
%59
%25
%68

Triadic Colors of #51213d

#51213d #3d5121 #213d51

Analogous Colors of #51213d

#51213d #512125 #4d2151

Monochromatic Colors of #51213d

#51213d

Complementary Color

#51213d #215135

#51213d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51213d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51213d Color CSS Codes

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

#51213d Text Font Color

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

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


#51213d Background Color

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

This div background color is #51213d


#51213d Border Color

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

This div border color is #51213d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,33,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51213d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51213d;
  -webkit-box-shadow: 1px 1px 3px 2px #51213d;
  box-shadow:         1px 1px 3px 2px #51213d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51213d


Comments

No comments written yet.

Please login to write comment.