Color Hex Logo

#048362 Color Hex

#048362
(4,131,98)
0 Favorites   0 Comments

Color spaces of #048362

RGB 413198
HSL0.460.940.26
HSV164°97°51°
CMYK 0.970.000.25   0.49
XYZ10.371017.140314.3171
Yxy17.14030.24790.4098
Hunter Lab41.4008-27.73688.4771
CIE-Lab48.4363-38.81649.3954

#048362 color RGB value is (4,131,98).

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

The process color (four color CMYK) of #048362 color hex is 0.97, 0.00, 0.25, 0.49. Web safe color of #048362 is #009966. Color #048362 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000011 01100010
Octal 4 203 142
Decimal 4 131 98
Hex 4 83 62

RGB Percentages of Color #048362

%1.72
%56.22
%42.06

CMYK Percentages of Color #048362

%97
%0
%25
%49

Triadic Colors of #048362

#048362 #620483 #836204

Analogous Colors of #048362

#048362 #046583 #048323

Monochromatic Colors of #048362

#048362

Complementary Color

#048362 #830425

#048362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048362 Color CSS Codes

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

#048362 Text Font Color

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

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


#048362 Background Color

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

This div background color is #048362


#048362 Border Color

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

This div border color is #048362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048362


Comments

No comments written yet.

Please login to write comment.