Color Hex Logo

#06503c Color Hex

#06503C
(6,80,60)
0 Favorites   0 Comments

Color spaces of #06503c

RGB 68060
HSL0.450.860.17
HSV164°93°31°
CMYK 0.930.000.25   0.69
XYZ3.75946.10235.2547
Yxy6.10230.24870.4037
Hunter Lab24.7028-16.06494.6800
CIE-Lab29.6691-26.49135.9240

#06503c color RGB value is (6,80,60).

#06503c hex color red value is 6, green value is 80 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #06503c hue: 0.45 , saturation: 0.86 and the lightness value of 06503c is 0.17.

The process color (four color CMYK) of #06503c color hex is 0.93, 0.00, 0.25, 0.69. Web safe color of #06503c is #006633. Color #06503c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010000 00111100
Octal 6 120 74
Decimal 6 80 60
Hex 6 50 3C

RGB Percentages of Color #06503c

%4.11
%54.79
%41.10

CMYK Percentages of Color #06503c

%93
%0
%25
%69

Triadic Colors of #06503c

#06503c #3c0650 #503c06

Analogous Colors of #06503c

#06503c #063f50 #065017

Monochromatic Colors of #06503c

#06503c

Complementary Color

#06503c #50061a

#06503c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06503c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06503c Color CSS Codes

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

#06503c Text Font Color

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

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


#06503c Background Color

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

This div background color is #06503c


#06503c Border Color

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

This div border color is #06503c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,80,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06503c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06503c;
  -webkit-box-shadow: 1px 1px 3px 2px #06503c;
  box-shadow:         1px 1px 3px 2px #06503c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,80,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06503c


Comments

No comments written yet.

Please login to write comment.