Color Hex Logo

#486428 Color Hex

#486428
(72,100,40)
0 Favorites   0 Comments

Color spaces of #486428

RGB 7210040
HSL0.240.430.27
HSV88°60°39°
CMYK 0.280.000.60   0.61
XYZ7.612710.64533.6610
Yxy10.64530.34730.4857
Hunter Lab32.6271-15.449116.1862
CIE-Lab38.9765-21.439930.2351

#486428 color RGB value is (72,100,40).

#486428 hex color red value is 72, green value is 100 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #486428 hue: 0.24 , saturation: 0.43 and the lightness value of 486428 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100100 00101000
Octal 110 144 50
Decimal 72 100 40
Hex 48 64 28

RGB Percentages of Color #486428

%33.96
%47.17
%18.87

CMYK Percentages of Color #486428

%28
%0
%60
%61

Triadic Colors of #486428

#486428 #284864 #642848

Analogous Colors of #486428

#486428 #2a6428 #646228

Monochromatic Colors of #486428

#486428

Complementary Color

#486428 #442864

#486428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486428 Color CSS Codes

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

#486428 Text Font Color

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

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


#486428 Background Color

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

This div background color is #486428


#486428 Border Color

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

This div border color is #486428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486428


Comments

No comments written yet.

Please login to write comment.