Color Hex Logo

#07322b Color Hex

#07322B
(7,50,43)
0 Favorites   0 Comments

Color spaces of #07322b

RGB 75043
HSL0.470.750.11
HSV170°86°20°
CMYK 0.860.000.14   0.80
XYZ1.66432.50082.6805
Yxy2.50080.24310.3653
Hunter Lab15.8139-8.88851.0199
CIE-Lab17.9222-16.37870.3055

#07322b color RGB value is (7,50,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110010 00101011
Octal 7 62 53
Decimal 7 50 43
Hex 7 32 2B

RGB Percentages of Color #07322b

%7.00
%50.00
%43.00

CMYK Percentages of Color #07322b

%86
%0
%14
%80

Triadic Colors of #07322b

#07322b #2b0732 #322b07

Analogous Colors of #07322b

#07322b #072432 #073216

Monochromatic Colors of #07322b

#07322b

Complementary Color

#07322b #32070e

#07322b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07322b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07322b Color CSS Codes

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

#07322b Text Font Color

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

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


#07322b Background Color

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

This div background color is #07322b


#07322b Border Color

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

This div border color is #07322b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07322b


Comments

No comments written yet.

Please login to write comment.