Color Hex Logo

#434b42 Color Hex

#434B42
(67,75,66)
0 Favorites   0 Comments

Color spaces of #434b42

RGB 677566
HSL0.310.060.28
HSV113°12°29°
CMYK 0.110.000.12   0.71
XYZ5.81426.61886.1254
Yxy6.61880.31330.3566
Hunter Lab25.7270-4.68213.8924
CIE-Lab30.9229-5.24424.2675

#434b42 color RGB value is (67,75,66).

#434b42 hex color red value is 67, green value is 75 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #434b42 hue: 0.31 , saturation: 0.06 and the lightness value of 434b42 is 0.28.

The process color (four color CMYK) of #434b42 color hex is 0.11, 0.00, 0.12, 0.71. Web safe color of #434b42 is #333333. Color #434b42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001011 01000010
Octal 103 113 102
Decimal 67 75 66
Hex 43 4B 42

RGB Percentages of Color #434b42

%32.21
%36.06
%31.73

CMYK Percentages of Color #434b42

%11
%0
%12
%71

Triadic Colors of #434b42

#434b42 #42434b #4b4243

Analogous Colors of #434b42

#434b42 #424b46 #484b42

Monochromatic Colors of #434b42

#434b42

Complementary Color

#434b42 #4a424b

#434b42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434b42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434b42 Color CSS Codes

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

#434b42 Text Font Color

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

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


#434b42 Background Color

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

This div background color is #434b42


#434b42 Border Color

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

This div border color is #434b42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434b42

#434b42 Color Palettes


Comments

No comments written yet.

Please login to write comment.