Color Hex Logo

#44334f Color Hex

#44334F
(68,51,79)
0 Favorites   0 Comments

Color spaces of #44334f

RGB 685179
HSL0.770.220.25
HSV276°35°31°
CMYK 0.140.350.00   0.69
XYZ4.97904.16117.9379
Yxy4.16110.29150.2437
Hunter Lab20.39887.8710-8.7927
CIE-Lab24.197013.8215-14.2445

#44334f color RGB value is (68,51,79).

#44334f hex color red value is 68, green value is 51 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #44334f hue: 0.77 , saturation: 0.22 and the lightness value of 44334f is 0.25.

The process color (four color CMYK) of #44334f color hex is 0.14, 0.35, 0.00, 0.69. Web safe color of #44334f is #333366. Color #44334f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110011 01001111
Octal 104 63 117
Decimal 68 51 79
Hex 44 33 4F

RGB Percentages of Color #44334f

%34.34
%25.76
%39.90

CMYK Percentages of Color #44334f

%14
%35
%0
%69

Triadic Colors of #44334f

#44334f #4f4433 #334f44

Analogous Colors of #44334f

#44334f #4f334c #36334f

Monochromatic Colors of #44334f

#44334f

Complementary Color

#44334f #3e4f33

#44334f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44334f Color Preview on White Background

Lorem ipsum dolor sit amet.

#44334f Color CSS Codes

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

#44334f Text Font Color

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

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


#44334f Background Color

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

This div background color is #44334f


#44334f Border Color

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

This div border color is #44334f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44334f


Comments

No comments written yet.

Please login to write comment.