Color Hex Logo

#5d503b Color Hex

#5D503B
(93,80,59)
0 Favorites   0 Comments

Color spaces of #5d503b

RGB 938059
HSL0.100.220.30
HSV37°37°36°
CMYK 0.000.140.37   0.64
XYZ8.17238.38025.3245
Yxy8.38020.37360.3831
Hunter Lab28.9486-0.26879.3588
CIE-Lab34.76251.880814.3847

#5d503b color RGB value is (93,80,59).

#5d503b hex color red value is 93, green value is 80 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #5d503b hue: 0.10 , saturation: 0.22 and the lightness value of 5d503b is 0.30.

The process color (four color CMYK) of #5d503b color hex is 0.00, 0.14, 0.37, 0.64. Web safe color of #5d503b is #666633. Color #5d503b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01010000 00111011
Octal 135 120 73
Decimal 93 80 59
Hex 5D 50 3B

RGB Percentages of Color #5d503b

%40.09
%34.48
%25.43

CMYK Percentages of Color #5d503b

%0
%14
%37
%64

Triadic Colors of #5d503b

#5d503b #3b5d50 #503b5d

Analogous Colors of #5d503b

#5d503b #595d3b #5d3f3b

Monochromatic Colors of #5d503b

#5d503b

Complementary Color

#5d503b #3b485d

#5d503b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d503b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d503b Color CSS Codes

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

#5d503b Text Font Color

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

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


#5d503b Background Color

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

This div background color is #5d503b


#5d503b Border Color

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

This div border color is #5d503b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d503b


Comments

No comments written yet.

Please login to write comment.