Color Hex Logo

#5d671c Color Hex

#5D671C
(93,103,28)
0 Favorites   0 Comments

Color spaces of #5d671c

RGB 9310328
HSL0.190.570.26
HSV68°73°40°
CMYK 0.100.000.73   0.60
XYZ9.574012.11152.9318
Yxy12.11150.38890.4920
Hunter Lab34.8016-11.797019.3663
CIE-Lab41.3928-14.740639.0078

#5d671c color RGB value is (93,103,28).

#5d671c hex color red value is 93, green value is 103 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #5d671c hue: 0.19 , saturation: 0.57 and the lightness value of 5d671c is 0.26.

The process color (four color CMYK) of #5d671c color hex is 0.10, 0.00, 0.73, 0.60. Web safe color of #5d671c is #666633. Color #5d671c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01100111 00011100
Octal 135 147 34
Decimal 93 103 28
Hex 5D 67 1C

RGB Percentages of Color #5d671c

%41.52
%45.98
%12.50

CMYK Percentages of Color #5d671c

%10
%0
%73
%60

Triadic Colors of #5d671c

#5d671c #1c5d67 #671c5d

Analogous Colors of #5d671c

#5d671c #37671c #674c1c

Monochromatic Colors of #5d671c

#5d671c

Complementary Color

#5d671c #261c67

#5d671c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d671c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d671c Color CSS Codes

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

#5d671c Text Font Color

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

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


#5d671c Background Color

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

This div background color is #5d671c


#5d671c Border Color

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

This div border color is #5d671c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d671c


Comments

No comments written yet.

Please login to write comment.