Color Hex Logo

#048960 Color Hex

#048960
(4,137,96)
0 Favorites   0 Comments

Color spaces of #048960

RGB 413796
HSL0.450.940.28
HSV162°97°54°
CMYK 0.970.000.30   0.46
XYZ11.107118.761714.1023
Yxy18.76170.25260.4267
Hunter Lab43.3148-30.028611.0169
CIE-Lab50.4072-41.787713.3047

#048960 color RGB value is (4,137,96).

#048960 hex color red value is 4, green value is 137 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #048960 hue: 0.45 , saturation: 0.94 and the lightness value of 048960 is 0.28.

The process color (four color CMYK) of #048960 color hex is 0.97, 0.00, 0.30, 0.46. Web safe color of #048960 is #009966. Color #048960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001001 01100000
Octal 4 211 140
Decimal 4 137 96
Hex 4 89 60

RGB Percentages of Color #048960

%1.69
%57.81
%40.51

CMYK Percentages of Color #048960

%97
%0
%30
%46

Triadic Colors of #048960

#048960 #600489 #896004

Analogous Colors of #048960

#048960 #047089 #04891e

Monochromatic Colors of #048960

#048960

Complementary Color

#048960 #89042d

#048960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048960 Color CSS Codes

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

#048960 Text Font Color

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

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


#048960 Background Color

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

This div background color is #048960


#048960 Border Color

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

This div border color is #048960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048960


Comments

No comments written yet.

Please login to write comment.