Color Hex Logo

#515228 Color Hex

#515228
(81,82,40)
0 Favorites   0 Comments

Color spaces of #515228

RGB 818240
HSL0.170.340.24
HSV61°51°32°
CMYK 0.010.000.51   0.68
XYZ6.79367.93713.1814
Yxy7.93710.37930.4431
Hunter Lab28.1729-6.259013.0257
CIE-Lab33.8515-7.374624.3507

#515228 color RGB value is (81,82,40).

#515228 hex color red value is 81, green value is 82 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #515228 hue: 0.17 , saturation: 0.34 and the lightness value of 515228 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010010 00101000
Octal 121 122 50
Decimal 81 82 40
Hex 51 52 28

RGB Percentages of Color #515228

%39.90
%40.39
%19.70

CMYK Percentages of Color #515228

%1
%0
%51
%68

Triadic Colors of #515228

#515228 #285152 #522851

Analogous Colors of #515228

#515228 #3c5228 #523e28

Monochromatic Colors of #515228

#515228

Complementary Color

#515228 #292852

#515228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515228 Color CSS Codes

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

#515228 Text Font Color

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

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


#515228 Background Color

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

This div background color is #515228


#515228 Border Color

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

This div border color is #515228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515228


Comments

No comments written yet.

Please login to write comment.