Color Hex Logo

#605319 Color Hex

#605319
(96,83,25)
0 Favorites   0 Comments

Color spaces of #605319

RGB 968325
HSL0.140.590.24
HSV49°74°38°
CMYK 0.000.140.74   0.62
XYZ8.09268.74352.1808
Yxy8.74350.42550.4598
Hunter Lab29.5694-2.894316.3258
CIE-Lab35.4857-1.956234.4540

#605319 color RGB value is (96,83,25).

#605319 hex color red value is 96, green value is 83 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #605319 hue: 0.14 , saturation: 0.59 and the lightness value of 605319 is 0.24.

The process color (four color CMYK) of #605319 color hex is 0.00, 0.14, 0.74, 0.62. Web safe color of #605319 is #666600. Color #605319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010011 00011001
Octal 140 123 31
Decimal 96 83 25
Hex 60 53 19

RGB Percentages of Color #605319

%47.06
%40.69
%12.25

CMYK Percentages of Color #605319

%0
%14
%74
%62

Triadic Colors of #605319

#605319 #196053 #531960

Analogous Colors of #605319

#605319 #4a6019 #603019

Monochromatic Colors of #605319

#605319

Complementary Color

#605319 #192660

#605319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#605319 Color CSS Codes

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

#605319 Text Font Color

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

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


#605319 Background Color

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

This div background color is #605319


#605319 Border Color

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

This div border color is #605319


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,83,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605319


Comments

No comments written yet.

Please login to write comment.