Color Hex Logo

#443340 Color Hex

#443340
(68,51,64)
0 Favorites   0 Comments

Color spaces of #443340

RGB 685164
HSL0.870.140.23
HSV314°25°27°
CMYK 0.000.250.06   0.73
XYZ4.49313.96685.3793
Yxy3.96680.32470.2866
Hunter Lab19.91685.4139-2.0718
CIE-Lab23.561410.2660-5.1776

#443340 color RGB value is (68,51,64).

#443340 hex color red value is 68, green value is 51 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #443340 hue: 0.87 , saturation: 0.14 and the lightness value of 443340 is 0.23.

The process color (four color CMYK) of #443340 color hex is 0.00, 0.25, 0.06, 0.73. Web safe color of #443340 is #333333. Color #443340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110011 01000000
Octal 104 63 100
Decimal 68 51 64
Hex 44 33 40

RGB Percentages of Color #443340

%37.16
%27.87
%34.97

CMYK Percentages of Color #443340

%0
%25
%6
%73

Triadic Colors of #443340

#443340 #404433 #334044

Analogous Colors of #443340

#443340 #443338 #403344

Monochromatic Colors of #443340

#443340

Complementary Color

#443340 #334437

#443340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443340 Color CSS Codes

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

#443340 Text Font Color

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

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


#443340 Background Color

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

This div background color is #443340


#443340 Border Color

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

This div border color is #443340


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,51,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #443340; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #443340;
  -webkit-box-shadow: 1px 1px 3px 2px #443340;
  box-shadow:         1px 1px 3px 2px #443340; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,51,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443340


Comments

No comments written yet.

Please login to write comment.