Color Hex Logo

#07501e Color Hex

#07501E
(7,80,30)
0 Favorites   0 Comments

Color spaces of #07501e

RGB 78030
HSL0.390.840.17
HSV139°91°31°
CMYK 0.910.000.63   0.69
XYZ3.19065.87622.1944
Yxy5.87620.28330.5218
Hunter Lab24.2409-18.927211.6014
CIE-Lab29.0980-33.095123.3280

#07501e color RGB value is (7,80,30).

#07501e hex color red value is 7, green value is 80 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #07501e hue: 0.39 , saturation: 0.84 and the lightness value of 07501e is 0.17.

The process color (four color CMYK) of #07501e color hex is 0.91, 0.00, 0.63, 0.69. Web safe color of #07501e is #006633. Color #07501e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010000 00011110
Octal 7 120 36
Decimal 7 80 30
Hex 7 50 1E

RGB Percentages of Color #07501e

%5.98
%68.38
%25.64

CMYK Percentages of Color #07501e

%91
%0
%63
%69

Triadic Colors of #07501e

#07501e #1e0750 #501e07

Analogous Colors of #07501e

#07501e #075043 #155007

Monochromatic Colors of #07501e

#07501e

Complementary Color

#07501e #500739

#07501e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07501e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07501e Color CSS Codes

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

#07501e Text Font Color

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

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


#07501e Background Color

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

This div background color is #07501e


#07501e Border Color

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

This div border color is #07501e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,80,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07501e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07501e;
  -webkit-box-shadow: 1px 1px 3px 2px #07501e;
  box-shadow:         1px 1px 3px 2px #07501e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07501e


Comments

No comments written yet.

Please login to write comment.