Color Hex Logo

#55530f Color Hex

#55530F
(85,83,15)
0 Favorites   0 Comments

Color spaces of #55530f

RGB 858315
HSL0.160.700.20
HSV58°82°33°
CMYK 0.000.020.82   0.67
XYZ6.92588.15231.6605
Yxy8.15230.41380.4870
Hunter Lab28.5522-6.668416.5385
CIE-Lab34.2981-7.962037.1237

#55530f color RGB value is (85,83,15).

#55530f hex color red value is 85, green value is 83 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #55530f hue: 0.16 , saturation: 0.70 and the lightness value of 55530f is 0.20.

The process color (four color CMYK) of #55530f color hex is 0.00, 0.02, 0.82, 0.67. Web safe color of #55530f is #666600. Color #55530f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010011 00001111
Octal 125 123 17
Decimal 85 83 15
Hex 55 53 F

RGB Percentages of Color #55530f

%46.45
%45.36
%8.20

CMYK Percentages of Color #55530f

%0
%2
%82
%67

Triadic Colors of #55530f

#55530f #0f5553 #530f55

Analogous Colors of #55530f

#55530f #34550f #55300f

Monochromatic Colors of #55530f

#55530f

Complementary Color

#55530f #0f1155

#55530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55530f Color CSS Codes

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

#55530f Text Font Color

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

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


#55530f Background Color

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

This div background color is #55530f


#55530f Border Color

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

This div border color is #55530f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55530f


Comments

No comments written yet.

Please login to write comment.