Color Hex Logo

#448948 Color Hex

#448948
(68,137,72)
0 Favorites   0 Comments

Color spaces of #448948

RGB 6813772
HSL0.340.340.40
HSV123°50°54°
CMYK 0.500.000.47   0.46
XYZ12.499319.58819.2530
Yxy19.58810.30240.4738
Hunter Lab44.2584-27.041018.5853
CIE-Lab51.3683-36.116028.2221

#448948 color RGB value is (68,137,72).

#448948 hex color red value is 68, green value is 137 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #448948 hue: 0.34 , saturation: 0.34 and the lightness value of 448948 is 0.40.

The process color (four color CMYK) of #448948 color hex is 0.50, 0.00, 0.47, 0.46. Web safe color of #448948 is #339933. Color #448948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001001 01001000
Octal 104 211 110
Decimal 68 137 72
Hex 44 89 48

RGB Percentages of Color #448948

%24.55
%49.46
%25.99

CMYK Percentages of Color #448948

%50
%0
%47
%46

Triadic Colors of #448948

#448948 #484489 #894844

Analogous Colors of #448948

#448948 #44896b #638944

Monochromatic Colors of #448948

#448948

Complementary Color

#448948 #894485

#448948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448948 Color CSS Codes

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

#448948 Text Font Color

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

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


#448948 Background Color

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

This div background color is #448948


#448948 Border Color

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

This div border color is #448948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448948


Comments

No comments written yet.

Please login to write comment.