Color Hex Logo

#42443b Color Hex

#42443B
(66,68,59)
0 Favorites   0 Comments

Color spaces of #42443b

RGB 666859
HSL0.200.070.25
HSV73°13°27°
CMYK 0.030.000.13   0.73
XYZ5.10335.60834.9512
Yxy5.60830.32580.3581
Hunter Lab23.6818-2.97754.1814
CIE-Lab28.4019-2.75905.1690

#42443b color RGB value is (66,68,59).

#42443b hex color red value is 66, green value is 68 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #42443b hue: 0.20 , saturation: 0.07 and the lightness value of 42443b is 0.25.

The process color (four color CMYK) of #42443b color hex is 0.03, 0.00, 0.13, 0.73. Web safe color of #42443b is #333333. Color #42443b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000100 00111011
Octal 102 104 73
Decimal 66 68 59
Hex 42 44 3B

RGB Percentages of Color #42443b

%34.20
%35.23
%30.57

CMYK Percentages of Color #42443b

%3
%0
%13
%73

Triadic Colors of #42443b

#42443b #3b4244 #443b42

Analogous Colors of #42443b

#42443b #3e443b #44423b

Monochromatic Colors of #42443b

#42443b

Complementary Color

#42443b #3d3b44

#42443b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42443b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42443b Color CSS Codes

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

#42443b Text Font Color

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

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


#42443b Background Color

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

This div background color is #42443b


#42443b Border Color

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

This div border color is #42443b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,68,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42443b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42443b;
  -webkit-box-shadow: 1px 1px 3px 2px #42443b;
  box-shadow:         1px 1px 3px 2px #42443b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42443b


Comments

No comments written yet.

Please login to write comment.