Color Hex Logo

#403427 Color Hex

#403427
(64,52,39)
0 Favorites   0 Comments

Color spaces of #403427

RGB 645239
HSL0.090.240.20
HSV31°39°25°
CMYK 0.000.190.39   0.75
XYZ3.70863.69252.4367
Yxy3.69250.37700.3753
Hunter Lab19.21590.82215.9328
CIE-Lab22.62763.089110.2386

#403427 color RGB value is (64,52,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110100 00100111
Octal 100 64 47
Decimal 64 52 39
Hex 40 34 27

RGB Percentages of Color #403427

%41.29
%33.55
%25.16

CMYK Percentages of Color #403427

%0
%19
%39
%75

Triadic Colors of #403427

#403427 #274034 #342740

Analogous Colors of #403427

#403427 #404027 #402827

Monochromatic Colors of #403427

#403427

Complementary Color

#403427 #273340

#403427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403427 Color CSS Codes

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

#403427 Text Font Color

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

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


#403427 Background Color

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

This div background color is #403427


#403427 Border Color

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

This div border color is #403427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403427


Comments

No comments written yet.

Please login to write comment.