Color Hex Logo

#56670e Color Hex

#56670E
(86,103,14)
0 Favorites   0 Comments

Color spaces of #56670e

RGB 8610314
HSL0.200.760.23
HSV71°86°40°
CMYK 0.170.000.86   0.60
XYZ8.767311.71062.2138
Yxy11.71060.38640.5161
Hunter Lab34.2208-14.154920.1190
CIE-Lab40.7524-18.707143.2620

#56670e color RGB value is (86,103,14).

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

The process color (four color CMYK) of #56670e color hex is 0.17, 0.00, 0.86, 0.60. Web safe color of #56670e is #666600. Color #56670e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100111 00001110
Octal 126 147 16
Decimal 86 103 14
Hex 56 67 E

RGB Percentages of Color #56670e

%42.36
%50.74
%6.90

CMYK Percentages of Color #56670e

%17
%0
%86
%60

Triadic Colors of #56670e

#56670e #0e5667 #670e56

Analogous Colors of #56670e

#56670e #2a670e #674c0e

Monochromatic Colors of #56670e

#56670e

Complementary Color

#56670e #1f0e67

#56670e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56670e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56670e Color CSS Codes

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

#56670e Text Font Color

<p style="color:#56670e">Text here</p>

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


#56670e Background Color

<div style="background-color:#56670e">
Div content here</div>

This div background color is #56670e


#56670e Border Color

<div style="border:3px solid #56670e">
Div here</div>

This div border color is #56670e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,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 #56670e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56670e


Comments

No comments written yet.

Please login to write comment.