Color Hex Logo

#554711 Color Hex

#554711
(85,71,17)
0 Favorites   0 Comments

Color spaces of #554711

RGB 857117
HSL0.130.670.20
HSV48°80°33°
CMYK 0.000.160.80   0.67
XYZ6.10076.47821.4592
Yxy6.47820.43460.4615
Hunter Lab25.4523-1.756614.4175
CIE-Lab30.5882-0.617632.8185

#554711 color RGB value is (85,71,17).

#554711 hex color red value is 85, green value is 71 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #554711 hue: 0.13 , saturation: 0.67 and the lightness value of 554711 is 0.20.

The process color (four color CMYK) of #554711 color hex is 0.00, 0.16, 0.80, 0.67. Web safe color of #554711 is #663300. Color #554711 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000111 00010001
Octal 125 107 21
Decimal 85 71 17
Hex 55 47 11

RGB Percentages of Color #554711

%49.13
%41.04
%9.83

CMYK Percentages of Color #554711

%0
%16
%80
%67

Triadic Colors of #554711

#554711 #115547 #471155

Analogous Colors of #554711

#554711 #415511 #552511

Monochromatic Colors of #554711

#554711

Complementary Color

#554711 #111f55

#554711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554711 Color CSS Codes

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

#554711 Text Font Color

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

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


#554711 Background Color

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

This div background color is #554711


#554711 Border Color

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

This div border color is #554711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554711


Comments

No comments written yet.

Please login to write comment.