Color Hex Logo

#552015 Color Hex

#552015
(85,32,21)
0 Favorites   0 Comments

Color spaces of #552015

RGB 853221
HSL0.030.600.21
HSV10°75°33°
CMYK 0.000.620.75   0.67
XYZ4.39823.01851.0603
Yxy3.01850.51880.3561
Hunter Lab17.373814.78328.5433
CIE-Lab20.117823.827019.5631

#552015 color RGB value is (85,32,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100000 00010101
Octal 125 40 25
Decimal 85 32 21
Hex 55 20 15

RGB Percentages of Color #552015

%61.59
%23.19
%15.22

CMYK Percentages of Color #552015

%0
%62
%75
%67

Triadic Colors of #552015

#552015 #155520 #201555

Analogous Colors of #552015

#552015 #554015 #55152a

Monochromatic Colors of #552015

#552015

Complementary Color

#552015 #154a55

#552015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552015 Color CSS Codes

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

#552015 Text Font Color

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

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


#552015 Background Color

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

This div background color is #552015


#552015 Border Color

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

This div border color is #552015


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,32,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 #552015">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552015


Comments

No comments written yet.

Please login to write comment.