Color Hex Logo

#074017 Color Hex

#074017
(7,64,23)
0 Favorites   0 Comments

Color spaces of #074017

RGB 76423
HSL0.380.800.14
HSV137°89°25°
CMYK 0.890.000.64   0.75
XYZ2.07573.77381.4296
Yxy3.77380.28520.5184
Hunter Lab19.4263-14.92329.2352
CIE-Lab22.9091-27.952919.9021

#074017 color RGB value is (7,64,23).

#074017 hex color red value is 7, green value is 64 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #074017 hue: 0.38 , saturation: 0.80 and the lightness value of 074017 is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000000 00010111
Octal 7 100 27
Decimal 7 64 23
Hex 7 40 17

RGB Percentages of Color #074017

%7.45
%68.09
%24.47

CMYK Percentages of Color #074017

%89
%0
%64
%75

Triadic Colors of #074017

#074017 #170740 #401707

Analogous Colors of #074017

#074017 #074034 #144007

Monochromatic Colors of #074017

#074017

Complementary Color

#074017 #400730

#074017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074017 Color CSS Codes

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

#074017 Text Font Color

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

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


#074017 Background Color

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

This div background color is #074017


#074017 Border Color

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

This div border color is #074017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074017


Comments

No comments written yet.

Please login to write comment.