Color Hex Logo

#5d060d Color Hex

#5D060D
(93,6,13)
0 Favorites   0 Comments

Color spaces of #5d060d

RGB 93613
HSL0.990.880.19
HSV355°94°36°
CMYK 0.000.940.86   0.64
XYZ4.65202.48650.6155
Yxy2.48650.59990.3207
Hunter Lab15.768625.06528.7238
CIE-Lab17.857436.958621.9849

#5d060d color RGB value is (93,6,13).

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

The process color (four color CMYK) of #5d060d color hex is 0.00, 0.94, 0.86, 0.64. Web safe color of #5d060d is #660000. Color #5d060d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00000110 00001101
Octal 135 6 15
Decimal 93 6 13
Hex 5D 6 D

RGB Percentages of Color #5d060d

%83.04
%5.36
%11.61

CMYK Percentages of Color #5d060d

%0
%94
%86
%64

Triadic Colors of #5d060d

#5d060d #0d5d06 #060d5d

Analogous Colors of #5d060d

#5d060d #5d2b06 #5d0639

Monochromatic Colors of #5d060d

#5d060d

Complementary Color

#5d060d #065d56

#5d060d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d060d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d060d Color CSS Codes

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

#5d060d Text Font Color

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

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


#5d060d Background Color

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

This div background color is #5d060d


#5d060d Border Color

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

This div border color is #5d060d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d060d


Comments

No comments written yet.

Please login to write comment.