Color Hex Logo

#073204 Color Hex

#073204
(7,50,4)
0 Favorites   0 Comments

Color spaces of #073204

RGB 7504
HSL0.320.850.11
HSV116°92°20°
CMYK 0.860.000.92   0.80
XYZ1.25012.33510.4997
Yxy2.33510.30600.5716
Hunter Lab15.2810-12.13928.7579
CIE-Lab17.1558-24.888522.4316

#073204 color RGB value is (7,50,4).

#073204 hex color red value is 7, green value is 50 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #073204 hue: 0.32 , saturation: 0.85 and the lightness value of 073204 is 0.11.

The process color (four color CMYK) of #073204 color hex is 0.86, 0.00, 0.92, 0.80. Web safe color of #073204 is #003300. Color #073204 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110010 00000100
Octal 7 62 4
Decimal 7 50 4
Hex 7 32 4

RGB Percentages of Color #073204

%11.48
%81.97
%6.56

CMYK Percentages of Color #073204

%86
%0
%92
%80

Triadic Colors of #073204

#073204 #040732 #320407

Analogous Colors of #073204

#073204 #043218 #1e3204

Monochromatic Colors of #073204

#073204

Complementary Color

#073204 #2f0432

#073204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073204 Color CSS Codes

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

#073204 Text Font Color

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

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


#073204 Background Color

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

This div background color is #073204


#073204 Border Color

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

This div border color is #073204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073204


Comments

No comments written yet.

Please login to write comment.