Color Hex Logo

#551e2c Color Hex

#551E2C
(85,30,44)
0 Favorites   0 Comments

Color spaces of #551e2c

RGB 853044
HSL0.960.480.23
HSV345°65°33°
CMYK 0.000.650.48   0.67
XYZ4.66523.04172.7241
Yxy3.04170.44720.2916
Hunter Lab17.440517.22662.9476
CIE-Lab20.210126.99053.9364

#551e2c color RGB value is (85,30,44).

#551e2c hex color red value is 85, green value is 30 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #551e2c hue: 0.96 , saturation: 0.48 and the lightness value of 551e2c is 0.23.

The process color (four color CMYK) of #551e2c color hex is 0.00, 0.65, 0.48, 0.67. Web safe color of #551e2c is #663333. Color #551e2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011110 00101100
Octal 125 36 54
Decimal 85 30 44
Hex 55 1E 2C

RGB Percentages of Color #551e2c

%53.46
%18.87
%27.67

CMYK Percentages of Color #551e2c

%0
%65
%48
%67

Triadic Colors of #551e2c

#551e2c #2c551e #1e2c55

Analogous Colors of #551e2c

#551e2c #552c1e #551e47

Monochromatic Colors of #551e2c

#551e2c

Complementary Color

#551e2c #1e5547

#551e2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551e2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#551e2c Color CSS Codes

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

#551e2c Text Font Color

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

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


#551e2c Background Color

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

This div background color is #551e2c


#551e2c Border Color

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

This div border color is #551e2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551e2c


Comments

No comments written yet.

Please login to write comment.