Color Hex Logo

#004b25 Color Hex

#004B25
(0,75,37)
0 Favorites   0 Comments

Color spaces of #004b25

RGB 07537
HSL0.421.000.15
HSV150°100°29°
CMYK 1.000.000.51   0.71
XYZ2.85005.16572.5971
Yxy5.16570.26850.4867
Hunter Lab22.7282-17.39139.1348
CIE-Lab27.2017-30.878316.9144

#004b25 color RGB value is (0,75,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001011 00100101
Octal 0 113 45
Decimal 0 75 37
Hex 0 4B 25

RGB Percentages of Color #004b25

%0.00
%66.96
%33.04

CMYK Percentages of Color #004b25

%100
%0
%51
%71

Triadic Colors of #004b25

#004b25 #25004b #4b2500

Analogous Colors of #004b25

#004b25 #004b4b #014b00

Monochromatic Colors of #004b25

#004b25

Complementary Color

#004b25 #4b0026

#004b25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004b25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004b25 Color CSS Codes

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

#004b25 Text Font Color

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

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


#004b25 Background Color

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

This div background color is #004b25


#004b25 Border Color

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

This div border color is #004b25


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,75,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 #004b25">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004b25


Comments

No comments written yet.

Please login to write comment.