Color Hex Logo

#004953 Color Hex Midnight Green

#004953
(0,73,83)
19 Favorites   1 Comments

Color spaces of #004953 Midnight Green

RGB 07383
HSL0.521.000.16
HSV187°100°33°
CMYK 1.000.120.00   0.67
XYZ3.94395.38969.0161
Yxy5.38960.21490.2937
Hunter Lab23.2155-10.3032-6.7753
CIE-Lab27.8171-15.7659-11.6265

#004953 color RGB value is (0,73,83). #004953 color name is Midnight Green color.

#004953 hex color red value is 0, green value is 73 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #004953 hue: 0.52 , saturation: 1.00 and the lightness value of 004953 is 0.16.

The process color (four color CMYK) of #004953 color hex is 1.00, 0.12, 0.00, 0.67. Web safe color of #004953 is #003366. Color #004953 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001001 01010011
Octal 0 111 123
Decimal 0 73 83
Hex 0 49 53

RGB Percentages of Color #004953

%0.00
%46.79
%53.21

CMYK Percentages of Color #004953

%100
%12
%0
%67

Triadic Colors of #004953

#004953 #530049 #495300

Analogous Colors of #004953

#004953 #001f53 #005334

Monochromatic Colors of #004953

#004953

Complementary Color

#004953 #530a00

#004953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004953 Color CSS Codes

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

#004953 Text Font Color

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

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


#004953 Background Color

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

This div background color is #004953


#004953 Border Color

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

This div border color is #004953


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,73,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #004953; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #004953;
  -webkit-box-shadow: 1px 1px 3px 2px #004953;
  box-shadow:         1px 1px 3px 2px #004953; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,73,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004953


Comments

7 Aug 2023, 18:02 Zacapea

This is more blue than green.

Please login to write comment.