Color Hex Logo

#048e47 Color Hex

#048E47
(4,142,71)
0 Favorites   0 Comments

Color spaces of #048e47

RGB 414271
HSL0.410.950.29
HSV149°97°56°
CMYK 0.970.000.50   0.44
XYZ10.860419.82679.2158
Yxy19.82670.27220.4969
Hunter Lab44.5272-34.385518.8978
CIE-Lab51.6407-48.927828.8098

#048e47 color RGB value is (4,142,71).

#048e47 hex color red value is 4, green value is 142 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #048e47 hue: 0.41 , saturation: 0.95 and the lightness value of 048e47 is 0.29.

The process color (four color CMYK) of #048e47 color hex is 0.97, 0.00, 0.50, 0.44. Web safe color of #048e47 is #009933. Color #048e47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001110 01000111
Octal 4 216 107
Decimal 4 142 71
Hex 4 8E 47

RGB Percentages of Color #048e47

%1.84
%65.44
%32.72

CMYK Percentages of Color #048e47

%97
%0
%50
%44

Triadic Colors of #048e47

#048e47 #47048e #8e4704

Analogous Colors of #048e47

#048e47 #048e8c #068e04

Monochromatic Colors of #048e47

#048e47

Complementary Color

#048e47 #8e044b

#048e47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048e47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048e47 Color CSS Codes

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

#048e47 Text Font Color

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

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


#048e47 Background Color

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

This div background color is #048e47


#048e47 Border Color

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

This div border color is #048e47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,142,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #048e47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #048e47;
  -webkit-box-shadow: 1px 1px 3px 2px #048e47;
  box-shadow:         1px 1px 3px 2px #048e47; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048e47


Comments

No comments written yet.

Please login to write comment.