Color Hex Logo

#449d31 Color Hex

#449D31
(68,157,49)
0 Favorites   0 Comments

Color spaces of #449d31

RGB 6815749
HSL0.300.520.40
HSV109°69°62°
CMYK 0.570.000.69   0.38
XYZ14.995225.56467.0499
Yxy25.56460.31500.5370
Hunter Lab50.5614-35.544127.1261
CIE-Lab57.6214-47.161246.6233

#449d31 color RGB value is (68,157,49).

#449d31 hex color red value is 68, green value is 157 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #449d31 hue: 0.30 , saturation: 0.52 and the lightness value of 449d31 is 0.40.

The process color (four color CMYK) of #449d31 color hex is 0.57, 0.00, 0.69, 0.38. Web safe color of #449d31 is #339933. Color #449d31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011101 00110001
Octal 104 235 61
Decimal 68 157 49
Hex 44 9D 31

RGB Percentages of Color #449d31

%24.82
%57.30
%17.88

CMYK Percentages of Color #449d31

%57
%0
%69
%38

Triadic Colors of #449d31

#449d31 #31449d #9d3144

Analogous Colors of #449d31

#449d31 #319d54 #7a9d31

Monochromatic Colors of #449d31

#449d31

Complementary Color

#449d31 #8a319d

#449d31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449d31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#449d31 Color CSS Codes

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

#449d31 Text Font Color

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

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


#449d31 Background Color

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

This div background color is #449d31


#449d31 Border Color

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

This div border color is #449d31


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,157,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #449d31; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #449d31;
  -webkit-box-shadow: 1px 1px 3px 2px #449d31;
  box-shadow:         1px 1px 3px 2px #449d31; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449d31


Comments

No comments written yet.

Please login to write comment.