Color Hex Logo

#447377 Color Hex

#447377
(68,115,119)
0 Favorites   0 Comments

Color spaces of #447377

RGB 68115119
HSL0.510.270.37
HSV185°43°47°
CMYK 0.430.030.00   0.53
XYZ11.844414.822319.6895
Yxy14.82230.25550.3197
Hunter Lab38.4997-12.4592-3.3722
CIE-Lab45.3898-14.8675-7.2534

#447377 color RGB value is (68,115,119).

#447377 hex color red value is 68, green value is 115 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #447377 hue: 0.51 , saturation: 0.27 and the lightness value of 447377 is 0.37.

The process color (four color CMYK) of #447377 color hex is 0.43, 0.03, 0.00, 0.53. Web safe color of #447377 is #336666. Color #447377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110011 01110111
Octal 104 163 167
Decimal 68 115 119
Hex 44 73 77

RGB Percentages of Color #447377

%22.52
%38.08
%39.40

CMYK Percentages of Color #447377

%43
%3
%0
%53

Triadic Colors of #447377

#447377 #774473 #737744

Analogous Colors of #447377

#447377 #445a77 #447762

Monochromatic Colors of #447377

#447377

Complementary Color

#447377 #774844

#447377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447377 Color CSS Codes

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

#447377 Text Font Color

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

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


#447377 Background Color

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

This div background color is #447377


#447377 Border Color

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

This div border color is #447377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447377


Comments

No comments written yet.

Please login to write comment.