Color Hex Logo

#658355 Color Hex

#658355
(101,131,85)
0 Favorites   0 Comments

Color spaces of #658355

RGB 10113185
HSL0.280.210.42
HSV99°35°51°
CMYK 0.230.000.35   0.49
XYZ15.122819.655211.5911
Yxy19.65520.32610.4239
Hunter Lab44.3342-16.696815.5327
CIE-Lab51.4451-19.774921.4971

#658355 color RGB value is (101,131,85).

#658355 hex color red value is 101, green value is 131 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #658355 hue: 0.28 , saturation: 0.21 and the lightness value of 658355 is 0.42.

The process color (four color CMYK) of #658355 color hex is 0.23, 0.00, 0.35, 0.49. Web safe color of #658355 is #669966. Color #658355 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000011 01010101
Octal 145 203 125
Decimal 101 131 85
Hex 65 83 55

RGB Percentages of Color #658355

%31.86
%41.32
%26.81

CMYK Percentages of Color #658355

%23
%0
%35
%49

Triadic Colors of #658355

#658355 #556583 #835565

Analogous Colors of #658355

#658355 #55835c #7c8355

Monochromatic Colors of #658355

#658355

Complementary Color

#658355 #735583

#658355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#658355 Color CSS Codes

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

#658355 Text Font Color

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

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


#658355 Background Color

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

This div background color is #658355


#658355 Border Color

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

This div border color is #658355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658355


Comments

No comments written yet.

Please login to write comment.