Color Hex Logo

#004d4f Color Hex

#004D4F
(0,77,79)
1 Favorites   0 Comments

Color spaces of #004d4f

RGB 07779
HSL0.501.000.15
HSV182°100°31°
CMYK 1.000.030.00   0.69
XYZ4.06525.87238.3163
Yxy5.87230.22270.3217
Hunter Lab24.2328-12.4630-3.3844
CIE-Lab29.0880-19.4871-7.1189

#004d4f color RGB value is (0,77,79).

#004d4f hex color red value is 0, green value is 77 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #004d4f hue: 0.50 , saturation: 1.00 and the lightness value of 004d4f is 0.15.

The process color (four color CMYK) of #004d4f color hex is 1.00, 0.03, 0.00, 0.69. Web safe color of #004d4f is #006666. Color #004d4f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001101 01001111
Octal 0 115 117
Decimal 0 77 79
Hex 0 4D 4F

RGB Percentages of Color #004d4f

%0.00
%49.36
%50.64

CMYK Percentages of Color #004d4f

%100
%3
%0
%69

Triadic Colors of #004d4f

#004d4f #4f004d #4d4f00

Analogous Colors of #004d4f

#004d4f #00264f #004f2a

Monochromatic Colors of #004d4f

#004d4f

Complementary Color

#004d4f #4f0200

#004d4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004d4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#004d4f Color CSS Codes

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

#004d4f Text Font Color

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

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


#004d4f Background Color

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

This div background color is #004d4f


#004d4f Border Color

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

This div border color is #004d4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,77,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #004d4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #004d4f;
  -webkit-box-shadow: 1px 1px 3px 2px #004d4f;
  box-shadow:         1px 1px 3px 2px #004d4f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,77,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004d4f


Comments

No comments written yet.

Please login to write comment.