Color Hex Logo

#07322c Color Hex

#07322C
(7,50,44)
0 Favorites   0 Comments

Color spaces of #07322c

RGB 75044
HSL0.480.750.11
HSV172°86°20°
CMYK 0.860.000.12   0.80
XYZ1.68282.50822.7783
Yxy2.50820.24150.3599
Hunter Lab15.8373-8.74870.6850
CIE-Lab17.9556-16.0435-0.3360

#07322c color RGB value is (7,50,44).

#07322c hex color red value is 7, green value is 50 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #07322c hue: 0.48 , saturation: 0.75 and the lightness value of 07322c is 0.11.

The process color (four color CMYK) of #07322c color hex is 0.86, 0.00, 0.12, 0.80. Web safe color of #07322c is #003333. Color #07322c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110010 00101100
Octal 7 62 54
Decimal 7 50 44
Hex 7 32 2C

RGB Percentages of Color #07322c

%6.93
%49.50
%43.56

CMYK Percentages of Color #07322c

%86
%0
%12
%80

Triadic Colors of #07322c

#07322c #2c0732 #322c07

Analogous Colors of #07322c

#07322c #072332 #073217

Monochromatic Colors of #07322c

#07322c

Complementary Color

#07322c #32070d

#07322c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07322c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07322c Color CSS Codes

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

#07322c Text Font Color

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

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


#07322c Background Color

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

This div background color is #07322c


#07322c Border Color

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

This div border color is #07322c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07322c


Comments

No comments written yet.

Please login to write comment.