Color Hex Logo

#07661d Color Hex

#07661D
(7,102,29)
0 Favorites   0 Comments

Color spaces of #07661d

RGB 710229
HSL0.370.870.21
HSV134°93°40°
CMYK 0.930.000.72   0.60
XYZ5.06089.63662.7557
Yxy9.63660.29000.5521
Hunter Lab31.0429-25.224916.4668
CIE-Lab37.1822-41.129932.9732

#07661d color RGB value is (7,102,29).

#07661d hex color red value is 7, green value is 102 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #07661d hue: 0.37 , saturation: 0.87 and the lightness value of 07661d is 0.21.

The process color (four color CMYK) of #07661d color hex is 0.93, 0.00, 0.72, 0.60. Web safe color of #07661d is #006633. Color #07661d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100110 00011101
Octal 7 146 35
Decimal 7 102 29
Hex 7 66 1D

RGB Percentages of Color #07661d

%5.07
%73.91
%21.01

CMYK Percentages of Color #07661d

%93
%0
%72
%60

Triadic Colors of #07661d

#07661d #1d0766 #661d07

Analogous Colors of #07661d

#07661d #07664d #216607

Monochromatic Colors of #07661d

#07661d

Complementary Color

#07661d #660750

#07661d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07661d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07661d Color CSS Codes

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

#07661d Text Font Color

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

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


#07661d Background Color

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

This div background color is #07661d


#07661d Border Color

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

This div border color is #07661d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07661d


Comments

No comments written yet.

Please login to write comment.