Color Hex Logo

#07610d Color Hex

#07610D
(7,97,13)
0 Favorites   0 Comments

Color spaces of #07610d

RGB 79713
HSL0.340.870.20
HSV124°93°38°
CMYK 0.930.000.87   0.62
XYZ4.43508.62361.8115
Yxy8.62360.29820.5799
Hunter Lab29.3660-24.432416.8988
CIE-Lab35.2493-40.895437.3037

#07610d color RGB value is (7,97,13).

#07610d hex color red value is 7, green value is 97 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #07610d hue: 0.34 , saturation: 0.87 and the lightness value of 07610d is 0.20.

The process color (four color CMYK) of #07610d color hex is 0.93, 0.00, 0.87, 0.62. Web safe color of #07610d is #006600. Color #07610d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100001 00001101
Octal 7 141 15
Decimal 7 97 13
Hex 7 61 D

RGB Percentages of Color #07610d

%5.98
%82.91
%11.11

CMYK Percentages of Color #07610d

%93
%0
%87
%62

Triadic Colors of #07610d

#07610d #0d0761 #610d07

Analogous Colors of #07610d

#07610d #07613a #2e6107

Monochromatic Colors of #07610d

#07610d

Complementary Color

#07610d #61075b

#07610d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07610d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07610d Color CSS Codes

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

#07610d Text Font Color

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

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


#07610d Background Color

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

This div background color is #07610d


#07610d Border Color

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

This div border color is #07610d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07610d


Comments

No comments written yet.

Please login to write comment.