Color Hex Logo

#07314a Color Hex

#07314A
(7,49,74)
0 Favorites   0 Comments

Color spaces of #07314a

RGB 74974
HSL0.560.830.16
HSV202°91°29°
CMYK 0.910.340.00   0.71
XYZ2.42202.73626.8791
Yxy2.73620.20120.2273
Hunter Lab16.5415-2.8116-13.0779
CIE-Lab18.9548-3.5326-19.3894

#07314a color RGB value is (7,49,74).

#07314a hex color red value is 7, green value is 49 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #07314a hue: 0.56 , saturation: 0.83 and the lightness value of 07314a is 0.16.

The process color (four color CMYK) of #07314a color hex is 0.91, 0.34, 0.00, 0.71. Web safe color of #07314a is #003333. Color #07314a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110001 01001010
Octal 7 61 112
Decimal 7 49 74
Hex 7 31 4A

RGB Percentages of Color #07314a

%5.38
%37.69
%56.92

CMYK Percentages of Color #07314a

%91
%34
%0
%71

Triadic Colors of #07314a

#07314a #4a0731 #314a07

Analogous Colors of #07314a

#07314a #07104a #074a42

Monochromatic Colors of #07314a

#07314a

Complementary Color

#07314a #4a2007

#07314a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07314a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07314a Color CSS Codes

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

#07314a Text Font Color

<p style="color:#07314a">Text here</p>

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


#07314a Background Color

<div style="background-color:#07314a">
Div content here</div>

This div background color is #07314a


#07314a Border Color

<div style="border:3px solid #07314a">
Div here</div>

This div border color is #07314a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,49,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07314a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07314a;
  -webkit-box-shadow: 1px 1px 3px 2px #07314a;
  box-shadow:         1px 1px 3px 2px #07314a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07314a


Comments

No comments written yet.

Please login to write comment.