Color Hex Logo

#403327 Color Hex

#403327
(64,51,39)
0 Favorites   0 Comments

Color spaces of #403327

RGB 645139
HSL0.080.240.20
HSV29°39°25°
CMYK 0.000.200.39   0.75
XYZ3.66443.60412.4220
Yxy3.60410.37810.3719
Hunter Lab18.98451.23145.7250
CIE-Lab22.31693.75219.8163

#403327 color RGB value is (64,51,39).

#403327 hex color red value is 64, green value is 51 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #403327 hue: 0.08 , saturation: 0.24 and the lightness value of 403327 is 0.20.

The process color (four color CMYK) of #403327 color hex is 0.00, 0.20, 0.39, 0.75. Web safe color of #403327 is #333333. Color #403327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110011 00100111
Octal 100 63 47
Decimal 64 51 39
Hex 40 33 27

RGB Percentages of Color #403327

%41.56
%33.12
%25.32

CMYK Percentages of Color #403327

%0
%20
%39
%75

Triadic Colors of #403327

#403327 #274033 #332740

Analogous Colors of #403327

#403327 #404027 #402728

Monochromatic Colors of #403327

#403327

Complementary Color

#403327 #273440

#403327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403327 Color CSS Codes

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

#403327 Text Font Color

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

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


#403327 Background Color

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

This div background color is #403327


#403327 Border Color

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

This div border color is #403327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403327


Comments

No comments written yet.

Please login to write comment.