Color Hex Logo

#486835 Color Hex

#486835
(72,104,53)
0 Favorites   0 Comments

Color spaces of #486835

RGB 7210453
HSL0.270.320.31
HSV98°49°41°
CMYK 0.310.000.49   0.59
XYZ8.265411.53545.1591
Yxy11.53540.33110.4622
Hunter Lab33.9638-15.997114.7685
CIE-Lab40.4680-21.877024.9870

#486835 color RGB value is (72,104,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101000 00110101
Octal 110 150 65
Decimal 72 104 53
Hex 48 68 35

RGB Percentages of Color #486835

%31.44
%45.41
%23.14

CMYK Percentages of Color #486835

%31
%0
%49
%59

Triadic Colors of #486835

#486835 #354868 #683548

Analogous Colors of #486835

#486835 #35683c #626835

Monochromatic Colors of #486835

#486835

Complementary Color

#486835 #553568

#486835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486835 Color CSS Codes

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

#486835 Text Font Color

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

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


#486835 Background Color

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

This div background color is #486835


#486835 Border Color

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

This div border color is #486835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486835


Comments

No comments written yet.

Please login to write comment.