Color Hex Logo

#658050 Color Hex

#658050
(101,128,80)
0 Favorites   0 Comments

Color spaces of #658050

RGB 10112880
HSL0.260.230.41
HSV94°38°50°
CMYK 0.210.000.38   0.50
XYZ14.534018.784210.4491
Yxy18.78420.33210.4292
Hunter Lab43.3407-15.987616.0442
CIE-Lab50.4338-18.978622.9746

#658050 color RGB value is (101,128,80).

#658050 hex color red value is 101, green value is 128 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #658050 hue: 0.26 , saturation: 0.23 and the lightness value of 658050 is 0.41.

The process color (four color CMYK) of #658050 color hex is 0.21, 0.00, 0.38, 0.50. Web safe color of #658050 is #669966. Color #658050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000000 01010000
Octal 145 200 120
Decimal 101 128 80
Hex 65 80 50

RGB Percentages of Color #658050

%32.69
%41.42
%25.89

CMYK Percentages of Color #658050

%21
%0
%38
%50

Triadic Colors of #658050

#658050 #506580 #805065

Analogous Colors of #658050

#658050 #508053 #7d8050

Monochromatic Colors of #658050

#658050

Complementary Color

#658050 #6b5080

#658050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#658050 Color CSS Codes

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

#658050 Text Font Color

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

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


#658050 Background Color

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

This div background color is #658050


#658050 Border Color

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

This div border color is #658050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658050


Comments

No comments written yet.

Please login to write comment.