Color Hex Logo

#04514c Color Hex

#04514C
(4,81,76)
0 Favorites   0 Comments

Color spaces of #04514c

RGB 48176
HSL0.490.910.17
HSV176°95°32°
CMYK 0.950.000.06   0.68
XYZ4.29706.43257.8526
Yxy6.43250.23120.3462
Hunter Lab25.3624-14.1419-0.6035
CIE-Lab30.4784-22.2181-3.1142

#04514c color RGB value is (4,81,76).

#04514c hex color red value is 4, green value is 81 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #04514c hue: 0.49 , saturation: 0.91 and the lightness value of 04514c is 0.17.

The process color (four color CMYK) of #04514c color hex is 0.95, 0.00, 0.06, 0.68. Web safe color of #04514c is #006633. Color #04514c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010001 01001100
Octal 4 121 114
Decimal 4 81 76
Hex 4 51 4C

RGB Percentages of Color #04514c

%2.48
%50.31
%47.20

CMYK Percentages of Color #04514c

%95
%0
%6
%68

Triadic Colors of #04514c

#04514c #4c0451 #514c04

Analogous Colors of #04514c

#04514c #042f51 #045126

Monochromatic Colors of #04514c

#04514c

Complementary Color

#04514c #510409

#04514c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04514c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04514c Color CSS Codes

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

#04514c Text Font Color

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

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


#04514c Background Color

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

This div background color is #04514c


#04514c Border Color

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

This div border color is #04514c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,81,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 #04514c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04514c


Comments

No comments written yet.

Please login to write comment.