Color Hex Logo

#072330 Color Hex

#072330
(7,35,48)
0 Favorites   0 Comments

Color spaces of #072330

RGB 73548
HSL0.550.750.11
HSV199°85°19°
CMYK 0.850.270.00   0.81
XYZ1.22221.46063.0138
Yxy1.46060.21450.2564
Hunter Lab12.0855-3.0981-6.3254
CIE-Lab12.3554-5.0815-11.6104

#072330 color RGB value is (7,35,48).

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

The process color (four color CMYK) of #072330 color hex is 0.85, 0.27, 0.00, 0.81. Web safe color of #072330 is #003333. Color #072330 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100011 00110000
Octal 7 43 60
Decimal 7 35 48
Hex 7 23 30

RGB Percentages of Color #072330

%7.78
%38.89
%53.33

CMYK Percentages of Color #072330

%85
%27
%0
%81

Triadic Colors of #072330

#072330 #300723 #233007

Analogous Colors of #072330

#072330 #070f30 #073029

Monochromatic Colors of #072330

#072330

Complementary Color

#072330 #301407

#072330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072330 Color CSS Codes

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

#072330 Text Font Color

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

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


#072330 Background Color

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

This div background color is #072330


#072330 Border Color

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

This div border color is #072330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072330


Comments

No comments written yet.

Please login to write comment.