Color Hex Logo

#486c1f Color Hex

#486C1F
(72,108,31)
0 Favorites   0 Comments

Color spaces of #486c1f

RGB 7210831
HSL0.240.550.27
HSV88°71°42°
CMYK 0.330.000.71   0.58
XYZ8.282412.20183.2150
Yxy12.20180.34950.5149
Hunter Lab34.9311-18.805818.9948
CIE-Lab41.5351-26.324837.3820

#486c1f color RGB value is (72,108,31).

#486c1f hex color red value is 72, green value is 108 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #486c1f hue: 0.24 , saturation: 0.55 and the lightness value of 486c1f is 0.27.

The process color (four color CMYK) of #486c1f color hex is 0.33, 0.00, 0.71, 0.58. Web safe color of #486c1f is #336633. Color #486c1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101100 00011111
Octal 110 154 37
Decimal 72 108 31
Hex 48 6C 1F

RGB Percentages of Color #486c1f

%34.12
%51.18
%14.69

CMYK Percentages of Color #486c1f

%33
%0
%71
%58

Triadic Colors of #486c1f

#486c1f #1f486c #6c1f48

Analogous Colors of #486c1f

#486c1f #226c1f #6c6a1f

Monochromatic Colors of #486c1f

#486c1f

Complementary Color

#486c1f #431f6c

#486c1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486c1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#486c1f Color CSS Codes

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

#486c1f Text Font Color

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

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


#486c1f Background Color

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

This div background color is #486c1f


#486c1f Border Color

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

This div border color is #486c1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,108,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #486c1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #486c1f;
  -webkit-box-shadow: 1px 1px 3px 2px #486c1f;
  box-shadow:         1px 1px 3px 2px #486c1f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486c1f


Comments

No comments written yet.

Please login to write comment.