Color Hex Logo

#486740 Color Hex

#486740
(72,103,64)
0 Favorites   0 Comments

Color spaces of #486740

RGB 7210364
HSL0.300.230.33
HSV108°38°40°
CMYK 0.300.000.38   0.60
XYZ8.448111.44846.6150
Yxy11.44840.31870.4318
Hunter Lab33.8355-14.643912.0934
CIE-Lab40.3257-19.643318.4895

#486740 color RGB value is (72,103,64).

#486740 hex color red value is 72, green value is 103 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #486740 hue: 0.30 , saturation: 0.23 and the lightness value of 486740 is 0.33.

The process color (four color CMYK) of #486740 color hex is 0.30, 0.00, 0.38, 0.60. Web safe color of #486740 is #336633. Color #486740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100111 01000000
Octal 110 147 100
Decimal 72 103 64
Hex 48 67 40

RGB Percentages of Color #486740

%30.13
%43.10
%26.78

CMYK Percentages of Color #486740

%30
%0
%38
%60

Triadic Colors of #486740

#486740 #404867 #674048

Analogous Colors of #486740

#486740 #40674c #5c6740

Monochromatic Colors of #486740

#486740

Complementary Color

#486740 #5f4067

#486740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486740 Color CSS Codes

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

#486740 Text Font Color

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

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


#486740 Background Color

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

This div background color is #486740


#486740 Border Color

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

This div border color is #486740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486740


Comments

No comments written yet.

Please login to write comment.