Color Hex Logo

#07440b Color Hex

#07440B
(7,68,11)
0 Favorites   0 Comments

Color spaces of #07440b

RGB 76811
HSL0.340.810.15
HSV124°90°27°
CMYK 0.900.000.84   0.73
XYZ2.21514.20361.0112
Yxy4.20360.29810.5658
Hunter Lab20.5027-16.594611.4277
CIE-Lab24.3334-31.031227.5011

#07440b color RGB value is (7,68,11).

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

The process color (four color CMYK) of #07440b color hex is 0.90, 0.00, 0.84, 0.73. Web safe color of #07440b is #003300. Color #07440b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000100 00001011
Octal 7 104 13
Decimal 7 68 11
Hex 7 44 B

RGB Percentages of Color #07440b

%8.14
%79.07
%12.79

CMYK Percentages of Color #07440b

%90
%0
%84
%73

Triadic Colors of #07440b

#07440b #0b0744 #440b07

Analogous Colors of #07440b

#07440b #07442a #224407

Monochromatic Colors of #07440b

#07440b

Complementary Color

#07440b #440740

#07440b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07440b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07440b Color CSS Codes

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

#07440b Text Font Color

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

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


#07440b Background Color

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

This div background color is #07440b


#07440b Border Color

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

This div border color is #07440b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07440b


Comments

No comments written yet.

Please login to write comment.