Color Hex Logo

#60380e Color Hex

#60380E
(96,56,14)
0 Favorites   0 Comments

Color spaces of #60380e

RGB 965614
HSL0.090.750.22
HSV31°85°38°
CMYK 0.000.420.85   0.62
XYZ6.31735.34681.1146
Yxy5.34680.49440.4184
Hunter Lab23.12318.301113.3283
CIE-Lab27.700814.170031.9202

#60380e color RGB value is (96,56,14).

#60380e hex color red value is 96, green value is 56 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #60380e hue: 0.09 , saturation: 0.75 and the lightness value of 60380e is 0.22.

The process color (four color CMYK) of #60380e color hex is 0.00, 0.42, 0.85, 0.62. Web safe color of #60380e is #663300. Color #60380e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111000 00001110
Octal 140 70 16
Decimal 96 56 14
Hex 60 38 E

RGB Percentages of Color #60380e

%57.83
%33.73
%8.43

CMYK Percentages of Color #60380e

%0
%42
%85
%62

Triadic Colors of #60380e

#60380e #0e6038 #380e60

Analogous Colors of #60380e

#60380e #5f600e #600f0e

Monochromatic Colors of #60380e

#60380e

Complementary Color

#60380e #0e3660

#60380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60380e Color CSS Codes

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

#60380e Text Font Color

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

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


#60380e Background Color

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

This div background color is #60380e


#60380e Border Color

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

This div border color is #60380e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60380e


Comments

No comments written yet.

Please login to write comment.