Color Hex Logo

#603b50 Color Hex

#603B50
(96,59,80)
0 Favorites   0 Comments

Color spaces of #603b50

RGB 965980
HSL0.910.240.30
HSV326°39°38°
CMYK 0.000.390.17   0.62
XYZ7.83586.19398.3720
Yxy6.19390.34980.2765
Hunter Lab24.887512.6472-2.5235
CIE-Lab29.896519.7834-5.9140

#603b50 color RGB value is (96,59,80).

#603b50 hex color red value is 96, green value is 59 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #603b50 hue: 0.91 , saturation: 0.24 and the lightness value of 603b50 is 0.30.

The process color (four color CMYK) of #603b50 color hex is 0.00, 0.39, 0.17, 0.62. Web safe color of #603b50 is #663366. Color #603b50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111011 01010000
Octal 140 73 120
Decimal 96 59 80
Hex 60 3B 50

RGB Percentages of Color #603b50

%40.85
%25.11
%34.04

CMYK Percentages of Color #603b50

%0
%39
%17
%62

Triadic Colors of #603b50

#603b50 #50603b #3b5060

Analogous Colors of #603b50

#603b50 #603b3e #5e3b60

Monochromatic Colors of #603b50

#603b50

Complementary Color

#603b50 #3b604b

#603b50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603b50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603b50 Color CSS Codes

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

#603b50 Text Font Color

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

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


#603b50 Background Color

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

This div background color is #603b50


#603b50 Border Color

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

This div border color is #603b50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603b50


Comments

No comments written yet.

Please login to write comment.