Color Hex Logo

#486823 Color Hex

#486823
(72,104,35)
0 Favorites   0 Comments

Color spaces of #486823

RGB 7210435
HSL0.240.500.27
HSV88°66°41°
CMYK 0.310.000.66   0.59
XYZ7.926211.39973.3727
Yxy11.39970.34920.5022
Hunter Lab33.7634-17.181917.7118
CIE-Lab40.2457-23.991534.1643

#486823 color RGB value is (72,104,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101000 00100011
Octal 110 150 43
Decimal 72 104 35
Hex 48 68 23

RGB Percentages of Color #486823

%34.12
%49.29
%16.59

CMYK Percentages of Color #486823

%31
%0
%66
%59

Triadic Colors of #486823

#486823 #234868 #682348

Analogous Colors of #486823

#486823 #266823 #686623

Monochromatic Colors of #486823

#486823

Complementary Color

#486823 #432368

#486823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486823 Color CSS Codes

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

#486823 Text Font Color

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

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


#486823 Background Color

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

This div background color is #486823


#486823 Border Color

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

This div border color is #486823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486823


Comments

No comments written yet.

Please login to write comment.