Color Hex Logo

#604249 Color Hex

#604249
(96,66,73)
0 Favorites   0 Comments

Color spaces of #604249

RGB 966673
HSL0.960.190.32
HSV346°31°38°
CMYK 0.000.310.24   0.62
XYZ7.97476.86437.2080
Yxy6.86430.36170.3113
Hunter Lab26.19988.48222.0282
CIE-Lab31.496014.16740.9834

#604249 color RGB value is (96,66,73).

#604249 hex color red value is 96, green value is 66 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #604249 hue: 0.96 , saturation: 0.19 and the lightness value of 604249 is 0.32.

The process color (four color CMYK) of #604249 color hex is 0.00, 0.31, 0.24, 0.62. Web safe color of #604249 is #663333. Color #604249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000010 01001001
Octal 140 102 111
Decimal 96 66 73
Hex 60 42 49

RGB Percentages of Color #604249

%40.85
%28.09
%31.06

CMYK Percentages of Color #604249

%0
%31
%24
%62

Triadic Colors of #604249

#604249 #496042 #424960

Analogous Colors of #604249

#604249 #604a42 #604258

Monochromatic Colors of #604249

#604249

Complementary Color

#604249 #426059

#604249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604249 Color CSS Codes

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

#604249 Text Font Color

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

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


#604249 Background Color

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

This div background color is #604249


#604249 Border Color

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

This div border color is #604249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604249


Comments

No comments written yet.

Please login to write comment.