Color Hex Logo

#423929 Color Hex

#423929
(66,57,41)
0 Favorites   0 Comments

Color spaces of #423929

RGB 665741
HSL0.110.230.21
HSV38°38°26°
CMYK 0.000.140.38   0.74
XYZ4.11014.24462.7005
Yxy4.24460.37180.3839
Hunter Lab20.6024-0.44426.6502
CIE-Lab24.46411.084611.4403

#423929 color RGB value is (66,57,41).

#423929 hex color red value is 66, green value is 57 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #423929 hue: 0.11 , saturation: 0.23 and the lightness value of 423929 is 0.21.

The process color (four color CMYK) of #423929 color hex is 0.00, 0.14, 0.38, 0.74. Web safe color of #423929 is #333333. Color #423929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111001 00101001
Octal 102 71 51
Decimal 66 57 41
Hex 42 39 29

RGB Percentages of Color #423929

%40.24
%34.76
%25.00

CMYK Percentages of Color #423929

%0
%14
%38
%74

Triadic Colors of #423929

#423929 #294239 #392942

Analogous Colors of #423929

#423929 #3f4229 #422d29

Monochromatic Colors of #423929

#423929

Complementary Color

#423929 #293242

#423929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423929 Color CSS Codes

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

#423929 Text Font Color

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

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


#423929 Background Color

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

This div background color is #423929


#423929 Border Color

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

This div border color is #423929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423929

#423929 Color Palettes


Comments

No comments written yet.

Please login to write comment.