Color Hex Logo

#60530e Color Hex

#60530E
(96,83,14)
0 Favorites   0 Comments

Color spaces of #60530e

RGB 968314
HSL0.140.750.22
HSV50°85°38°
CMYK 0.000.140.85   0.62
XYZ7.99648.70501.6742
Yxy8.70500.43520.4737
Hunter Lab29.5042-3.254417.2886
CIE-Lab35.4100-2.505138.9048

#60530e color RGB value is (96,83,14).

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

The process color (four color CMYK) of #60530e color hex is 0.00, 0.14, 0.85, 0.62. Web safe color of #60530e is #666600. Color #60530e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010011 00001110
Octal 140 123 16
Decimal 96 83 14
Hex 60 53 E

RGB Percentages of Color #60530e

%49.74
%43.01
%7.25

CMYK Percentages of Color #60530e

%0
%14
%85
%62

Triadic Colors of #60530e

#60530e #0e6053 #530e60

Analogous Colors of #60530e

#60530e #44600e #602a0e

Monochromatic Colors of #60530e

#60530e

Complementary Color

#60530e #0e1b60

#60530e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60530e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60530e Color CSS Codes

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

#60530e Text Font Color

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

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


#60530e Background Color

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

This div background color is #60530e


#60530e Border Color

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

This div border color is #60530e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,83,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 #60530e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60530e


Comments

No comments written yet.

Please login to write comment.