Color Hex Logo

#449667 Color Hex

#449667
(68,150,103)
0 Favorites   0 Comments

Color spaces of #449667

RGB 68150103
HSL0.400.380.43
HSV146°55°59°
CMYK 0.550.000.31   0.41
XYZ15.738424.020916.6390
Yxy24.02090.27910.4259
Hunter Lab49.0111-28.449714.1792
CIE-Lab56.1087-36.249117.3988

#449667 color RGB value is (68,150,103).

#449667 hex color red value is 68, green value is 150 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #449667 hue: 0.40 , saturation: 0.38 and the lightness value of 449667 is 0.43.

The process color (four color CMYK) of #449667 color hex is 0.55, 0.00, 0.31, 0.41. Web safe color of #449667 is #339966. Color #449667 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010110 01100111
Octal 104 226 147
Decimal 68 150 103
Hex 44 96 67

RGB Percentages of Color #449667

%21.18
%46.73
%32.09

CMYK Percentages of Color #449667

%55
%0
%31
%41

Triadic Colors of #449667

#449667 #674496 #966744

Analogous Colors of #449667

#449667 #449690 #4a9644

Monochromatic Colors of #449667

#449667

Complementary Color

#449667 #964473

#449667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#449667 Color CSS Codes

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

#449667 Text Font Color

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

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


#449667 Background Color

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

This div background color is #449667


#449667 Border Color

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

This div border color is #449667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449667


Comments

No comments written yet.

Please login to write comment.