Color Hex Logo

#51411b Color Hex

#51411B
(81,65,27)
0 Favorites   0 Comments

Color spaces of #51411b

RGB 816527
HSL0.120.500.21
HSV42°67°32°
CMYK 0.000.200.67   0.68
XYZ5.48155.60911.8307
Yxy5.60910.42420.4341
Hunter Lab23.6835-0.132811.9955
CIE-Lab28.40401.781025.3218

#51411b color RGB value is (81,65,27).

#51411b hex color red value is 81, green value is 65 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #51411b hue: 0.12 , saturation: 0.50 and the lightness value of 51411b is 0.21.

The process color (four color CMYK) of #51411b color hex is 0.00, 0.20, 0.67, 0.68. Web safe color of #51411b is #663333. Color #51411b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000001 00011011
Octal 121 101 33
Decimal 81 65 27
Hex 51 41 1B

RGB Percentages of Color #51411b

%46.82
%37.57
%15.61

CMYK Percentages of Color #51411b

%0
%20
%67
%68

Triadic Colors of #51411b

#51411b #1b5141 #411b51

Analogous Colors of #51411b

#51411b #46511b #51261b

Monochromatic Colors of #51411b

#51411b

Complementary Color

#51411b #1b2b51

#51411b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51411b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51411b Color CSS Codes

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

#51411b Text Font Color

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

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


#51411b Background Color

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

This div background color is #51411b


#51411b Border Color

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

This div border color is #51411b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,65,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51411b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51411b;
  -webkit-box-shadow: 1px 1px 3px 2px #51411b;
  box-shadow:         1px 1px 3px 2px #51411b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51411b


Comments

No comments written yet.

Please login to write comment.