Color Hex Logo

#486832 Color Hex

#486832
(72,104,50)
0 Favorites   0 Comments

Color spaces of #486832

RGB 7210450
HSL0.270.350.30
HSV96°52°41°
CMYK 0.310.000.52   0.59
XYZ8.198511.50864.8069
Yxy11.50860.33440.4695
Hunter Lab33.9243-16.229415.3459
CIE-Lab40.4242-22.287726.5974

#486832 color RGB value is (72,104,50).

#486832 hex color red value is 72, green value is 104 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #486832 hue: 0.27 , saturation: 0.35 and the lightness value of 486832 is 0.30.

The process color (four color CMYK) of #486832 color hex is 0.31, 0.00, 0.52, 0.59. Web safe color of #486832 is #336633. Color #486832 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101000 00110010
Octal 110 150 62
Decimal 72 104 50
Hex 48 68 32

RGB Percentages of Color #486832

%31.86
%46.02
%22.12

CMYK Percentages of Color #486832

%31
%0
%52
%59

Triadic Colors of #486832

#486832 #324868 #683248

Analogous Colors of #486832

#486832 #326837 #636832

Monochromatic Colors of #486832

#486832

Complementary Color

#486832 #523268

#486832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486832 Color CSS Codes

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

#486832 Text Font Color

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

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


#486832 Background Color

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

This div background color is #486832


#486832 Border Color

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

This div border color is #486832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486832


Comments

No comments written yet.

Please login to write comment.