Color Hex Logo

#5d3948 Color Hex

#5D3948
(93,57,72)
0 Favorites   0 Comments

Color spaces of #5d3948

RGB 935772
HSL0.930.240.29
HSV335°39°36°
CMYK 0.000.390.23   0.64
XYZ7.14705.72136.8585
Yxy5.72130.36230.2900
Hunter Lab23.919211.4766-0.2571
CIE-Lab28.698218.3757-2.5110

#5d3948 color RGB value is (93,57,72).

#5d3948 hex color red value is 93, green value is 57 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #5d3948 hue: 0.93 , saturation: 0.24 and the lightness value of 5d3948 is 0.29.

The process color (four color CMYK) of #5d3948 color hex is 0.00, 0.39, 0.23, 0.64. Web safe color of #5d3948 is #663333. Color #5d3948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00111001 01001000
Octal 135 71 110
Decimal 93 57 72
Hex 5D 39 48

RGB Percentages of Color #5d3948

%41.89
%25.68
%32.43

CMYK Percentages of Color #5d3948

%0
%39
%23
%64

Triadic Colors of #5d3948

#5d3948 #485d39 #39485d

Analogous Colors of #5d3948

#5d3948 #5d3c39 #5d395a

Monochromatic Colors of #5d3948

#5d3948

Complementary Color

#5d3948 #395d4e

#5d3948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d3948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d3948 Color CSS Codes

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

#5d3948 Text Font Color

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

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


#5d3948 Background Color

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

This div background color is #5d3948


#5d3948 Border Color

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

This div border color is #5d3948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d3948


Comments

No comments written yet.

Please login to write comment.