Color Hex Logo

#657942 Color Hex

#657942
(101,121,66)
0 Favorites   0 Comments

Color spaces of #657942

RGB 10112166
HSL0.230.290.37
HSV82°45°47°
CMYK 0.170.000.45   0.53
XYZ13.187616.83487.7086
Yxy16.83480.34950.4462
Hunter Lab41.0302-14.430917.5820
CIE-Lab48.0512-17.234227.6957

#657942 color RGB value is (101,121,66).

#657942 hex color red value is 101, green value is 121 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #657942 hue: 0.23 , saturation: 0.29 and the lightness value of 657942 is 0.37.

The process color (four color CMYK) of #657942 color hex is 0.17, 0.00, 0.45, 0.53. Web safe color of #657942 is #666633. Color #657942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111001 01000010
Octal 145 171 102
Decimal 101 121 66
Hex 65 79 42

RGB Percentages of Color #657942

%35.07
%42.01
%22.92

CMYK Percentages of Color #657942

%17
%0
%45
%53

Triadic Colors of #657942

#657942 #426579 #794265

Analogous Colors of #657942

#657942 #4a7942 #797242

Monochromatic Colors of #657942

#657942

Complementary Color

#657942 #564279

#657942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#657942 Color CSS Codes

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

#657942 Text Font Color

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

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


#657942 Background Color

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

This div background color is #657942


#657942 Border Color

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

This div border color is #657942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657942


Comments

No comments written yet.

Please login to write comment.