Color Hex Logo

#60273e Color Hex

#60273E
(96,39,62)
0 Favorites   0 Comments

Color spaces of #60273e

RGB 963962
HSL0.930.420.26
HSV336°59°38°
CMYK 0.000.590.35   0.62
XYZ6.41894.28565.0463
Yxy4.28560.40750.2721
Hunter Lab20.701719.11890.0385
CIE-Lab24.594028.6413-1.8506

#60273e color RGB value is (96,39,62).

#60273e hex color red value is 96, green value is 39 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #60273e hue: 0.93 , saturation: 0.42 and the lightness value of 60273e is 0.26.

The process color (four color CMYK) of #60273e color hex is 0.00, 0.59, 0.35, 0.62. Web safe color of #60273e is #663333. Color #60273e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100111 00111110
Octal 140 47 76
Decimal 96 39 62
Hex 60 27 3E

RGB Percentages of Color #60273e

%48.73
%19.80
%31.47

CMYK Percentages of Color #60273e

%0
%59
%35
%62

Triadic Colors of #60273e

#60273e #3e6027 #273e60

Analogous Colors of #60273e

#60273e #602d27 #60275b

Monochromatic Colors of #60273e

#60273e

Complementary Color

#60273e #276049

#60273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60273e Color CSS Codes

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

#60273e Text Font Color

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

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


#60273e Background Color

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

This div background color is #60273e


#60273e Border Color

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

This div border color is #60273e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,39,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60273e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60273e;
  -webkit-box-shadow: 1px 1px 3px 2px #60273e;
  box-shadow:         1px 1px 3px 2px #60273e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60273e


Comments

No comments written yet.

Please login to write comment.