Color Hex Logo

#555512 Color Hex

#555512
(85,85,18)
0 Favorites   0 Comments

Color spaces of #555512

RGB 858518
HSL0.170.650.20
HSV60°79°33°
CMYK 0.000.000.79   0.67
XYZ7.10408.47201.8331
Yxy8.47200.40810.4866
Hunter Lab29.1067-7.370716.6407
CIE-Lab34.9472-8.983736.5807

#555512 color RGB value is (85,85,18).

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

The process color (four color CMYK) of #555512 color hex is 0.00, 0.00, 0.79, 0.67. Web safe color of #555512 is #666600. Color #555512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010101 00010010
Octal 125 125 22
Decimal 85 85 18
Hex 55 55 12

RGB Percentages of Color #555512

%45.21
%45.21
%9.57

CMYK Percentages of Color #555512

%0
%0
%79
%67

Triadic Colors of #555512

#555512 #125555 #551255

Analogous Colors of #555512

#555512 #345512 #553412

Monochromatic Colors of #555512

#555512

Complementary Color

#555512 #121255

#555512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555512 Color CSS Codes

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

#555512 Text Font Color

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

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


#555512 Background Color

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

This div background color is #555512


#555512 Border Color

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

This div border color is #555512


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,85,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 #555512">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555512


Comments

No comments written yet.

Please login to write comment.