Color Hex Logo

#51521b Color Hex

#51521B
(81,82,27)
0 Favorites   0 Comments

Color spaces of #51521b

RGB 818227
HSL0.170.500.21
HSV61°67°32°
CMYK 0.010.000.67   0.68
XYZ6.60857.86302.2063
Yxy7.86300.39620.4715
Hunter Lab28.0410-7.004314.9637
CIE-Lab33.6959-8.605731.1573

#51521b color RGB value is (81,82,27).

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

The process color (four color CMYK) of #51521b color hex is 0.01, 0.00, 0.67, 0.68. Web safe color of #51521b is #666633. Color #51521b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010010 00011011
Octal 121 122 33
Decimal 81 82 27
Hex 51 52 1B

RGB Percentages of Color #51521b

%42.63
%43.16
%14.21

CMYK Percentages of Color #51521b

%1
%0
%67
%68

Triadic Colors of #51521b

#51521b #1b5152 #521b51

Analogous Colors of #51521b

#51521b #36521b #52381b

Monochromatic Colors of #51521b

#51521b

Complementary Color

#51521b #1c1b52

#51521b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51521b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51521b Color CSS Codes

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

#51521b Text Font Color

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

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


#51521b Background Color

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

This div background color is #51521b


#51521b Border Color

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

This div border color is #51521b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,82,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 #51521b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51521b


Comments

No comments written yet.

Please login to write comment.