Color Hex Logo

#43464c Color Hex

#43464C
(67,70,76)
0 Favorites   0 Comments

Color spaces of #43464c

RGB 677076
HSL0.610.060.28
HSV220°12°30°
CMYK 0.120.080.00   0.70
XYZ5.80946.09547.7078
Yxy6.09540.29620.3108
Hunter Lab24.6889-1.2037-1.2280
CIE-Lab29.65190.1799-4.0244

#43464c color RGB value is (67,70,76).

#43464c hex color red value is 67, green value is 70 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #43464c hue: 0.61 , saturation: 0.06 and the lightness value of 43464c is 0.28.

The process color (four color CMYK) of #43464c color hex is 0.12, 0.08, 0.00, 0.70. Web safe color of #43464c is #333333. Color #43464c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000110 01001100
Octal 103 106 114
Decimal 67 70 76
Hex 43 46 4C

RGB Percentages of Color #43464c

%31.46
%32.86
%35.68

CMYK Percentages of Color #43464c

%12
%8
%0
%70

Triadic Colors of #43464c

#43464c #4c4346 #464c43

Analogous Colors of #43464c

#43464c #45434c #434b4c

Monochromatic Colors of #43464c

#43464c

Complementary Color

#43464c #4c4943

#43464c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43464c Color Preview on White Background

Lorem ipsum dolor sit amet.

#43464c Color CSS Codes

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

#43464c Text Font Color

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

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


#43464c Background Color

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

This div background color is #43464c


#43464c Border Color

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

This div border color is #43464c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43464c

#43464c Color Palettes


Comments

No comments written yet.

Please login to write comment.