Color Hex Logo

#5d350c Color Hex

#5D350C
(93,53,12)
0 Favorites   0 Comments

Color spaces of #5d350c

RGB 935312
HSL0.080.770.21
HSV30°87°36°
CMYK 0.000.430.87   0.64
XYZ5.85374.89990.9851
Yxy4.89990.49870.4174
Hunter Lab22.13578.466112.8564
CIE-Lab26.447714.490631.5111

#5d350c color RGB value is (93,53,12).

#5d350c hex color red value is 93, green value is 53 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #5d350c hue: 0.08 , saturation: 0.77 and the lightness value of 5d350c is 0.21.

The process color (four color CMYK) of #5d350c color hex is 0.00, 0.43, 0.87, 0.64. Web safe color of #5d350c is #663300. Color #5d350c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00110101 00001100
Octal 135 65 14
Decimal 93 53 12
Hex 5D 35 C

RGB Percentages of Color #5d350c

%58.86
%33.54
%7.59

CMYK Percentages of Color #5d350c

%0
%43
%87
%64

Triadic Colors of #5d350c

#5d350c #0c5d35 #350c5d

Analogous Colors of #5d350c

#5d350c #5c5d0c #5d0d0c

Monochromatic Colors of #5d350c

#5d350c

Complementary Color

#5d350c #0c345d

#5d350c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d350c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d350c Color CSS Codes

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

#5d350c Text Font Color

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

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


#5d350c Background Color

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

This div background color is #5d350c


#5d350c Border Color

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

This div border color is #5d350c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d350c


Comments

No comments written yet.

Please login to write comment.