Color Hex Logo

#073234 Color Hex

#073234
(7,50,52)
0 Favorites   0 Comments

Color spaces of #073234

RGB 75052
HSL0.510.760.12
HSV183°87°20°
CMYK 0.870.040.00   0.80
XYZ1.84812.57433.6483
Yxy2.57430.22900.3190
Hunter Lab16.0446-7.5176-2.2504
CIE-Lab18.2514-13.1836-5.4232

#073234 color RGB value is (7,50,52).

#073234 hex color red value is 7, green value is 50 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #073234 hue: 0.51 , saturation: 0.76 and the lightness value of 073234 is 0.12.

The process color (four color CMYK) of #073234 color hex is 0.87, 0.04, 0.00, 0.80. Web safe color of #073234 is #003333. Color #073234 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110010 00110100
Octal 7 62 64
Decimal 7 50 52
Hex 7 32 34

RGB Percentages of Color #073234

%6.42
%45.87
%47.71

CMYK Percentages of Color #073234

%87
%4
%0
%80

Triadic Colors of #073234

#073234 #340732 #323407

Analogous Colors of #073234

#073234 #071c34 #073420

Monochromatic Colors of #073234

#073234

Complementary Color

#073234 #340907

#073234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073234 Color CSS Codes

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

#073234 Text Font Color

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

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


#073234 Background Color

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

This div background color is #073234


#073234 Border Color

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

This div border color is #073234


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,50,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #073234; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #073234;
  -webkit-box-shadow: 1px 1px 3px 2px #073234;
  box-shadow:         1px 1px 3px 2px #073234; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073234


Comments

No comments written yet.

Please login to write comment.