Color Hex Logo

#048849 Color Hex

#048849
(4,136,73)
0 Favorites   0 Comments

Color spaces of #048849

RGB 413673
HSL0.420.940.27
HSV151°97°53°
CMYK 0.970.000.46   0.47
XYZ10.056818.11529.2699
Yxy18.11520.26860.4838
Hunter Lab42.5620-32.306316.8801
CIE-Lab49.6355-46.423025.1811

#048849 color RGB value is (4,136,73).

#048849 hex color red value is 4, green value is 136 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #048849 hue: 0.42 , saturation: 0.94 and the lightness value of 048849 is 0.27.

The process color (four color CMYK) of #048849 color hex is 0.97, 0.00, 0.46, 0.47. Web safe color of #048849 is #009933. Color #048849 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001000 01001001
Octal 4 210 111
Decimal 4 136 73
Hex 4 88 49

RGB Percentages of Color #048849

%1.88
%63.85
%34.27

CMYK Percentages of Color #048849

%97
%0
%46
%47

Triadic Colors of #048849

#048849 #490488 #884904

Analogous Colors of #048849

#048849 #048588 #048807

Monochromatic Colors of #048849

#048849

Complementary Color

#048849 #880443

#048849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048849 Color CSS Codes

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

#048849 Text Font Color

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

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


#048849 Background Color

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

This div background color is #048849


#048849 Border Color

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

This div border color is #048849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048849


Comments

No comments written yet.

Please login to write comment.