Color Hex Logo

#434240 Color Hex

#434240
(67,66,64)
0 Favorites   0 Comments

Color spaces of #434240

RGB 676664
HSL0.110.020.26
HSV40°26°
CMYK 0.000.010.04   0.74
XYZ5.18845.45995.6309
Yxy5.45990.31870.3354
Hunter Lab23.3664-1.25622.0686
CIE-Lab28.0068-0.01311.3601

#434240 color RGB value is (67,66,64).

#434240 hex color red value is 67, green value is 66 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #434240 hue: 0.11 , saturation: 0.02 and the lightness value of 434240 is 0.26.

The process color (four color CMYK) of #434240 color hex is 0.00, 0.01, 0.04, 0.74. Web safe color of #434240 is #333333. Color #434240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000010 01000000
Octal 103 102 100
Decimal 67 66 64
Hex 43 42 40

RGB Percentages of Color #434240

%34.01
%33.50
%32.49

CMYK Percentages of Color #434240

%0
%1
%4
%74

Triadic Colors of #434240

#434240 #404342 #424043

Analogous Colors of #434240

#434240 #434340 #434140

Monochromatic Colors of #434240

#434240

Complementary Color

#434240 #404143

#434240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434240 Color CSS Codes

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

#434240 Text Font Color

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

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


#434240 Background Color

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

This div background color is #434240


#434240 Border Color

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

This div border color is #434240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434240


Comments

No comments written yet.

Please login to write comment.