Color Hex Logo

#073541 Color Hex

#073541
(7,53,65)
0 Favorites   0 Comments

Color spaces of #073541

RGB 75365
HSL0.530.810.14
HSV192°89°25°
CMYK 0.890.180.00   0.75
XYZ2.31492.97305.4529
Yxy2.97300.21550.2768
Hunter Lab17.2424-6.2094-6.6808
CIE-Lab19.9354-9.9609-11.7624

#073541 color RGB value is (7,53,65).

#073541 hex color red value is 7, green value is 53 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #073541 hue: 0.53 , saturation: 0.81 and the lightness value of 073541 is 0.14.

The process color (four color CMYK) of #073541 color hex is 0.89, 0.18, 0.00, 0.75. Web safe color of #073541 is #003333. Color #073541 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110101 01000001
Octal 7 65 101
Decimal 7 53 65
Hex 7 35 41

RGB Percentages of Color #073541

%5.60
%42.40
%52.00

CMYK Percentages of Color #073541

%89
%18
%0
%75

Triadic Colors of #073541

#073541 #410735 #354107

Analogous Colors of #073541

#073541 #071841 #074130

Monochromatic Colors of #073541

#073541

Complementary Color

#073541 #411307

#073541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073541 Color CSS Codes

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

#073541 Text Font Color

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

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


#073541 Background Color

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

This div background color is #073541


#073541 Border Color

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

This div border color is #073541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073541


Comments

No comments written yet.

Please login to write comment.