Color Hex Logo

#074119 Color Hex

#074119
(7,65,25)
0 Favorites   0 Comments

Color spaces of #074119

RGB 76525
HSL0.390.810.14
HSV139°89°25°
CMYK 0.890.000.62   0.75
XYZ2.15343.89601.5582
Yxy3.89600.28310.5121
Hunter Lab19.7383-15.06819.1363
CIE-Lab23.3246-28.021419.2441

#074119 color RGB value is (7,65,25).

#074119 hex color red value is 7, green value is 65 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #074119 hue: 0.39 , saturation: 0.81 and the lightness value of 074119 is 0.14.

The process color (four color CMYK) of #074119 color hex is 0.89, 0.00, 0.62, 0.75. Web safe color of #074119 is #003300. Color #074119 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000001 00011001
Octal 7 101 31
Decimal 7 65 25
Hex 7 41 19

RGB Percentages of Color #074119

%7.22
%67.01
%25.77

CMYK Percentages of Color #074119

%89
%0
%62
%75

Triadic Colors of #074119

#074119 #190741 #411907

Analogous Colors of #074119

#074119 #074136 #124107

Monochromatic Colors of #074119

#074119

Complementary Color

#074119 #41072f

#074119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074119 Color CSS Codes

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

#074119 Text Font Color

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

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


#074119 Background Color

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

This div background color is #074119


#074119 Border Color

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

This div border color is #074119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074119


Comments

No comments written yet.

Please login to write comment.