Color Hex Logo

#048163 Color Hex

#048163
(4,129,99)
0 Favorites   0 Comments

Color spaces of #048163

RGB 412999
HSL0.460.940.26
HSV166°97°51°
CMYK 0.970.000.23   0.49
XYZ10.152516.627214.4787
Yxy16.62720.24610.4030
Hunter Lab40.7765-26.91607.4911
CIE-Lab47.7868-37.70677.8944

#048163 color RGB value is (4,129,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000001 01100011
Octal 4 201 143
Decimal 4 129 99
Hex 4 81 63

RGB Percentages of Color #048163

%1.72
%55.60
%42.67

CMYK Percentages of Color #048163

%97
%0
%23
%49

Triadic Colors of #048163

#048163 #630481 #816304

Analogous Colors of #048163

#048163 #046181 #048125

Monochromatic Colors of #048163

#048163

Complementary Color

#048163 #810422

#048163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048163 Color CSS Codes

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

#048163 Text Font Color

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

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


#048163 Background Color

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

This div background color is #048163


#048163 Border Color

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

This div border color is #048163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048163


Comments

No comments written yet.

Please login to write comment.