Color Hex Logo

#004b49 Color Hex Deep Jungle Green

#004B49
(0,75,73)
12 Favorites   0 Comments

Color spaces of #004b49 Deep Jungle Green

RGB 07573
HSL0.501.000.15
HSV178°100°29°
CMYK 1.000.000.03   0.71
XYZ3.71875.51327.1715
Yxy5.51320.22670.3361
Hunter Lab23.4802-12.8202-1.6727
CIE-Lab28.1495-20.5583-4.6495

#004b49 color RGB value is (0,75,73). #004b49 color name is Deep Jungle Green color.

#004b49 hex color red value is 0, green value is 75 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #004b49 hue: 0.50 , saturation: 1.00 and the lightness value of 004b49 is 0.15.

The process color (four color CMYK) of #004b49 color hex is 1.00, 0.00, 0.03, 0.71. Web safe color of #004b49 is #003333. Color #004b49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001011 01001001
Octal 0 113 111
Decimal 0 75 73
Hex 0 4B 49

RGB Percentages of Color #004b49

%0.00
%50.68
%49.32

CMYK Percentages of Color #004b49

%100
%0
%3
%71

Triadic Colors of #004b49

#004b49 #49004b #4b4900

Analogous Colors of #004b49

#004b49 #00284b #004b24

Monochromatic Colors of #004b49

#004b49

Complementary Color

#004b49 #4b0002

#004b49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004b49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004b49 Color CSS Codes

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

#004b49 Text Font Color

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

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


#004b49 Background Color

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

This div background color is #004b49


#004b49 Border Color

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

This div border color is #004b49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004b49

#004b49 Color Palettes


Comments

No comments written yet.

Please login to write comment.