Color Hex Logo

#551e09 Color Hex

#551E09
(85,30,9)
0 Favorites   0 Comments

Color spaces of #551e09

RGB 85309
HSL0.050.810.18
HSV17°89°33°
CMYK 0.000.650.89   0.67
XYZ4.25992.87960.5897
Yxy2.87960.55110.3726
Hunter Lab16.969415.11329.8182
CIE-Lab19.555124.351025.2810

#551e09 color RGB value is (85,30,9).

#551e09 hex color red value is 85, green value is 30 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #551e09 hue: 0.05 , saturation: 0.81 and the lightness value of 551e09 is 0.18.

The process color (four color CMYK) of #551e09 color hex is 0.00, 0.65, 0.89, 0.67. Web safe color of #551e09 is #663300. Color #551e09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011110 00001001
Octal 125 36 11
Decimal 85 30 9
Hex 55 1E 9

RGB Percentages of Color #551e09

%68.55
%24.19
%7.26

CMYK Percentages of Color #551e09

%0
%65
%89
%67

Triadic Colors of #551e09

#551e09 #09551e #1e0955

Analogous Colors of #551e09

#551e09 #554409 #55091a

Monochromatic Colors of #551e09

#551e09

Complementary Color

#551e09 #094055

#551e09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551e09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551e09 Color CSS Codes

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

#551e09 Text Font Color

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

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


#551e09 Background Color

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

This div background color is #551e09


#551e09 Border Color

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

This div border color is #551e09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551e09


Comments

No comments written yet.

Please login to write comment.