Color Hex Logo

#552304 Color Hex

#552304
(85,35,4)
0 Favorites   0 Comments

Color spaces of #552304

RGB 85354
HSL0.060.910.17
HSV23°95°33°
CMYK 0.000.590.95   0.67
XYZ4.36933.14210.4911
Yxy3.14210.54600.3926
Hunter Lab17.726012.978310.7655
CIE-Lab20.604221.336428.5001

#552304 color RGB value is (85,35,4).

#552304 hex color red value is 85, green value is 35 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #552304 hue: 0.06 , saturation: 0.91 and the lightness value of 552304 is 0.17.

The process color (four color CMYK) of #552304 color hex is 0.00, 0.59, 0.95, 0.67. Web safe color of #552304 is #663300. Color #552304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100011 00000100
Octal 125 43 4
Decimal 85 35 4
Hex 55 23 4

RGB Percentages of Color #552304

%68.55
%28.23
%3.23

CMYK Percentages of Color #552304

%0
%59
%95
%67

Triadic Colors of #552304

#552304 #045523 #230455

Analogous Colors of #552304

#552304 #554c04 #55040d

Monochromatic Colors of #552304

#552304

Complementary Color

#552304 #043655

#552304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552304 Color CSS Codes

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

#552304 Text Font Color

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

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


#552304 Background Color

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

This div background color is #552304


#552304 Border Color

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

This div border color is #552304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552304


Comments

No comments written yet.

Please login to write comment.