Color Hex Logo

#07380a Color Hex

#07380A
(7,56,10)
0 Favorites   0 Comments

Color spaces of #07380a

RGB 75610
HSL0.340.780.12
HSV124°88°22°
CMYK 0.880.000.82   0.78
XYZ1.55662.89540.7640
Yxy2.89540.29840.5551
Hunter Lab17.0159-13.44879.2490
CIE-Lab19.6200-26.560222.8998

#07380a color RGB value is (7,56,10).

#07380a hex color red value is 7, green value is 56 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #07380a hue: 0.34 , saturation: 0.78 and the lightness value of 07380a is 0.12.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111000 00001010
Octal 7 70 12
Decimal 7 56 10
Hex 7 38 A

RGB Percentages of Color #07380a

%9.59
%76.71
%13.70

CMYK Percentages of Color #07380a

%88
%0
%82
%78

Triadic Colors of #07380a

#07380a #0a0738 #380a07

Analogous Colors of #07380a

#07380a #073823 #1d3807

Monochromatic Colors of #07380a

#07380a

Complementary Color

#07380a #380735

#07380a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07380a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07380a Color CSS Codes

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

#07380a Text Font Color

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

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


#07380a Background Color

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

This div background color is #07380a


#07380a Border Color

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

This div border color is #07380a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07380a


Comments

No comments written yet.

Please login to write comment.