Color Hex Logo

#43494a Color Hex

#43494A
(67,73,74)
0 Favorites   0 Comments

Color spaces of #43494a

RGB 677374
HSL0.520.050.28
HSV189°29°
CMYK 0.090.010.00   0.71
XYZ5.93336.45287.4114
Yxy6.45280.29970.3259
Hunter Lab25.4024-2.76140.4832
CIE-Lab30.5273-2.2029-1.4407

#43494a color RGB value is (67,73,74).

#43494a hex color red value is 67, green value is 73 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #43494a hue: 0.52 , saturation: 0.05 and the lightness value of 43494a is 0.28.

The process color (four color CMYK) of #43494a color hex is 0.09, 0.01, 0.00, 0.71. Web safe color of #43494a is #333333. Color #43494a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001001 01001010
Octal 103 111 112
Decimal 67 73 74
Hex 43 49 4A

RGB Percentages of Color #43494a

%31.31
%34.11
%34.58

CMYK Percentages of Color #43494a

%9
%1
%0
%71

Triadic Colors of #43494a

#43494a #4a4349 #494a43

Analogous Colors of #43494a

#43494a #43464a #434a48

Monochromatic Colors of #43494a

#43494a

Complementary Color

#43494a #4a4443

#43494a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43494a Color Preview on White Background

Lorem ipsum dolor sit amet.

#43494a Color CSS Codes

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

#43494a Text Font Color

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

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


#43494a Background Color

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

This div background color is #43494a


#43494a Border Color

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

This div border color is #43494a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43494a


Comments

No comments written yet.

Please login to write comment.