Color Hex Logo

#486356 Color Hex

#486356
(72,99,86)
0 Favorites   0 Comments

Color spaces of #486356

RGB 729986
HSL0.420.160.34
HSV151°27°39°
CMYK 0.270.000.13   0.61
XYZ8.814010.973310.4576
Yxy10.97330.29140.3628
Hunter Lab33.1260-10.47604.4708
CIE-Lab39.5355-13.06124.1596

#486356 color RGB value is (72,99,86).

#486356 hex color red value is 72, green value is 99 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #486356 hue: 0.42 , saturation: 0.16 and the lightness value of 486356 is 0.34.

The process color (four color CMYK) of #486356 color hex is 0.27, 0.00, 0.13, 0.61. Web safe color of #486356 is #336666. Color #486356 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100011 01010110
Octal 110 143 126
Decimal 72 99 86
Hex 48 63 56

RGB Percentages of Color #486356

%28.02
%38.52
%33.46

CMYK Percentages of Color #486356

%27
%0
%13
%61

Triadic Colors of #486356

#486356 #564863 #635648

Analogous Colors of #486356

#486356 #486363 #486349

Monochromatic Colors of #486356

#486356

Complementary Color

#486356 #634855

#486356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486356 Color CSS Codes

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

#486356 Text Font Color

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

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


#486356 Background Color

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

This div background color is #486356


#486356 Border Color

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

This div border color is #486356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486356


Comments

No comments written yet.

Please login to write comment.