Color Hex Logo

#07354a Color Hex

#07354A
(7,53,74)
0 Favorites   0 Comments

Color spaces of #07354a

RGB 75374
HSL0.550.830.16
HSV199°91°29°
CMYK 0.910.280.00   0.71
XYZ2.59683.08586.9373
Yxy3.08580.20580.2445
Hunter Lab17.5664-4.3541-11.1182
CIE-Lab20.3843-6.2363-17.1488

#07354a color RGB value is (7,53,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110101 01001010
Octal 7 65 112
Decimal 7 53 74
Hex 7 35 4A

RGB Percentages of Color #07354a

%5.22
%39.55
%55.22

CMYK Percentages of Color #07354a

%91
%28
%0
%71

Triadic Colors of #07354a

#07354a #4a0735 #354a07

Analogous Colors of #07354a

#07354a #07144a #074a3d

Monochromatic Colors of #07354a

#07354a

Complementary Color

#07354a #4a1c07

#07354a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07354a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07354a Color CSS Codes

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

#07354a Text Font Color

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

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


#07354a Background Color

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

This div background color is #07354a


#07354a Border Color

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

This div border color is #07354a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07354a


Comments

No comments written yet.

Please login to write comment.