Color Hex Logo

#43686f Color Hex

#43686F
(67,104,111)
0 Favorites   0 Comments

Color spaces of #43686f

RGB 67104111
HSL0.530.250.35
HSV190°40°44°
CMYK 0.400.060.00   0.56
XYZ10.134312.241616.8677
Yxy12.24160.25820.3119
Hunter Lab34.9880-9.5263-4.0921
CIE-Lab41.5976-11.1707-8.1081

#43686f color RGB value is (67,104,111).

#43686f hex color red value is 67, green value is 104 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #43686f hue: 0.53 , saturation: 0.25 and the lightness value of 43686f is 0.35.

The process color (four color CMYK) of #43686f color hex is 0.40, 0.06, 0.00, 0.56. Web safe color of #43686f is #336666. Color #43686f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01101000 01101111
Octal 103 150 157
Decimal 67 104 111
Hex 43 68 6F

RGB Percentages of Color #43686f

%23.76
%36.88
%39.36

CMYK Percentages of Color #43686f

%40
%6
%0
%56

Triadic Colors of #43686f

#43686f #6f4368 #686f43

Analogous Colors of #43686f

#43686f #43526f #436f60

Monochromatic Colors of #43686f

#43686f

Complementary Color

#43686f #6f4a43

#43686f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43686f Color Preview on White Background

Lorem ipsum dolor sit amet.

#43686f Color CSS Codes

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

#43686f Text Font Color

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

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


#43686f Background Color

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

This div background color is #43686f


#43686f Border Color

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

This div border color is #43686f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43686f


Comments

No comments written yet.

Please login to write comment.