Color Hex Logo

#554015 Color Hex

#554015
(85,64,21)
0 Favorites   0 Comments

Color spaces of #554015

RGB 856421
HSL0.110.600.21
HSV40°75°33°
CMYK 0.000.250.75   0.67
XYZ5.71515.65221.4992
Yxy5.65220.44420.4393
Hunter Lab23.77441.304412.9032
CIE-Lab28.51753.998128.8181

#554015 color RGB value is (85,64,21).

#554015 hex color red value is 85, green value is 64 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #554015 hue: 0.11 , saturation: 0.60 and the lightness value of 554015 is 0.21.

The process color (four color CMYK) of #554015 color hex is 0.00, 0.25, 0.75, 0.67. Web safe color of #554015 is #663300. Color #554015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000000 00010101
Octal 125 100 25
Decimal 85 64 21
Hex 55 40 15

RGB Percentages of Color #554015

%50.00
%37.65
%12.35

CMYK Percentages of Color #554015

%0
%25
%75
%67

Triadic Colors of #554015

#554015 #155540 #401555

Analogous Colors of #554015

#554015 #4a5515 #552015

Monochromatic Colors of #554015

#554015

Complementary Color

#554015 #152a55

#554015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554015 Color CSS Codes

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

#554015 Text Font Color

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

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


#554015 Background Color

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

This div background color is #554015


#554015 Border Color

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

This div border color is #554015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554015


Comments

No comments written yet.

Please login to write comment.