Color Hex Logo

#486344 Color Hex

#486344
(72,99,68)
0 Favorites   0 Comments

Color spaces of #486344

RGB 729968
HSL0.310.190.33
HSV112°31°39°
CMYK 0.270.000.31   0.61
XYZ8.177710.71887.1068
Yxy10.71880.31450.4122
Hunter Lab32.7396-12.708510.0476
CIE-Lab39.1028-16.778714.4790

#486344 color RGB value is (72,99,68).

#486344 hex color red value is 72, green value is 99 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #486344 hue: 0.31 , saturation: 0.19 and the lightness value of 486344 is 0.33.

The process color (four color CMYK) of #486344 color hex is 0.27, 0.00, 0.31, 0.61. Web safe color of #486344 is #336633. Color #486344 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100011 01000100
Octal 110 143 104
Decimal 72 99 68
Hex 48 63 44

RGB Percentages of Color #486344

%30.13
%41.42
%28.45

CMYK Percentages of Color #486344

%27
%0
%31
%61

Triadic Colors of #486344

#486344 #444863 #634448

Analogous Colors of #486344

#486344 #446350 #586344

Monochromatic Colors of #486344

#486344

Complementary Color

#486344 #5f4463

#486344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486344 Color CSS Codes

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

#486344 Text Font Color

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

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


#486344 Background Color

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

This div background color is #486344


#486344 Border Color

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

This div border color is #486344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486344


Comments

No comments written yet.

Please login to write comment.