Color Hex Logo

#07332d Color Hex

#07332D
(7,51,45)
0 Favorites   0 Comments

Color spaces of #07332d

RGB 75145
HSL0.480.760.11
HSV172°86°20°
CMYK 0.860.000.12   0.80
XYZ1.74512.60232.8929
Yxy2.60230.24100.3594
Hunter Lab16.1316-8.92050.6596
CIE-Lab18.3751-16.2626-0.4116

#07332d color RGB value is (7,51,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110011 00101101
Octal 7 63 55
Decimal 7 51 45
Hex 7 33 2D

RGB Percentages of Color #07332d

%6.80
%49.51
%43.69

CMYK Percentages of Color #07332d

%86
%0
%12
%80

Triadic Colors of #07332d

#07332d #2d0733 #332d07

Analogous Colors of #07332d

#07332d #072333 #073317

Monochromatic Colors of #07332d

#07332d

Complementary Color

#07332d #33070d

#07332d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07332d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07332d Color CSS Codes

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

#07332d Text Font Color

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

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


#07332d Background Color

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

This div background color is #07332d


#07332d Border Color

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

This div border color is #07332d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07332d


Comments

No comments written yet.

Please login to write comment.