Color Hex Logo

#072008 Color Hex

#072008
(7,32,8)
0 Favorites   0 Comments

Color spaces of #072008

RGB 7328
HSL0.340.640.08
HSV122°78°13°
CMYK 0.780.000.75   0.87
XYZ0.64801.09570.4071
Yxy1.09570.30130.5094
Hunter Lab10.4676-7.26815.0214
CIE-Lab9.7645-15.543811.0124

#072008 color RGB value is (7,32,8).

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

The process color (four color CMYK) of #072008 color hex is 0.78, 0.00, 0.75, 0.87. Web safe color of #072008 is #003300. Color #072008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100000 00001000
Octal 7 40 10
Decimal 7 32 8
Hex 7 20 8

RGB Percentages of Color #072008

%14.89
%68.09
%17.02

CMYK Percentages of Color #072008

%78
%0
%75
%87

Triadic Colors of #072008

#072008 #080720 #200807

Analogous Colors of #072008

#072008 #072015 #132007

Monochromatic Colors of #072008

#072008

Complementary Color

#072008 #20071f

#072008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072008 Color CSS Codes

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

#072008 Text Font Color

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

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


#072008 Background Color

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

This div background color is #072008


#072008 Border Color

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

This div border color is #072008


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,32,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 #072008">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072008


Comments

No comments written yet.

Please login to write comment.