Color Hex Logo

#447250 Color Hex

#447250
(68,114,80)
0 Favorites   0 Comments

Color spaces of #447250

RGB 6811480
HSL0.380.250.36
HSV136°40°45°
CMYK 0.400.000.30   0.55
XYZ9.849213.84289.7422
Yxy13.84280.29460.4140
Hunter Lab37.2059-17.857610.5193
CIE-Lab44.0066-23.799214.0066

#447250 color RGB value is (68,114,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110010 01010000
Octal 104 162 120
Decimal 68 114 80
Hex 44 72 50

RGB Percentages of Color #447250

%25.95
%43.51
%30.53

CMYK Percentages of Color #447250

%40
%0
%30
%55

Triadic Colors of #447250

#447250 #504472 #725044

Analogous Colors of #447250

#447250 #447267 #4f7244

Monochromatic Colors of #447250

#447250

Complementary Color

#447250 #724466

#447250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447250 Color CSS Codes

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

#447250 Text Font Color

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

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


#447250 Background Color

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

This div background color is #447250


#447250 Border Color

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

This div border color is #447250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447250


Comments

No comments written yet.

Please login to write comment.