Color Hex Logo

#498166 Color Hex

#498166
(73,129,102)
0 Favorites   0 Comments

Color spaces of #498166

RGB 73129102
HSL0.420.280.40
HSV151°43°51°
CMYK 0.430.000.21   0.49
XYZ12.996218.076315.3745
Yxy18.07630.27980.3892
Hunter Lab42.5162-19.84028.3212
CIE-Lab49.5885-25.11898.9374

#498166 color RGB value is (73,129,102).

#498166 hex color red value is 73, green value is 129 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #498166 hue: 0.42 , saturation: 0.28 and the lightness value of 498166 is 0.40.

The process color (four color CMYK) of #498166 color hex is 0.43, 0.00, 0.21, 0.49. Web safe color of #498166 is #339966. Color #498166 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000001 01100110
Octal 111 201 146
Decimal 73 129 102
Hex 49 81 66

RGB Percentages of Color #498166

%24.01
%42.43
%33.55

CMYK Percentages of Color #498166

%43
%0
%21
%49

Triadic Colors of #498166

#498166 #664981 #816649

Analogous Colors of #498166

#498166 #498081 #49814a

Monochromatic Colors of #498166

#498166

Complementary Color

#498166 #814964

#498166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498166 Color CSS Codes

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

#498166 Text Font Color

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

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


#498166 Background Color

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

This div background color is #498166


#498166 Border Color

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

This div border color is #498166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498166


Comments

No comments written yet.

Please login to write comment.