Color Hex Logo

#073818 Color Hex

#073818
(7,56,24)
0 Favorites   0 Comments

Color spaces of #073818

RGB 75624
HSL0.390.780.12
HSV141°88°22°
CMYK 0.880.000.57   0.78
XYZ1.66672.93951.3437
Yxy2.93950.28010.4940
Hunter Lab17.1450-12.65137.3548
CIE-Lab19.8000-24.410015.5061

#073818 color RGB value is (7,56,24).

#073818 hex color red value is 7, green value is 56 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #073818 hue: 0.39 , saturation: 0.78 and the lightness value of 073818 is 0.12.

The process color (four color CMYK) of #073818 color hex is 0.88, 0.00, 0.57, 0.78. Web safe color of #073818 is #003300. Color #073818 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111000 00011000
Octal 7 70 30
Decimal 7 56 24
Hex 7 38 18

RGB Percentages of Color #073818

%8.05
%64.37
%27.59

CMYK Percentages of Color #073818

%88
%0
%57
%78

Triadic Colors of #073818

#073818 #180738 #381807

Analogous Colors of #073818

#073818 #073831 #0f3807

Monochromatic Colors of #073818

#073818

Complementary Color

#073818 #380727

#073818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073818 Color CSS Codes

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

#073818 Text Font Color

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

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


#073818 Background Color

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

This div background color is #073818


#073818 Border Color

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

This div border color is #073818


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073818


Comments

No comments written yet.

Please login to write comment.