Color Hex Logo

#448764 Color Hex

#448764
(68,135,100)
0 Favorites   0 Comments

Color spaces of #448764

RGB 68135100
HSL0.410.330.40
HSV149°50°53°
CMYK 0.500.000.26   0.47
XYZ13.348119.477015.1125
Yxy19.47700.27840.4063
Hunter Lab44.1328-23.244410.5901
CIE-Lab51.2407-29.936012.3809

#448764 color RGB value is (68,135,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000111 01100100
Octal 104 207 144
Decimal 68 135 100
Hex 44 87 64

RGB Percentages of Color #448764

%22.44
%44.55
%33.00

CMYK Percentages of Color #448764

%50
%0
%26
%47

Triadic Colors of #448764

#448764 #644487 #876444

Analogous Colors of #448764

#448764 #448786 #468744

Monochromatic Colors of #448764

#448764

Complementary Color

#448764 #874467

#448764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448764 Color CSS Codes

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

#448764 Text Font Color

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

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


#448764 Background Color

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

This div background color is #448764


#448764 Border Color

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

This div border color is #448764


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,135,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 #448764">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448764


Comments

No comments written yet.

Please login to write comment.