Color Hex Logo

#60292e Color Hex

#60292E
(96,41,46)
0 Favorites   0 Comments

Color spaces of #60292e

RGB 964146
HSL0.980.400.27
HSV355°57°38°
CMYK 0.000.570.52   0.62
XYZ6.11004.26993.0869
Yxy4.26990.45370.3171
Hunter Lab20.663716.61865.6074
CIE-Lab24.544425.53528.9199

#60292e color RGB value is (96,41,46).

#60292e hex color red value is 96, green value is 41 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #60292e hue: 0.98 , saturation: 0.40 and the lightness value of 60292e is 0.27.

The process color (four color CMYK) of #60292e color hex is 0.00, 0.57, 0.52, 0.62. Web safe color of #60292e is #663333. Color #60292e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101001 00101110
Octal 140 51 56
Decimal 96 41 46
Hex 60 29 2E

RGB Percentages of Color #60292e

%52.46
%22.40
%25.14

CMYK Percentages of Color #60292e

%0
%57
%52
%62

Triadic Colors of #60292e

#60292e #2e6029 #292e60

Analogous Colors of #60292e

#60292e #604029 #602949

Monochromatic Colors of #60292e

#60292e

Complementary Color

#60292e #29605b

#60292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60292e Color CSS Codes

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

#60292e Text Font Color

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

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


#60292e Background Color

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

This div background color is #60292e


#60292e Border Color

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

This div border color is #60292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60292e


Comments

No comments written yet.

Please login to write comment.