Color Hex Logo

#073025 Color Hex

#073025
(7,48,37)
0 Favorites   0 Comments

Color spaces of #073025

RGB 74837
HSL0.460.750.11
HSV164°85°19°
CMYK 0.850.000.23   0.81
XYZ1.47852.29262.1149
Yxy2.29260.25120.3895
Hunter Lab15.1413-9.06742.3175
CIE-Lab16.9534-17.22643.0545

#073025 color RGB value is (7,48,37).

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

The process color (four color CMYK) of #073025 color hex is 0.85, 0.00, 0.23, 0.81. Web safe color of #073025 is #003333. Color #073025 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110000 00100101
Octal 7 60 45
Decimal 7 48 37
Hex 7 30 25

RGB Percentages of Color #073025

%7.61
%52.17
%40.22

CMYK Percentages of Color #073025

%85
%0
%23
%81

Triadic Colors of #073025

#073025 #250730 #302507

Analogous Colors of #073025

#073025 #072730 #073011

Monochromatic Colors of #073025

#073025

Complementary Color

#073025 #300712

#073025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073025 Color CSS Codes

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

#073025 Text Font Color

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

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


#073025 Background Color

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

This div background color is #073025


#073025 Border Color

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

This div border color is #073025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073025


Comments

No comments written yet.

Please login to write comment.