Color Hex Logo

#553519 Color Hex

#553519
(85,53,25)
0 Favorites   0 Comments

Color spaces of #553519

RGB 855325
HSL0.080.550.22
HSV28°71°33°
CMYK 0.000.380.71   0.67
XYZ5.19494.54771.5237
Yxy4.54770.46110.4037
Hunter Lab21.32536.163710.6915
CIE-Lab25.405211.279723.1925

#553519 color RGB value is (85,53,25).

#553519 hex color red value is 85, green value is 53 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #553519 hue: 0.08 , saturation: 0.55 and the lightness value of 553519 is 0.22.

The process color (four color CMYK) of #553519 color hex is 0.00, 0.38, 0.71, 0.67. Web safe color of #553519 is #663300. Color #553519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110101 00011001
Octal 125 65 31
Decimal 85 53 25
Hex 55 35 19

RGB Percentages of Color #553519

%52.15
%32.52
%15.34

CMYK Percentages of Color #553519

%0
%38
%71
%67

Triadic Colors of #553519

#553519 #195535 #351955

Analogous Colors of #553519

#553519 #555319 #55191b

Monochromatic Colors of #553519

#553519

Complementary Color

#553519 #193955

#553519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553519 Color CSS Codes

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

#553519 Text Font Color

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

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


#553519 Background Color

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

This div background color is #553519


#553519 Border Color

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

This div border color is #553519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553519


Comments

No comments written yet.

Please login to write comment.