Color Hex Logo

#486629 Color Hex

#486629
(72,102,41)
0 Favorites   0 Comments

Color spaces of #486629

RGB 7210241
HSL0.250.430.28
HSV90°60°40°
CMYK 0.290.000.60   0.60
XYZ7.824111.04063.8165
Yxy11.04060.34500.4868
Hunter Lab33.2274-16.116316.4491
CIE-Lab39.6488-22.360730.4928

#486629 color RGB value is (72,102,41).

#486629 hex color red value is 72, green value is 102 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #486629 hue: 0.25 , saturation: 0.43 and the lightness value of 486629 is 0.28.

The process color (four color CMYK) of #486629 color hex is 0.29, 0.00, 0.60, 0.60. Web safe color of #486629 is #336633. Color #486629 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100110 00101001
Octal 110 146 51
Decimal 72 102 41
Hex 48 66 29

RGB Percentages of Color #486629

%33.49
%47.44
%19.07

CMYK Percentages of Color #486629

%29
%0
%60
%60

Triadic Colors of #486629

#486629 #294866 #662948

Analogous Colors of #486629

#486629 #2a6629 #666629

Monochromatic Colors of #486629

#486629

Complementary Color

#486629 #472966

#486629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486629 Color CSS Codes

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

#486629 Text Font Color

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

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


#486629 Background Color

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

This div background color is #486629


#486629 Border Color

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

This div border color is #486629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486629


Comments

No comments written yet.

Please login to write comment.