Color Hex Logo

#51202b Color Hex

#51202B
(81,32,43)
0 Favorites   0 Comments

Color spaces of #51202b

RGB 813243
HSL0.960.430.22
HSV347°60°32°
CMYK 0.000.600.47   0.68
XYZ4.34592.95682.6272
Yxy2.95680.43770.2978
Hunter Lab17.195315.02172.9781
CIE-Lab19.870024.18074.0520

#51202b color RGB value is (81,32,43).

#51202b hex color red value is 81, green value is 32 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #51202b hue: 0.96 , saturation: 0.43 and the lightness value of 51202b is 0.22.

The process color (four color CMYK) of #51202b color hex is 0.00, 0.60, 0.47, 0.68. Web safe color of #51202b is #663333. Color #51202b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100000 00101011
Octal 121 40 53
Decimal 81 32 43
Hex 51 20 2B

RGB Percentages of Color #51202b

%51.92
%20.51
%27.56

CMYK Percentages of Color #51202b

%0
%60
%47
%68

Triadic Colors of #51202b

#51202b #2b5120 #202b51

Analogous Colors of #51202b

#51202b #512e20 #512043

Monochromatic Colors of #51202b

#51202b

Complementary Color

#51202b #205146

#51202b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51202b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51202b Color CSS Codes

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

#51202b Text Font Color

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

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


#51202b Background Color

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

This div background color is #51202b


#51202b Border Color

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

This div border color is #51202b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51202b


Comments

No comments written yet.

Please login to write comment.