Color Hex Logo

#604046 Color Hex

#604046
(96,64,70)
0 Favorites   0 Comments

Color spaces of #604046

RGB 966470
HSL0.970.200.31
HSV349°33°38°
CMYK 0.000.330.27   0.62
XYZ7.76286.59586.6583
Yxy6.59580.36940.3138
Hunter Lab25.68239.00992.6063
CIE-Lab30.868414.91612.0128

#604046 color RGB value is (96,64,70).

#604046 hex color red value is 96, green value is 64 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #604046 hue: 0.97 , saturation: 0.20 and the lightness value of 604046 is 0.31.

The process color (four color CMYK) of #604046 color hex is 0.00, 0.33, 0.27, 0.62. Web safe color of #604046 is #663333. Color #604046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000000 01000110
Octal 140 100 106
Decimal 96 64 70
Hex 60 40 46

RGB Percentages of Color #604046

%41.74
%27.83
%30.43

CMYK Percentages of Color #604046

%0
%33
%27
%62

Triadic Colors of #604046

#604046 #466040 #404660

Analogous Colors of #604046

#604046 #604a40 #604056

Monochromatic Colors of #604046

#604046

Complementary Color

#604046 #40605a

#604046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604046 Color CSS Codes

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

#604046 Text Font Color

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

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


#604046 Background Color

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

This div background color is #604046


#604046 Border Color

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

This div border color is #604046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604046


Comments

No comments written yet.

Please login to write comment.