Color Hex Logo

#07441d Color Hex

#07441D
(7,68,29)
0 Favorites   0 Comments

Color spaces of #07441d

RGB 76829
HSL0.390.810.15
HSV142°90°27°
CMYK 0.900.000.57   0.73
XYZ2.37654.26811.8610
Yxy4.26810.27940.5018
Hunter Lab20.6594-15.62069.1207
CIE-Lab24.5387-28.528118.3763

#07441d color RGB value is (7,68,29).

#07441d hex color red value is 7, green value is 68 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #07441d hue: 0.39 , saturation: 0.81 and the lightness value of 07441d is 0.15.

The process color (four color CMYK) of #07441d color hex is 0.90, 0.00, 0.57, 0.73. Web safe color of #07441d is #003333. Color #07441d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000100 00011101
Octal 7 104 35
Decimal 7 68 29
Hex 7 44 1D

RGB Percentages of Color #07441d

%6.73
%65.38
%27.88

CMYK Percentages of Color #07441d

%90
%0
%57
%73

Triadic Colors of #07441d

#07441d #1d0744 #441d07

Analogous Colors of #07441d

#07441d #07443c #104407

Monochromatic Colors of #07441d

#07441d

Complementary Color

#07441d #44072e

#07441d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07441d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07441d Color CSS Codes

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

#07441d Text Font Color

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

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


#07441d Background Color

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

This div background color is #07441d


#07441d Border Color

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

This div border color is #07441d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07441d


Comments

No comments written yet.

Please login to write comment.