Color Hex Logo

#43768d Color Hex

#43768D
(67,118,141)
0 Favorites   0 Comments

Color spaces of #43768d

RGB 67118141
HSL0.550.360.41
HSV199°52°55°
CMYK 0.520.160.00   0.45
XYZ13.600916.073227.5849
Yxy16.07320.23750.2807
Hunter Lab40.0914-9.6043-12.7305
CIE-Lab47.0704-10.3302-17.8094

#43768d color RGB value is (67,118,141).

#43768d hex color red value is 67, green value is 118 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #43768d hue: 0.55 , saturation: 0.36 and the lightness value of 43768d is 0.41.

The process color (four color CMYK) of #43768d color hex is 0.52, 0.16, 0.00, 0.45. Web safe color of #43768d is #336699. Color #43768d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01110110 10001101
Octal 103 166 215
Decimal 67 118 141
Hex 43 76 8D

RGB Percentages of Color #43768d

%20.55
%36.20
%43.25

CMYK Percentages of Color #43768d

%52
%16
%0
%45

Triadic Colors of #43768d

#43768d #8d4376 #768d43

Analogous Colors of #43768d

#43768d #43518d #438d7f

Monochromatic Colors of #43768d

#43768d

Complementary Color

#43768d #8d5a43

#43768d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43768d Color Preview on White Background

Lorem ipsum dolor sit amet.

#43768d Color CSS Codes

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

#43768d Text Font Color

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

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


#43768d Background Color

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

This div background color is #43768d


#43768d Border Color

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

This div border color is #43768d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43768d


Comments

No comments written yet.

Please login to write comment.