Color Hex Logo

#06503f Color Hex

#06503F
(6,80,63)
0 Favorites   0 Comments

Color spaces of #06503f

RGB 68063
HSL0.460.860.17
HSV166°93°31°
CMYK 0.930.000.21   0.69
XYZ3.84106.13495.6843
Yxy6.13490.24530.3918
Hunter Lab24.7687-15.66453.7314
CIE-Lab29.7503-25.61744.1313

#06503f color RGB value is (6,80,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010000 00111111
Octal 6 120 77
Decimal 6 80 63
Hex 6 50 3F

RGB Percentages of Color #06503f

%4.03
%53.69
%42.28

CMYK Percentages of Color #06503f

%93
%0
%21
%69

Triadic Colors of #06503f

#06503f #3f0650 #503f06

Analogous Colors of #06503f

#06503f #063c50 #06501a

Monochromatic Colors of #06503f

#06503f

Complementary Color

#06503f #500617

#06503f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06503f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06503f Color CSS Codes

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

#06503f Text Font Color

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

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


#06503f Background Color

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

This div background color is #06503f


#06503f Border Color

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

This div border color is #06503f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06503f


Comments

No comments written yet.

Please login to write comment.