Color Hex Logo

#515b06 Color Hex

#515B06
(81,91,6)
0 Favorites   0 Comments

Color spaces of #515b06

RGB 81916
HSL0.190.880.19
HSV67°93°36°
CMYK 0.110.000.93   0.64
XYZ7.16739.24471.5789
Yxy9.24470.39840.5139
Hunter Lab30.4051-11.131718.2047
CIE-Lab36.4512-14.843141.6622

#515b06 color RGB value is (81,91,6).

#515b06 hex color red value is 81, green value is 91 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #515b06 hue: 0.19 , saturation: 0.88 and the lightness value of 515b06 is 0.19.

The process color (four color CMYK) of #515b06 color hex is 0.11, 0.00, 0.93, 0.64. Web safe color of #515b06 is #666600. Color #515b06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011011 00000110
Octal 121 133 6
Decimal 81 91 6
Hex 51 5B 6

RGB Percentages of Color #515b06

%45.51
%51.12
%3.37

CMYK Percentages of Color #515b06

%11
%0
%93
%64

Triadic Colors of #515b06

#515b06 #06515b #5b0651

Analogous Colors of #515b06

#515b06 #265b06 #5b3b06

Monochromatic Colors of #515b06

#515b06

Complementary Color

#515b06 #10065b

#515b06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515b06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515b06 Color CSS Codes

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

#515b06 Text Font Color

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

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


#515b06 Background Color

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

This div background color is #515b06


#515b06 Border Color

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

This div border color is #515b06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,91,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #515b06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #515b06;
  -webkit-box-shadow: 1px 1px 3px 2px #515b06;
  box-shadow:         1px 1px 3px 2px #515b06; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515b06


Comments

No comments written yet.

Please login to write comment.