Color Hex Logo

#5d063d Color Hex

#5D063D
(93,6,61)
0 Favorites   0 Comments

Color spaces of #5d063d

RGB 93661
HSL0.890.880.19
HSV322°94°36°
CMYK 0.000.940.34   0.64
XYZ5.42162.79434.6685
Yxy2.79430.42080.2169
Hunter Lab16.716228.6401-4.8572
CIE-Lab19.200540.7451-9.3102

#5d063d color RGB value is (93,6,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 00000110 00111101
Octal 135 6 75
Decimal 93 6 61
Hex 5D 6 3D

RGB Percentages of Color #5d063d

%58.13
%3.75
%38.13

CMYK Percentages of Color #5d063d

%0
%94
%34
%64

Triadic Colors of #5d063d

#5d063d #3d5d06 #063d5d

Analogous Colors of #5d063d

#5d063d #5d0612 #52065d

Monochromatic Colors of #5d063d

#5d063d

Complementary Color

#5d063d #065d26

#5d063d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d063d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d063d Color CSS Codes

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

#5d063d Text Font Color

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

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


#5d063d Background Color

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

This div background color is #5d063d


#5d063d Border Color

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

This div border color is #5d063d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d063d


Comments

No comments written yet.

Please login to write comment.