Color Hex Logo

#604328 Color Hex

#604328
(96,67,40)
0 Favorites   0 Comments

Color spaces of #604328

RGB 966740
HSL0.080.410.27
HSV29°58°38°
CMYK 0.000.300.58   0.62
XYZ7.21406.65432.9117
Yxy6.65430.42990.3966
Hunter Lab25.79594.775811.3648
CIE-Lab31.00669.083021.2379

#604328 color RGB value is (96,67,40).

#604328 hex color red value is 96, green value is 67 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #604328 hue: 0.08 , saturation: 0.41 and the lightness value of 604328 is 0.27.

The process color (four color CMYK) of #604328 color hex is 0.00, 0.30, 0.58, 0.62. Web safe color of #604328 is #663333. Color #604328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000011 00101000
Octal 140 103 50
Decimal 96 67 40
Hex 60 43 28

RGB Percentages of Color #604328

%47.29
%33.00
%19.70

CMYK Percentages of Color #604328

%0
%30
%58
%62

Triadic Colors of #604328

#604328 #286043 #432860

Analogous Colors of #604328

#604328 #605f28 #602829

Monochromatic Colors of #604328

#604328

Complementary Color

#604328 #284560

#604328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604328 Color CSS Codes

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

#604328 Text Font Color

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

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


#604328 Background Color

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

This div background color is #604328


#604328 Border Color

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

This div border color is #604328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604328


Comments

No comments written yet.

Please login to write comment.