Color Hex Logo

#404827 Color Hex

#404827
(64,72,39)
0 Favorites   0 Comments

Color spaces of #404827

RGB 647239
HSL0.210.300.22
HSV75°46°28°
CMYK 0.110.000.46   0.72
XYZ4.79795.87122.7998
Yxy5.87120.35620.4359
Hunter Lab24.2306-7.058610.1105
CIE-Lab29.0852-9.544418.7013

#404827 color RGB value is (64,72,39).

#404827 hex color red value is 64, green value is 72 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #404827 hue: 0.21 , saturation: 0.30 and the lightness value of 404827 is 0.22.

The process color (four color CMYK) of #404827 color hex is 0.11, 0.00, 0.46, 0.72. Web safe color of #404827 is #333333. Color #404827 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001000 00100111
Octal 100 110 47
Decimal 64 72 39
Hex 40 48 27

RGB Percentages of Color #404827

%36.57
%41.14
%22.29

CMYK Percentages of Color #404827

%11
%0
%46
%72

Triadic Colors of #404827

#404827 #274048 #482740

Analogous Colors of #404827

#404827 #304827 #484027

Monochromatic Colors of #404827

#404827

Complementary Color

#404827 #2f2748

#404827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404827 Color CSS Codes

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

#404827 Text Font Color

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

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


#404827 Background Color

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

This div background color is #404827


#404827 Border Color

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

This div border color is #404827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404827


Comments

No comments written yet.

Please login to write comment.