Color Hex Logo

#40431c Color Hex

#40431C
(64,67,28)
0 Favorites   0 Comments

Color spaces of #40431c

RGB 646728
HSL0.180.410.19
HSV65°58°26°
CMYK 0.040.000.58   0.74
XYZ4.33115.18811.8717
Yxy5.18810.38020.4555
Hunter Lab22.7774-5.918911.0721
CIE-Lab27.2641-7.893322.9767

#40431c color RGB value is (64,67,28).

#40431c hex color red value is 64, green value is 67 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #40431c hue: 0.18 , saturation: 0.41 and the lightness value of 40431c is 0.19.

The process color (four color CMYK) of #40431c color hex is 0.04, 0.00, 0.58, 0.74. Web safe color of #40431c is #333333. Color #40431c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000011 00011100
Octal 100 103 34
Decimal 64 67 28
Hex 40 43 1C

RGB Percentages of Color #40431c

%40.25
%42.14
%17.61

CMYK Percentages of Color #40431c

%4
%0
%58
%74

Triadic Colors of #40431c

#40431c #1c4043 #431c40

Analogous Colors of #40431c

#40431c #2d431c #43331c

Monochromatic Colors of #40431c

#40431c

Complementary Color

#40431c #1f1c43

#40431c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40431c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40431c Color CSS Codes

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

#40431c Text Font Color

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

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


#40431c Background Color

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

This div background color is #40431c


#40431c Border Color

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

This div border color is #40431c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,67,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40431c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40431c;
  -webkit-box-shadow: 1px 1px 3px 2px #40431c;
  box-shadow:         1px 1px 3px 2px #40431c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40431c


Comments

No comments written yet.

Please login to write comment.