Color Hex Logo

#447365 Color Hex

#447365
(68,115,101)
0 Favorites   0 Comments

Color spaces of #447365

RGB 68115101
HSL0.450.260.36
HSV162°41°45°
CMYK 0.410.000.12   0.55
XYZ10.863614.430014.5246
Yxy14.43000.27280.3624
Hunter Lab37.9868-15.42903.9207
CIE-Lab44.8434-19.60522.7117

#447365 color RGB value is (68,115,101).

#447365 hex color red value is 68, green value is 115 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #447365 hue: 0.45 , saturation: 0.26 and the lightness value of 447365 is 0.36.

The process color (four color CMYK) of #447365 color hex is 0.41, 0.00, 0.12, 0.55. Web safe color of #447365 is #336666. Color #447365 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110011 01100101
Octal 104 163 145
Decimal 68 115 101
Hex 44 73 65

RGB Percentages of Color #447365

%23.94
%40.49
%35.56

CMYK Percentages of Color #447365

%41
%0
%12
%55

Triadic Colors of #447365

#447365 #654473 #736544

Analogous Colors of #447365

#447365 #446a73 #44734e

Monochromatic Colors of #447365

#447365

Complementary Color

#447365 #734452

#447365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447365 Color CSS Codes

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

#447365 Text Font Color

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

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


#447365 Background Color

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

This div background color is #447365


#447365 Border Color

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

This div border color is #447365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447365


Comments

No comments written yet.

Please login to write comment.