Color Hex Logo

#406323 Color Hex

#406323
(64,99,35)
0 Favorites   0 Comments

Color spaces of #406323

RGB 649935
HSL0.260.480.26
HSV93°65°39°
CMYK 0.350.000.65   0.61
XYZ6.879610.13503.1838
Yxy10.13500.34060.5018
Hunter Lab31.8355-17.138616.3554
CIE-Lab38.0836-24.744531.6319

#406323 color RGB value is (64,99,35).

#406323 hex color red value is 64, green value is 99 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #406323 hue: 0.26 , saturation: 0.48 and the lightness value of 406323 is 0.26.

The process color (four color CMYK) of #406323 color hex is 0.35, 0.00, 0.65, 0.61. Web safe color of #406323 is #336633. Color #406323 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100011 00100011
Octal 100 143 43
Decimal 64 99 35
Hex 40 63 23

RGB Percentages of Color #406323

%32.32
%50.00
%17.68

CMYK Percentages of Color #406323

%35
%0
%65
%61

Triadic Colors of #406323

#406323 #234063 #632340

Analogous Colors of #406323

#406323 #236326 #606323

Monochromatic Colors of #406323

#406323

Complementary Color

#406323 #462363

#406323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406323 Color CSS Codes

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

#406323 Text Font Color

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

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


#406323 Background Color

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

This div background color is #406323


#406323 Border Color

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

This div border color is #406323


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,99,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 #406323">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406323


Comments

No comments written yet.

Please login to write comment.