Color Hex Logo

#434350 Color Hex

#434350
(67,67,80)
0 Favorites   0 Comments

Color spaces of #434350

RGB 676780
HSL0.670.090.29
HSV240°16°31°
CMYK 0.160.160.00   0.69
XYZ5.76995.78688.4023
Yxy5.78680.28910.2899
Hunter Lab24.05580.7165-3.8700
CIE-Lab28.86813.1110-7.7896

#434350 color RGB value is (67,67,80).

#434350 hex color red value is 67, green value is 67 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #434350 hue: 0.67 , saturation: 0.09 and the lightness value of 434350 is 0.29.

The process color (four color CMYK) of #434350 color hex is 0.16, 0.16, 0.00, 0.69. Web safe color of #434350 is #333366. Color #434350 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000011 01010000
Octal 103 103 120
Decimal 67 67 80
Hex 43 43 50

RGB Percentages of Color #434350

%31.31
%31.31
%37.38

CMYK Percentages of Color #434350

%16
%16
%0
%69

Triadic Colors of #434350

#434350 #504343 #435043

Analogous Colors of #434350

#434350 #4a4350 #434a50

Monochromatic Colors of #434350

#434350

Complementary Color

#434350 #505043

#434350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434350 Color CSS Codes

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

#434350 Text Font Color

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

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


#434350 Background Color

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

This div background color is #434350


#434350 Border Color

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

This div border color is #434350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434350


Comments

No comments written yet.

Please login to write comment.