Color Hex Logo

#07332c Color Hex

#07332C
(7,51,44)
0 Favorites   0 Comments

Color spaces of #07332c

RGB 75144
HSL0.470.760.11
HSV170°86°20°
CMYK 0.860.000.14   0.80
XYZ1.72612.59472.7927
Yxy2.59470.24270.3648
Hunter Lab16.1081-9.06150.9964
CIE-Lab18.3416-16.59870.2278

#07332c color RGB value is (7,51,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110011 00101100
Octal 7 63 54
Decimal 7 51 44
Hex 7 33 2C

RGB Percentages of Color #07332c

%6.86
%50.00
%43.14

CMYK Percentages of Color #07332c

%86
%0
%14
%80

Triadic Colors of #07332c

#07332c #2c0733 #332c07

Analogous Colors of #07332c

#07332c #072433 #073316

Monochromatic Colors of #07332c

#07332c

Complementary Color

#07332c #33070e

#07332c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07332c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07332c Color CSS Codes

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

#07332c Text Font Color

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

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


#07332c Background Color

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

This div background color is #07332c


#07332c Border Color

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

This div border color is #07332c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07332c


Comments

No comments written yet.

Please login to write comment.