Color Hex Logo

#658315 Color Hex

#658315
(101,131,21)
0 Favorites   0 Comments

Color spaces of #658315

RGB 10113121
HSL0.210.720.30
HSV76°84°51°
CMYK 0.230.000.84   0.49
XYZ13.618519.05343.6694
Yxy19.05340.37470.5243
Hunter Lab43.6502-20.697325.5710
CIE-Lab50.7496-26.076250.4842

#658315 color RGB value is (101,131,21).

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

The process color (four color CMYK) of #658315 color hex is 0.23, 0.00, 0.84, 0.49. Web safe color of #658315 is #669900. Color #658315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000011 00010101
Octal 145 203 25
Decimal 101 131 21
Hex 65 83 15

RGB Percentages of Color #658315

%39.92
%51.78
%8.30

CMYK Percentages of Color #658315

%23
%0
%84
%49

Triadic Colors of #658315

#658315 #156583 #831565

Analogous Colors of #658315

#658315 #2e8315 #836a15

Monochromatic Colors of #658315

#658315

Complementary Color

#658315 #331583

#658315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#658315 Color CSS Codes

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

#658315 Text Font Color

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

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


#658315 Background Color

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

This div background color is #658315


#658315 Border Color

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

This div border color is #658315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658315


Comments

No comments written yet.

Please login to write comment.