Color Hex Logo

#072804 Color Hex

#072804
(7,40,4)
0 Favorites   0 Comments

Color spaces of #072804

RGB 7404
HSL0.320.820.09
HSV115°90°16°
CMYK 0.830.000.90   0.84
XYZ0.86831.57150.3724
Yxy1.57150.30880.5588
Hunter Lab12.5359-9.57417.0139
CIE-Lab13.0556-20.716117.1830

#072804 color RGB value is (7,40,4).

#072804 hex color red value is 7, green value is 40 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #072804 hue: 0.32 , saturation: 0.82 and the lightness value of 072804 is 0.09.

The process color (four color CMYK) of #072804 color hex is 0.83, 0.00, 0.90, 0.84. Web safe color of #072804 is #003300. Color #072804 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101000 00000100
Octal 7 50 4
Decimal 7 40 4
Hex 7 28 4

RGB Percentages of Color #072804

%13.73
%78.43
%7.84

CMYK Percentages of Color #072804

%83
%0
%90
%84

Triadic Colors of #072804

#072804 #040728 #280407

Analogous Colors of #072804

#072804 #042813 #192804

Monochromatic Colors of #072804

#072804

Complementary Color

#072804 #250428

#072804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072804 Color CSS Codes

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

#072804 Text Font Color

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

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


#072804 Background Color

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

This div background color is #072804


#072804 Border Color

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

This div border color is #072804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072804


Comments

No comments written yet.

Please login to write comment.