Color Hex Logo

#555c0f Color Hex

#555C0F
(85,92,15)
0 Favorites   0 Comments

Color spaces of #555c0f

RGB 859215
HSL0.180.720.21
HSV65°84°36°
CMYK 0.080.000.84   0.64
XYZ7.65979.62011.9051
Yxy9.62010.39930.5014
Hunter Lab31.0163-10.196618.0697
CIE-Lab37.1518-13.132039.7193

#555c0f color RGB value is (85,92,15).

#555c0f hex color red value is 85, green value is 92 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #555c0f hue: 0.18 , saturation: 0.72 and the lightness value of 555c0f is 0.21.

The process color (four color CMYK) of #555c0f color hex is 0.08, 0.00, 0.84, 0.64. Web safe color of #555c0f is #666600. Color #555c0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011100 00001111
Octal 125 134 17
Decimal 85 92 15
Hex 55 5C F

RGB Percentages of Color #555c0f

%44.27
%47.92
%7.81

CMYK Percentages of Color #555c0f

%8
%0
%84
%64

Triadic Colors of #555c0f

#555c0f #0f555c #5c0f55

Analogous Colors of #555c0f

#555c0f #2f5c0f #5c3d0f

Monochromatic Colors of #555c0f

#555c0f

Complementary Color

#555c0f #160f5c

#555c0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555c0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#555c0f Color CSS Codes

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

#555c0f Text Font Color

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

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


#555c0f Background Color

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

This div background color is #555c0f


#555c0f Border Color

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

This div border color is #555c0f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,92,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555c0f


Comments

No comments written yet.

Please login to write comment.