Color Hex Logo

#603307 Color Hex

#603307
(96,51,7)
0 Favorites   0 Comments

Color spaces of #603307

RGB 96517
HSL0.080.860.20
HSV30°93°38°
CMYK 0.000.470.93   0.62
XYZ6.04604.86980.8223
Yxy4.86980.51510.4149
Hunter Lab22.067610.286413.2380
CIE-Lab26.360617.005033.6875

#603307 color RGB value is (96,51,7).

#603307 hex color red value is 96, green value is 51 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #603307 hue: 0.08 , saturation: 0.86 and the lightness value of 603307 is 0.20.

The process color (four color CMYK) of #603307 color hex is 0.00, 0.47, 0.93, 0.62. Web safe color of #603307 is #663300. Color #603307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110011 00000111
Octal 140 63 7
Decimal 96 51 7
Hex 60 33 7

RGB Percentages of Color #603307

%62.34
%33.12
%4.55

CMYK Percentages of Color #603307

%0
%47
%93
%62

Triadic Colors of #603307

#603307 #076033 #330760

Analogous Colors of #603307

#603307 #606007 #600707

Monochromatic Colors of #603307

#603307

Complementary Color

#603307 #073460

#603307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603307 Color CSS Codes

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

#603307 Text Font Color

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

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


#603307 Background Color

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

This div background color is #603307


#603307 Border Color

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

This div border color is #603307


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,51,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #603307; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #603307;
  -webkit-box-shadow: 1px 1px 3px 2px #603307;
  box-shadow:         1px 1px 3px 2px #603307; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603307


Comments

No comments written yet.

Please login to write comment.