Color Hex Logo

#447355 Color Hex

#447355
(68,115,85)
0 Favorites   0 Comments

Color spaces of #447355

RGB 6811585
HSL0.390.260.36
HSV142°41°45°
CMYK 0.410.000.26   0.55
XYZ10.154314.146310.7896
Yxy14.14630.28940.4031
Hunter Lab37.6116-17.62919.3196
CIE-Lab44.4420-23.275411.6599

#447355 color RGB value is (68,115,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110011 01010101
Octal 104 163 125
Decimal 68 115 85
Hex 44 73 55

RGB Percentages of Color #447355

%25.37
%42.91
%31.72

CMYK Percentages of Color #447355

%41
%0
%26
%55

Triadic Colors of #447355

#447355 #554473 #735544

Analogous Colors of #447355

#447355 #44736d #4b7344

Monochromatic Colors of #447355

#447355

Complementary Color

#447355 #734462

#447355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447355 Color CSS Codes

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

#447355 Text Font Color

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

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


#447355 Background Color

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

This div background color is #447355


#447355 Border Color

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

This div border color is #447355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447355


Comments

No comments written yet.

Please login to write comment.