Color Hex Logo

#658970 Color Hex

#658970
(101,137,112)
0 Favorites   0 Comments

Color spaces of #658970

RGB 101137112
HSL0.380.150.47
HSV138°26°54°
CMYK 0.260.000.18   0.46
XYZ17.237121.827918.6339
Yxy21.82790.29870.3783
Hunter Lab46.7203-15.90449.0571
CIE-Lab53.8439-18.03489.3810

#658970 color RGB value is (101,137,112).

#658970 hex color red value is 101, green value is 137 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #658970 hue: 0.38 , saturation: 0.15 and the lightness value of 658970 is 0.47.

The process color (four color CMYK) of #658970 color hex is 0.26, 0.00, 0.18, 0.46. Web safe color of #658970 is #669966. Color #658970 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001001 01110000
Octal 145 211 160
Decimal 101 137 112
Hex 65 89 70

RGB Percentages of Color #658970

%28.86
%39.14
%32.00

CMYK Percentages of Color #658970

%26
%0
%18
%46

Triadic Colors of #658970

#658970 #706589 #897065

Analogous Colors of #658970

#658970 #658982 #6c8965

Monochromatic Colors of #658970

#658970

Complementary Color

#658970 #89657e

#658970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#658970 Color CSS Codes

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

#658970 Text Font Color

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

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


#658970 Background Color

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

This div background color is #658970


#658970 Border Color

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

This div border color is #658970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658970


Comments

No comments written yet.

Please login to write comment.