Color Hex Logo

#5d670e Color Hex

#5D670E
(93,103,14)
0 Favorites   0 Comments

Color spaces of #5d670e

RGB 9310314
HSL0.190.760.23
HSV67°86°40°
CMYK 0.100.000.86   0.60
XYZ9.443712.05942.2454
Yxy12.05940.39770.5078
Hunter Lab34.7266-12.229620.4750
CIE-Lab41.3104-15.445643.9655

#5d670e color RGB value is (93,103,14).

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

The process color (four color CMYK) of #5d670e color hex is 0.10, 0.00, 0.86, 0.60. Web safe color of #5d670e is #666600. Color #5d670e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01100111 00001110
Octal 135 147 16
Decimal 93 103 14
Hex 5D 67 E

RGB Percentages of Color #5d670e

%44.29
%49.05
%6.67

CMYK Percentages of Color #5d670e

%10
%0
%86
%60

Triadic Colors of #5d670e

#5d670e #0e5d67 #670e5d

Analogous Colors of #5d670e

#5d670e #31670e #67450e

Monochromatic Colors of #5d670e

#5d670e

Complementary Color

#5d670e #180e67

#5d670e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d670e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d670e Color CSS Codes

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

#5d670e Text Font Color

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

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


#5d670e Background Color

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

This div background color is #5d670e


#5d670e Border Color

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

This div border color is #5d670e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d670e


Comments

No comments written yet.

Please login to write comment.