Color Hex Logo

#607315 Color Hex

#607315
(96,115,21)
0 Favorites   0 Comments

Color spaces of #607315

RGB 9611521
HSL0.200.690.27
HSV72°82°45°
CMYK 0.170.000.82   0.55
XYZ11.090014.80242.9821
Yxy14.80240.38410.5126
Hunter Lab38.4739-15.877122.3362
CIE-Lab45.3624-20.168045.5110

#607315 color RGB value is (96,115,21).

#607315 hex color red value is 96, green value is 115 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #607315 hue: 0.20 , saturation: 0.69 and the lightness value of 607315 is 0.27.

The process color (four color CMYK) of #607315 color hex is 0.17, 0.00, 0.82, 0.55. Web safe color of #607315 is #666600. Color #607315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110011 00010101
Octal 140 163 25
Decimal 96 115 21
Hex 60 73 15

RGB Percentages of Color #607315

%41.38
%49.57
%9.05

CMYK Percentages of Color #607315

%17
%0
%82
%55

Triadic Colors of #607315

#607315 #156073 #731560

Analogous Colors of #607315

#607315 #317315 #735715

Monochromatic Colors of #607315

#607315

Complementary Color

#607315 #281573

#607315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607315 Color CSS Codes

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

#607315 Text Font Color

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

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


#607315 Background Color

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

This div background color is #607315


#607315 Border Color

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

This div border color is #607315


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,115,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 #607315">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607315


Comments

No comments written yet.

Please login to write comment.