Color Hex Logo

#447046 Color Hex

#447046
(68,112,70)
0 Favorites   0 Comments

Color spaces of #447046

RGB 6811270
HSL0.340.240.35
HSV123°39°44°
CMYK 0.390.000.38   0.56
XYZ9.283613.25957.8644
Yxy13.25950.30530.4361
Hunter Lab36.4136-18.215412.6844
CIE-Lab43.1517-24.698418.6946

#447046 color RGB value is (68,112,70).

#447046 hex color red value is 68, green value is 112 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #447046 hue: 0.34 , saturation: 0.24 and the lightness value of 447046 is 0.35.

The process color (four color CMYK) of #447046 color hex is 0.39, 0.00, 0.38, 0.56. Web safe color of #447046 is #336633. Color #447046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110000 01000110
Octal 104 160 106
Decimal 68 112 70
Hex 44 70 46

RGB Percentages of Color #447046

%27.20
%44.80
%28.00

CMYK Percentages of Color #447046

%39
%0
%38
%56

Triadic Colors of #447046

#447046 #464470 #704644

Analogous Colors of #447046

#447046 #44705c #587044

Monochromatic Colors of #447046

#447046

Complementary Color

#447046 #70446e

#447046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447046 Color CSS Codes

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

#447046 Text Font Color

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

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


#447046 Background Color

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

This div background color is #447046


#447046 Border Color

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

This div border color is #447046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447046


Comments

No comments written yet.

Please login to write comment.