Color Hex Logo

#447261 Color Hex

#447261
(68,114,97)
0 Favorites   0 Comments

Color spaces of #447261

RGB 6811497
HSL0.440.250.36
HSV158°40°45°
CMYK 0.400.000.15   0.55
XYZ10.558914.126613.4795
Yxy14.12660.27670.3701
Hunter Lab37.5854-15.62825.0462
CIE-Lab44.4139-20.04434.4835

#447261 color RGB value is (68,114,97).

#447261 hex color red value is 68, green value is 114 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #447261 hue: 0.44 , saturation: 0.25 and the lightness value of 447261 is 0.36.

The process color (four color CMYK) of #447261 color hex is 0.40, 0.00, 0.15, 0.55. Web safe color of #447261 is #336666. Color #447261 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110010 01100001
Octal 104 162 141
Decimal 68 114 97
Hex 44 72 61

RGB Percentages of Color #447261

%24.37
%40.86
%34.77

CMYK Percentages of Color #447261

%40
%0
%15
%55

Triadic Colors of #447261

#447261 #614472 #726144

Analogous Colors of #447261

#447261 #446c72 #44724a

Monochromatic Colors of #447261

#447261

Complementary Color

#447261 #724455

#447261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447261 Color CSS Codes

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

#447261 Text Font Color

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

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


#447261 Background Color

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

This div background color is #447261


#447261 Border Color

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

This div border color is #447261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447261


Comments

No comments written yet.

Please login to write comment.