Color Hex Logo

#515312 Color Hex

#515312
(81,83,18)
0 Favorites   0 Comments

Color spaces of #515312

RGB 818318
HSL0.170.640.20
HSV62°78°33°
CMYK 0.020.000.78   0.67
XYZ6.59587.97951.7648
Yxy7.97950.40370.4883
Hunter Lab28.2480-7.755016.0695
CIE-Lab33.9402-9.790335.4892

#515312 color RGB value is (81,83,18).

#515312 hex color red value is 81, green value is 83 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #515312 hue: 0.17 , saturation: 0.64 and the lightness value of 515312 is 0.20.

The process color (four color CMYK) of #515312 color hex is 0.02, 0.00, 0.78, 0.67. Web safe color of #515312 is #666600. Color #515312 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010011 00010010
Octal 121 123 22
Decimal 81 83 18
Hex 51 53 12

RGB Percentages of Color #515312

%44.51
%45.60
%9.89

CMYK Percentages of Color #515312

%2
%0
%78
%67

Triadic Colors of #515312

#515312 #125153 #531251

Analogous Colors of #515312

#515312 #315312 #533512

Monochromatic Colors of #515312

#515312

Complementary Color

#515312 #141253

#515312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515312 Color CSS Codes

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

#515312 Text Font Color

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

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


#515312 Background Color

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

This div background color is #515312


#515312 Border Color

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

This div border color is #515312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515312


Comments

No comments written yet.

Please login to write comment.