Color Hex Logo

#07300d Color Hex

#07300D
(7,48,13)
0 Favorites   0 Comments

Color spaces of #07300d

RGB 74813
HSL0.360.750.11
HSV129°85°19°
CMYK 0.850.000.73   0.81
XYZ1.21722.18810.7390
Yxy2.18810.29370.5280
Hunter Lab14.7922-11.19837.3925
CIE-Lab16.4449-22.869017.7831

#07300d color RGB value is (7,48,13).

#07300d hex color red value is 7, green value is 48 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #07300d hue: 0.36 , saturation: 0.75 and the lightness value of 07300d is 0.11.

The process color (four color CMYK) of #07300d color hex is 0.85, 0.00, 0.73, 0.81. Web safe color of #07300d is #003300. Color #07300d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110000 00001101
Octal 7 60 15
Decimal 7 48 13
Hex 7 30 D

RGB Percentages of Color #07300d

%10.29
%70.59
%19.12

CMYK Percentages of Color #07300d

%85
%0
%73
%81

Triadic Colors of #07300d

#07300d #0d0730 #300d07

Analogous Colors of #07300d

#07300d #073022 #163007

Monochromatic Colors of #07300d

#07300d

Complementary Color

#07300d #30072a

#07300d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07300d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07300d Color CSS Codes

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

#07300d Text Font Color

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

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


#07300d Background Color

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

This div background color is #07300d


#07300d Border Color

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

This div border color is #07300d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07300d

#07300d Color Palettes


Comments

No comments written yet.

Please login to write comment.