Color Hex Logo

#603753 Color Hex

#603753
(96,55,83)
0 Favorites   0 Comments

Color spaces of #603753

RGB 965583
HSL0.890.270.30
HSV319°43°38°
CMYK 0.000.430.14   0.62
XYZ7.75145.84378.9030
Yxy5.84370.34450.2597
Hunter Lab24.173714.9326-4.9144
CIE-Lab29.014722.8002-9.1957

#603753 color RGB value is (96,55,83).

#603753 hex color red value is 96, green value is 55 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #603753 hue: 0.89 , saturation: 0.27 and the lightness value of 603753 is 0.30.

The process color (four color CMYK) of #603753 color hex is 0.00, 0.43, 0.14, 0.62. Web safe color of #603753 is #663366. Color #603753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110111 01010011
Octal 140 67 123
Decimal 96 55 83
Hex 60 37 53

RGB Percentages of Color #603753

%41.03
%23.50
%35.47

CMYK Percentages of Color #603753

%0
%43
%14
%62

Triadic Colors of #603753

#603753 #536037 #375360

Analogous Colors of #603753

#603753 #60373f #583760

Monochromatic Colors of #603753

#603753

Complementary Color

#603753 #376044

#603753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603753 Color CSS Codes

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

#603753 Text Font Color

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

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


#603753 Background Color

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

This div background color is #603753


#603753 Border Color

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

This div border color is #603753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603753


Comments

No comments written yet.

Please login to write comment.