Color Hex Logo

#604301 Color Hex

#604301
(96,67,1)
0 Favorites   0 Comments

Color spaces of #604301

RGB 96671
HSL0.120.980.19
HSV42°99°38°
CMYK 0.000.300.99   0.62
XYZ6.83656.50330.9237
Yxy6.50330.47930.4559
Hunter Lab25.50163.224815.7035
CIE-Lab30.64836.868339.6298

#604301 color RGB value is (96,67,1).

#604301 hex color red value is 96, green value is 67 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #604301 hue: 0.12 , saturation: 0.98 and the lightness value of 604301 is 0.19.

The process color (four color CMYK) of #604301 color hex is 0.00, 0.30, 0.99, 0.62. Web safe color of #604301 is #663300. Color #604301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000011 00000001
Octal 140 103 1
Decimal 96 67 1
Hex 60 43 1

RGB Percentages of Color #604301

%58.54
%40.85
%0.61

CMYK Percentages of Color #604301

%0
%30
%99
%62

Triadic Colors of #604301

#604301 #016043 #430160

Analogous Colors of #604301

#604301 #4e6001 #601401

Monochromatic Colors of #604301

#604301

Complementary Color

#604301 #011e60

#604301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604301 Color CSS Codes

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

#604301 Text Font Color

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

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


#604301 Background Color

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

This div background color is #604301


#604301 Border Color

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

This div border color is #604301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604301


Comments

No comments written yet.

Please login to write comment.