Color Hex Logo

#602d15 Color Hex

#602D15
(96,45,21)
0 Favorites   0 Comments

Color spaces of #602d15

RGB 964521
HSL0.050.640.23
HSV19°78°38°
CMYK 0.000.530.78   0.62
XYZ5.89764.41771.2513
Yxy4.41770.50990.3819
Hunter Lab21.018313.303811.1831
CIE-Lab25.006921.193225.5682

#602d15 color RGB value is (96,45,21).

#602d15 hex color red value is 96, green value is 45 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #602d15 hue: 0.05 , saturation: 0.64 and the lightness value of 602d15 is 0.23.

The process color (four color CMYK) of #602d15 color hex is 0.00, 0.53, 0.78, 0.62. Web safe color of #602d15 is #663300. Color #602d15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101101 00010101
Octal 140 55 25
Decimal 96 45 21
Hex 60 2D 15

RGB Percentages of Color #602d15

%59.26
%27.78
%12.96

CMYK Percentages of Color #602d15

%0
%53
%78
%62

Triadic Colors of #602d15

#602d15 #15602d #2d1560

Analogous Colors of #602d15

#602d15 #605315 #601523

Monochromatic Colors of #602d15

#602d15

Complementary Color

#602d15 #154860

#602d15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602d15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602d15 Color CSS Codes

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

#602d15 Text Font Color

<p style="color:#602d15">Text here</p>

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


#602d15 Background Color

<div style="background-color:#602d15">
Div content here</div>

This div background color is #602d15


#602d15 Border Color

<div style="border:3px solid #602d15">
Div here</div>

This div border color is #602d15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,45,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #602d15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #602d15;
  -webkit-box-shadow: 1px 1px 3px 2px #602d15;
  box-shadow:         1px 1px 3px 2px #602d15; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602d15


Comments

No comments written yet.

Please login to write comment.