Color Hex Logo

#07481c Color Hex

#07481C
(7,72,28)
0 Favorites   0 Comments

Color spaces of #07481c

RGB 77228
HSL0.390.820.15
HSV139°90°28°
CMYK 0.900.000.61   0.72
XYZ2.61464.76371.8803
Yxy4.76370.28240.5145
Hunter Lab21.8259-16.812210.1703
CIE-Lab26.0507-30.317020.8057

#07481c color RGB value is (7,72,28).

#07481c hex color red value is 7, green value is 72 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #07481c hue: 0.39 , saturation: 0.82 and the lightness value of 07481c is 0.15.

The process color (four color CMYK) of #07481c color hex is 0.90, 0.00, 0.61, 0.72. Web safe color of #07481c is #003333. Color #07481c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001000 00011100
Octal 7 110 34
Decimal 7 72 28
Hex 7 48 1C

RGB Percentages of Color #07481c

%6.54
%67.29
%26.17

CMYK Percentages of Color #07481c

%90
%0
%61
%72

Triadic Colors of #07481c

#07481c #1c0748 #481c07

Analogous Colors of #07481c

#07481c #07483d #134807

Monochromatic Colors of #07481c

#07481c

Complementary Color

#07481c #480733

#07481c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07481c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07481c Color CSS Codes

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

#07481c Text Font Color

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

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


#07481c Background Color

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

This div background color is #07481c


#07481c Border Color

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

This div border color is #07481c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07481c


Comments

No comments written yet.

Please login to write comment.