Color Hex Logo

#515630 Color Hex

#515630
(81,86,48)
0 Favorites   0 Comments

Color spaces of #515630

RGB 818648
HSL0.190.280.26
HSV68°44°34°
CMYK 0.060.000.44   0.66
XYZ7.25468.61834.0774
Yxy8.61830.36360.4320
Hunter Lab29.3569-7.264312.3150
CIE-Lab35.2387-8.762721.4306

#515630 color RGB value is (81,86,48).

#515630 hex color red value is 81, green value is 86 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #515630 hue: 0.19 , saturation: 0.28 and the lightness value of 515630 is 0.26.

The process color (four color CMYK) of #515630 color hex is 0.06, 0.00, 0.44, 0.66. Web safe color of #515630 is #666633. Color #515630 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010110 00110000
Octal 121 126 60
Decimal 81 86 48
Hex 51 56 30

RGB Percentages of Color #515630

%37.67
%40.00
%22.33

CMYK Percentages of Color #515630

%6
%0
%44
%66

Triadic Colors of #515630

#515630 #305156 #563051

Analogous Colors of #515630

#515630 #3e5630 #564830

Monochromatic Colors of #515630

#515630

Complementary Color

#515630 #353056

#515630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515630 Color CSS Codes

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

#515630 Text Font Color

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

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


#515630 Background Color

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

This div background color is #515630


#515630 Border Color

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

This div border color is #515630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515630


Comments

No comments written yet.

Please login to write comment.