Color Hex Logo

#048046 Color Hex

#048046
(4,128,70)
0 Favorites   0 Comments

Color spaces of #048046

RGB 412870
HSL0.420.940.26
HSV152°97°50°
CMYK 0.970.000.45   0.50
XYZ8.874715.90648.3968
Yxy15.90640.26750.4794
Hunter Lab39.8828-30.075315.4353
CIE-Lab46.8514-44.077323.2348

#048046 color RGB value is (4,128,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000000 01000110
Octal 4 200 106
Decimal 4 128 70
Hex 4 80 46

RGB Percentages of Color #048046

%1.98
%63.37
%34.65

CMYK Percentages of Color #048046

%97
%0
%45
%50

Triadic Colors of #048046

#048046 #460480 #804604

Analogous Colors of #048046

#048046 #047c80 #048008

Monochromatic Colors of #048046

#048046

Complementary Color

#048046 #80043e

#048046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048046 Color CSS Codes

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

#048046 Text Font Color

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

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


#048046 Background Color

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

This div background color is #048046


#048046 Border Color

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

This div border color is #048046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048046


Comments

No comments written yet.

Please login to write comment.