Color Hex Logo

#045825 Color Hex

#045825
(4,88,37)
0 Favorites   0 Comments

Color spaces of #045825

RGB 48837
HSL0.400.910.18
HSV144°95°35°
CMYK 0.950.000.58   0.65
XYZ3.87377.13882.9240
Yxy7.13880.27800.5122
Hunter Lab26.7185-20.878212.2144
CIE-Lab32.1208-35.349723.0749

#045825 color RGB value is (4,88,37).

#045825 hex color red value is 4, green value is 88 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #045825 hue: 0.40 , saturation: 0.91 and the lightness value of 045825 is 0.18.

The process color (four color CMYK) of #045825 color hex is 0.95, 0.00, 0.58, 0.65. Web safe color of #045825 is #006633. Color #045825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01011000 00100101
Octal 4 130 45
Decimal 4 88 37
Hex 4 58 25

RGB Percentages of Color #045825

%3.10
%68.22
%28.68

CMYK Percentages of Color #045825

%95
%0
%58
%65

Triadic Colors of #045825

#045825 #250458 #582504

Analogous Colors of #045825

#045825 #04584f #0d5804

Monochromatic Colors of #045825

#045825

Complementary Color

#045825 #580437

#045825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#045825 Color CSS Codes

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

#045825 Text Font Color

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

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


#045825 Background Color

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

This div background color is #045825


#045825 Border Color

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

This div border color is #045825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045825


Comments

No comments written yet.

Please login to write comment.