Color Hex Logo

#073110 Color Hex

#073110
(7,49,16)
0 Favorites   0 Comments

Color spaces of #073110

RGB 74916
HSL0.370.750.11
HSV133°86°19°
CMYK 0.860.000.67   0.81
XYZ1.27952.27920.8627
Yxy2.27920.28940.5155
Hunter Lab15.0970-11.29167.1799
CIE-Lab16.8891-22.820816.7796

#073110 color RGB value is (7,49,16).

#073110 hex color red value is 7, green value is 49 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #073110 hue: 0.37 , saturation: 0.75 and the lightness value of 073110 is 0.11.

The process color (four color CMYK) of #073110 color hex is 0.86, 0.00, 0.67, 0.81. Web safe color of #073110 is #003300. Color #073110 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110001 00010000
Octal 7 61 20
Decimal 7 49 16
Hex 7 31 10

RGB Percentages of Color #073110

%9.72
%68.06
%22.22

CMYK Percentages of Color #073110

%86
%0
%67
%81

Triadic Colors of #073110

#073110 #100731 #311007

Analogous Colors of #073110

#073110 #073125 #133107

Monochromatic Colors of #073110

#073110

Complementary Color

#073110 #310728

#073110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073110 Color CSS Codes

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

#073110 Text Font Color

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

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


#073110 Background Color

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

This div background color is #073110


#073110 Border Color

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

This div border color is #073110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073110


Comments

No comments written yet.

Please login to write comment.