Color Hex Logo

#448864 Color Hex

#448864
(68,136,100)
0 Favorites   0 Comments

Color spaces of #448864

RGB 68136100
HSL0.410.330.40
HSV148°50°53°
CMYK 0.500.000.26   0.47
XYZ13.488319.757415.1592
Yxy19.75740.27870.4082
Hunter Lab44.4493-23.619810.8940
CIE-Lab51.5618-30.413512.8281

#448864 color RGB value is (68,136,100).

#448864 hex color red value is 68, green value is 136 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #448864 hue: 0.41 , saturation: 0.33 and the lightness value of 448864 is 0.40.

The process color (four color CMYK) of #448864 color hex is 0.50, 0.00, 0.26, 0.47. Web safe color of #448864 is #339966. Color #448864 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001000 01100100
Octal 104 210 144
Decimal 68 136 100
Hex 44 88 64

RGB Percentages of Color #448864

%22.37
%44.74
%32.89

CMYK Percentages of Color #448864

%50
%0
%26
%47

Triadic Colors of #448864

#448864 #644488 #886444

Analogous Colors of #448864

#448864 #448886 #468844

Monochromatic Colors of #448864

#448864

Complementary Color

#448864 #884468

#448864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448864 Color CSS Codes

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

#448864 Text Font Color

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

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


#448864 Background Color

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

This div background color is #448864


#448864 Border Color

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

This div border color is #448864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448864


Comments

No comments written yet.

Please login to write comment.