Color Hex Logo

#04314d Color Hex

#04314D
(4,49,77)
0 Favorites   0 Comments

Color spaces of #04314d

RGB 44977
HSL0.560.900.16
HSV203°95°30°
CMYK 0.950.360.00   0.70
XYZ2.48792.75837.4224
Yxy2.75830.19640.2177
Hunter Lab16.6081-2.3249-14.8718
CIE-Lab19.0487-2.6147-21.2717

#04314d color RGB value is (4,49,77).

#04314d hex color red value is 4, green value is 49 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #04314d hue: 0.56 , saturation: 0.90 and the lightness value of 04314d is 0.16.

The process color (four color CMYK) of #04314d color hex is 0.95, 0.36, 0.00, 0.70. Web safe color of #04314d is #003366. Color #04314d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110001 01001101
Octal 4 61 115
Decimal 4 49 77
Hex 4 31 4D

RGB Percentages of Color #04314d

%3.08
%37.69
%59.23

CMYK Percentages of Color #04314d

%95
%36
%0
%70

Triadic Colors of #04314d

#04314d #4d0431 #314d04

Analogous Colors of #04314d

#04314d #040d4d #044d45

Monochromatic Colors of #04314d

#04314d

Complementary Color

#04314d #4d2004

#04314d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04314d Color Preview on White Background

Lorem ipsum dolor sit amet.

#04314d Color CSS Codes

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

#04314d Text Font Color

<p style="color:#04314d">Text here</p>

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


#04314d Background Color

<div style="background-color:#04314d">
Div content here</div>

This div background color is #04314d


#04314d Border Color

<div style="border:3px solid #04314d">
Div here</div>

This div border color is #04314d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,49,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04314d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04314d;
  -webkit-box-shadow: 1px 1px 3px 2px #04314d;
  box-shadow:         1px 1px 3px 2px #04314d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04314d


Comments

No comments written yet.

Please login to write comment.