Color Hex Logo

#659462 Color Hex

#659462
(101,148,98)
0 Favorites   0 Comments

Color spaces of #659462

RGB 10114898
HSL0.320.200.48
HSV116°34°58°
CMYK 0.320.000.34   0.42
XYZ18.161324.828415.3904
Yxy24.82840.31110.4253
Hunter Lab49.8281-22.139716.5668
CIE-Lab56.9078-26.271021.5210

#659462 color RGB value is (101,148,98).

#659462 hex color red value is 101, green value is 148 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #659462 hue: 0.32 , saturation: 0.20 and the lightness value of 659462 is 0.48.

The process color (four color CMYK) of #659462 color hex is 0.32, 0.00, 0.34, 0.42. Web safe color of #659462 is #669966. Color #659462 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10010100 01100010
Octal 145 224 142
Decimal 101 148 98
Hex 65 94 62

RGB Percentages of Color #659462

%29.11
%42.65
%28.24

CMYK Percentages of Color #659462

%32
%0
%34
%42

Triadic Colors of #659462

#659462 #626594 #946265

Analogous Colors of #659462

#659462 #629478 #7e9462

Monochromatic Colors of #659462

#659462

Complementary Color

#659462 #916294

#659462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#659462 Color CSS Codes

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

#659462 Text Font Color

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

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


#659462 Background Color

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

This div background color is #659462


#659462 Border Color

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

This div border color is #659462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659462


Comments

No comments written yet.

Please login to write comment.