Color Hex Logo

#657014 Color Hex

#657014
(101,112,20)
0 Favorites   0 Comments

Color spaces of #657014

RGB 10111220
HSL0.190.700.26
HSV67°82°44°
CMYK 0.100.000.82   0.56
XYZ11.287314.40552.8475
Yxy14.40550.39550.5047
Hunter Lab37.9546-13.336522.1200
CIE-Lab44.8089-16.342245.4779

#657014 color RGB value is (101,112,20).

#657014 hex color red value is 101, green value is 112 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #657014 hue: 0.19 , saturation: 0.70 and the lightness value of 657014 is 0.26.

The process color (four color CMYK) of #657014 color hex is 0.10, 0.00, 0.82, 0.56. Web safe color of #657014 is #666600. Color #657014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01110000 00010100
Octal 145 160 24
Decimal 101 112 20
Hex 65 70 14

RGB Percentages of Color #657014

%43.35
%48.07
%8.58

CMYK Percentages of Color #657014

%10
%0
%82
%56

Triadic Colors of #657014

#657014 #146570 #701465

Analogous Colors of #657014

#657014 #377014 #704d14

Monochromatic Colors of #657014

#657014

Complementary Color

#657014 #1f1470

#657014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#657014 Color CSS Codes

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

#657014 Text Font Color

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

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


#657014 Background Color

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

This div background color is #657014


#657014 Border Color

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

This div border color is #657014


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,112,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #657014; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #657014;
  -webkit-box-shadow: 1px 1px 3px 2px #657014;
  box-shadow:         1px 1px 3px 2px #657014; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,112,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657014


Comments

No comments written yet.

Please login to write comment.