Color Hex Logo

#00524c Color Hex

#00524C
(0,82,76)
1 Favorites   0 Comments

Color spaces of #00524c

RGB 08276
HSL0.491.000.16
HSV176°100°32°
CMYK 1.000.000.07   0.68
XYZ4.32186.55647.8752
Yxy6.55640.23050.3496
Hunter Lab25.6055-14.6816-0.3114
CIE-Lab30.7749-23.1542-2.6828

#00524c color RGB value is (0,82,76).

#00524c hex color red value is 0, green value is 82 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #00524c hue: 0.49 , saturation: 1.00 and the lightness value of 00524c is 0.16.

The process color (four color CMYK) of #00524c color hex is 1.00, 0.00, 0.07, 0.68. Web safe color of #00524c is #006633. Color #00524c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010010 01001100
Octal 0 122 114
Decimal 0 82 76
Hex 0 52 4C

RGB Percentages of Color #00524c

%0.00
%51.90
%48.10

CMYK Percentages of Color #00524c

%100
%0
%7
%68

Triadic Colors of #00524c

#00524c #4c0052 #524c00

Analogous Colors of #00524c

#00524c #002f52 #005223

Monochromatic Colors of #00524c

#00524c

Complementary Color

#00524c #520006

#00524c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00524c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00524c Color CSS Codes

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

#00524c Text Font Color

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

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


#00524c Background Color

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

This div background color is #00524c


#00524c Border Color

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

This div border color is #00524c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,82,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00524c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00524c;
  -webkit-box-shadow: 1px 1px 3px 2px #00524c;
  box-shadow:         1px 1px 3px 2px #00524c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00524c

#00524c Color Palettes


Comments

No comments written yet.

Please login to write comment.