Color Hex Logo

#07461c Color Hex

#07461C
(7,70,28)
0 Favorites   0 Comments

Color spaces of #07461c

RGB 77028
HSL0.390.820.15
HSV140°90°27°
CMYK 0.900.000.60   0.73
XYZ2.48744.50931.8379
Yxy4.50930.28160.5104
Hunter Lab21.2351-16.25269.7330
CIE-Lab25.2884-29.519819.8829

#07461c color RGB value is (7,70,28).

#07461c hex color red value is 7, green value is 70 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #07461c hue: 0.39 , saturation: 0.82 and the lightness value of 07461c is 0.15.

The process color (four color CMYK) of #07461c color hex is 0.90, 0.00, 0.60, 0.73. Web safe color of #07461c is #003333. Color #07461c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000110 00011100
Octal 7 106 34
Decimal 7 70 28
Hex 7 46 1C

RGB Percentages of Color #07461c

%6.67
%66.67
%26.67

CMYK Percentages of Color #07461c

%90
%0
%60
%73

Triadic Colors of #07461c

#07461c #1c0746 #461c07

Analogous Colors of #07461c

#07461c #07463c #124607

Monochromatic Colors of #07461c

#07461c

Complementary Color

#07461c #460731

#07461c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07461c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07461c Color CSS Codes

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

#07461c Text Font Color

<p style="color:#07461c">Text here</p>

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


#07461c Background Color

<div style="background-color:#07461c">
Div content here</div>

This div background color is #07461c


#07461c Border Color

<div style="border:3px solid #07461c">
Div here</div>

This div border color is #07461c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,70,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07461c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07461c;
  -webkit-box-shadow: 1px 1px 3px 2px #07461c;
  box-shadow:         1px 1px 3px 2px #07461c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07461c


Comments

No comments written yet.

Please login to write comment.