Color Hex Logo

#51383e Color Hex

#51383E
(81,56,62)
0 Favorites   0 Comments

Color spaces of #51383e

RGB 815662
HSL0.960.180.27
HSV346°31°32°
CMYK 0.000.310.23   0.68
XYZ5.67704.92555.2089
Yxy4.92550.35900.3115
Hunter Lab22.19356.82101.6198
CIE-Lab26.521512.16540.7092

#51383e color RGB value is (81,56,62).

#51383e hex color red value is 81, green value is 56 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #51383e hue: 0.96 , saturation: 0.18 and the lightness value of 51383e is 0.27.

The process color (four color CMYK) of #51383e color hex is 0.00, 0.31, 0.23, 0.68. Web safe color of #51383e is #663333. Color #51383e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111000 00111110
Octal 121 70 76
Decimal 81 56 62
Hex 51 38 3E

RGB Percentages of Color #51383e

%40.70
%28.14
%31.16

CMYK Percentages of Color #51383e

%0
%31
%23
%68

Triadic Colors of #51383e

#51383e #3e5138 #383e51

Analogous Colors of #51383e

#51383e #513f38 #51384b

Monochromatic Colors of #51383e

#51383e

Complementary Color

#51383e #38514b

#51383e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51383e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51383e Color CSS Codes

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

#51383e Text Font Color

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

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


#51383e Background Color

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

This div background color is #51383e


#51383e Border Color

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

This div border color is #51383e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,56,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51383e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51383e;
  -webkit-box-shadow: 1px 1px 3px 2px #51383e;
  box-shadow:         1px 1px 3px 2px #51383e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51383e


Comments

No comments written yet.

Please login to write comment.