Color Hex Logo

#5d061c Color Hex

#5D061C
(93,6,28)
0 Favorites   0 Comments

Color spaces of #5d061c

RGB 93628
HSL0.960.880.19
HSV345°94°36°
CMYK 0.000.940.70   0.64
XYZ4.78892.54121.3367
Yxy2.54120.55260.2932
Hunter Lab15.941125.72646.1872
CIE-Lab18.103937.673012.6623

#5d061c color RGB value is (93,6,28).

#5d061c hex color red value is 93, green value is 6 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #5d061c hue: 0.96 , saturation: 0.88 and the lightness value of 5d061c is 0.19.

The process color (four color CMYK) of #5d061c color hex is 0.00, 0.94, 0.70, 0.64. Web safe color of #5d061c is #660033. Color #5d061c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00000110 00011100
Octal 135 6 34
Decimal 93 6 28
Hex 5D 6 1C

RGB Percentages of Color #5d061c

%73.23
%4.72
%22.05

CMYK Percentages of Color #5d061c

%0
%94
%70
%64

Triadic Colors of #5d061c

#5d061c #1c5d06 #061c5d

Analogous Colors of #5d061c

#5d061c #5d1c06 #5d0648

Monochromatic Colors of #5d061c

#5d061c

Complementary Color

#5d061c #065d47

#5d061c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d061c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d061c Color CSS Codes

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

#5d061c Text Font Color

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

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


#5d061c Background Color

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

This div background color is #5d061c


#5d061c Border Color

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

This div border color is #5d061c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,6,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d061c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d061c;
  -webkit-box-shadow: 1px 1px 3px 2px #5d061c;
  box-shadow:         1px 1px 3px 2px #5d061c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,6,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d061c


Comments

No comments written yet.

Please login to write comment.