Color Hex Logo

#074803 Color Hex

#074803
(7,72,3)
0 Favorites   0 Comments

Color spaces of #074803

RGB 7723
HSL0.320.920.15
HSV117°96°28°
CMYK 0.900.000.96   0.72
XYZ2.42144.68650.8631
Yxy4.68650.30380.5879
Hunter Lab21.6483-17.919112.7900
CIE-Lab25.8223-33.145832.1759

#074803 color RGB value is (7,72,3).

#074803 hex color red value is 7, green value is 72 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #074803 hue: 0.32 , saturation: 0.92 and the lightness value of 074803 is 0.15.

The process color (four color CMYK) of #074803 color hex is 0.90, 0.00, 0.96, 0.72. Web safe color of #074803 is #003300. Color #074803 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001000 00000011
Octal 7 110 3
Decimal 7 72 3
Hex 7 48 3

RGB Percentages of Color #074803

%8.54
%87.80
%3.66

CMYK Percentages of Color #074803

%90
%0
%96
%72

Triadic Colors of #074803

#074803 #030748 #480307

Analogous Colors of #074803

#074803 #034822 #2a4803

Monochromatic Colors of #074803

#074803

Complementary Color

#074803 #440348

#074803 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074803 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074803 Color CSS Codes

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

#074803 Text Font Color

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

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


#074803 Background Color

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

This div background color is #074803


#074803 Border Color

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

This div border color is #074803


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074803


Comments

No comments written yet.

Please login to write comment.