Color Hex Logo

#554705 Color Hex

#554705
(85,71,5)
0 Favorites   0 Comments

Color spaces of #554705

RGB 85715
HSL0.140.890.18
HSV50°94°33°
CMYK 0.000.160.94   0.67
XYZ6.02696.44871.0707
Yxy6.44870.44490.4760
Hunter Lab25.3943-2.076115.2762
CIE-Lab30.5174-1.122837.3542

#554705 color RGB value is (85,71,5).

#554705 hex color red value is 85, green value is 71 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #554705 hue: 0.14 , saturation: 0.89 and the lightness value of 554705 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000111 00000101
Octal 125 107 5
Decimal 85 71 5
Hex 55 47 5

RGB Percentages of Color #554705

%52.80
%44.10
%3.11

CMYK Percentages of Color #554705

%0
%16
%94
%67

Triadic Colors of #554705

#554705 #055547 #470555

Analogous Colors of #554705

#554705 #3b5505 #551f05

Monochromatic Colors of #554705

#554705

Complementary Color

#554705 #051355

#554705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554705 Color CSS Codes

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

#554705 Text Font Color

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

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


#554705 Background Color

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

This div background color is #554705


#554705 Border Color

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

This div border color is #554705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554705


Comments

No comments written yet.

Please login to write comment.