Color Hex Logo

#073805 Color Hex

#073805
(7,56,5)
0 Favorites   0 Comments

Color spaces of #073805

RGB 7565
HSL0.330.840.12
HSV118°91°22°
CMYK 0.880.000.91   0.78
XYZ1.52922.88450.6197
Yxy2.88450.30380.5731
Hunter Lab16.9838-13.64989.7253
CIE-Lab19.5753-27.116724.8866

#073805 color RGB value is (7,56,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111000 00000101
Octal 7 70 5
Decimal 7 56 5
Hex 7 38 5

RGB Percentages of Color #073805

%10.29
%82.35
%7.35

CMYK Percentages of Color #073805

%88
%0
%91
%78

Triadic Colors of #073805

#073805 #050738 #380507

Analogous Colors of #073805

#073805 #05381d #213805

Monochromatic Colors of #073805

#073805

Complementary Color

#073805 #360538

#073805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073805 Color CSS Codes

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

#073805 Text Font Color

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

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


#073805 Background Color

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

This div background color is #073805


#073805 Border Color

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

This div border color is #073805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073805


Comments

No comments written yet.

Please login to write comment.