Color Hex Logo

#07211d Color Hex

#07211D
(7,33,29)
0 Favorites   0 Comments

Color spaces of #07211d

RGB 73329
HSL0.470.650.08
HSV171°79°13°
CMYK 0.790.000.12   0.87
XYZ0.85321.22161.3532
Yxy1.22160.24890.3564
Hunter Lab11.0526-5.56280.4778
CIE-Lab10.7158-11.2402-0.2650

#07211d color RGB value is (7,33,29).

#07211d hex color red value is 7, green value is 33 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #07211d hue: 0.47 , saturation: 0.65 and the lightness value of 07211d is 0.08.

The process color (four color CMYK) of #07211d color hex is 0.79, 0.00, 0.12, 0.87. Web safe color of #07211d is #003333. Color #07211d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100001 00011101
Octal 7 41 35
Decimal 7 33 29
Hex 7 21 1D

RGB Percentages of Color #07211d

%10.14
%47.83
%42.03

CMYK Percentages of Color #07211d

%79
%0
%12
%87

Triadic Colors of #07211d

#07211d #1d0721 #211d07

Analogous Colors of #07211d

#07211d #071821 #072110

Monochromatic Colors of #07211d

#07211d

Complementary Color

#07211d #21070b

#07211d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07211d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07211d Color CSS Codes

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

#07211d Text Font Color

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

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


#07211d Background Color

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

This div background color is #07211d


#07211d Border Color

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

This div border color is #07211d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07211d


Comments

No comments written yet.

Please login to write comment.