Color Hex Logo

#43494e Color Hex

#43494E
(67,73,78)
0 Favorites   0 Comments

Color spaces of #43494e

RGB 677378
HSL0.580.080.28
HSV207°14°31°
CMYK 0.140.060.00   0.69
XYZ6.07246.50848.1439
Yxy6.50840.29300.3140
Hunter Lab25.5116-2.1577-1.0687
CIE-Lab30.6605-1.2392-3.8172

#43494e color RGB value is (67,73,78).

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

The process color (four color CMYK) of #43494e color hex is 0.14, 0.06, 0.00, 0.69. Web safe color of #43494e is #333366. Color #43494e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001001 01001110
Octal 103 111 116
Decimal 67 73 78
Hex 43 49 4E

RGB Percentages of Color #43494e

%30.73
%33.49
%35.78

CMYK Percentages of Color #43494e

%14
%6
%0
%69

Triadic Colors of #43494e

#43494e #4e4349 #494e43

Analogous Colors of #43494e

#43494e #43444e #434e4e

Monochromatic Colors of #43494e

#43494e

Complementary Color

#43494e #4e4843

#43494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#43494e Color CSS Codes

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

#43494e Text Font Color

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

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


#43494e Background Color

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

This div background color is #43494e


#43494e Border Color

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

This div border color is #43494e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43494e


Comments

No comments written yet.

Please login to write comment.