Color Hex Logo

#072611 Color Hex

#072611
(7,38,17)
0 Favorites   0 Comments

Color spaces of #072611

RGB 73817
HSL0.390.690.09
HSV139°82°15°
CMYK 0.820.000.55   0.85
XYZ0.88191.47190.7679
Yxy1.47190.28250.4715
Hunter Lab12.1322-8.25604.7398
CIE-Lab12.4283-17.469410.4445

#072611 color RGB value is (7,38,17).

#072611 hex color red value is 7, green value is 38 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #072611 hue: 0.39 , saturation: 0.69 and the lightness value of 072611 is 0.09.

The process color (four color CMYK) of #072611 color hex is 0.82, 0.00, 0.55, 0.85. Web safe color of #072611 is #003300. Color #072611 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100110 00010001
Octal 7 46 21
Decimal 7 38 17
Hex 7 26 11

RGB Percentages of Color #072611

%11.29
%61.29
%27.42

CMYK Percentages of Color #072611

%82
%0
%55
%85

Triadic Colors of #072611

#072611 #110726 #261107

Analogous Colors of #072611

#072611 #072621 #0d2607

Monochromatic Colors of #072611

#072611

Complementary Color

#072611 #26071c

#072611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072611 Color CSS Codes

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

#072611 Text Font Color

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

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


#072611 Background Color

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

This div background color is #072611


#072611 Border Color

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

This div border color is #072611


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,38,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #072611; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #072611;
  -webkit-box-shadow: 1px 1px 3px 2px #072611;
  box-shadow:         1px 1px 3px 2px #072611; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072611


Comments

No comments written yet.

Please login to write comment.