Color Hex Logo

#073015 Color Hex

#073015
(7,48,21)
0 Favorites   0 Comments

Color spaces of #073015

RGB 74821
HSL0.390.750.11
HSV140°85°19°
CMYK 0.850.000.56   0.81
XYZ1.27992.21321.0692
Yxy2.21320.28050.4851
Hunter Lab14.8768-10.67756.1526
CIE-Lab16.5685-21.426713.3245

#073015 color RGB value is (7,48,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110000 00010101
Octal 7 60 25
Decimal 7 48 21
Hex 7 30 15

RGB Percentages of Color #073015

%9.21
%63.16
%27.63

CMYK Percentages of Color #073015

%85
%0
%56
%81

Triadic Colors of #073015

#073015 #150730 #301507

Analogous Colors of #073015

#073015 #07302a #0e3007

Monochromatic Colors of #073015

#073015

Complementary Color

#073015 #300722

#073015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073015 Color CSS Codes

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

#073015 Text Font Color

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

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


#073015 Background Color

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

This div background color is #073015


#073015 Border Color

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

This div border color is #073015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073015


Comments

No comments written yet.

Please login to write comment.