Color Hex Logo

#072808 Color Hex

#072808
(7,40,8)
0 Favorites   0 Comments

Color spaces of #072808

RGB 7408
HSL0.340.700.09
HSV122°83°16°
CMYK 0.830.000.80   0.84
XYZ0.89021.58030.4878
Yxy1.58030.30090.5342
Hunter Lab12.5710-9.35906.4990
CIE-Lab13.1097-20.077915.6257

#072808 color RGB value is (7,40,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101000 00001000
Octal 7 50 10
Decimal 7 40 8
Hex 7 28 8

RGB Percentages of Color #072808

%12.73
%72.73
%14.55

CMYK Percentages of Color #072808

%83
%0
%80
%84

Triadic Colors of #072808

#072808 #080728 #280807

Analogous Colors of #072808

#072808 #072819 #172807

Monochromatic Colors of #072808

#072808

Complementary Color

#072808 #280727

#072808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072808 Color CSS Codes

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

#072808 Text Font Color

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

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


#072808 Background Color

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

This div background color is #072808


#072808 Border Color

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

This div border color is #072808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072808


Comments

No comments written yet.

Please login to write comment.