Color Hex Logo

#448849 Color Hex

#448849
(68,136,73)
0 Favorites   0 Comments

Color spaces of #448849

RGB 6813673
HSL0.350.330.40
HSV124°50°53°
CMYK 0.500.000.46   0.47
XYZ12.390719.31839.3791
Yxy19.31830.30160.4702
Hunter Lab43.9526-26.596018.1148
CIE-Lab51.0575-35.515127.2887

#448849 color RGB value is (68,136,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001000 01001001
Octal 104 210 111
Decimal 68 136 73
Hex 44 88 49

RGB Percentages of Color #448849

%24.55
%49.10
%26.35

CMYK Percentages of Color #448849

%50
%0
%46
%47

Triadic Colors of #448849

#448849 #494488 #884944

Analogous Colors of #448849

#448849 #44886b #618844

Monochromatic Colors of #448849

#448849

Complementary Color

#448849 #884483

#448849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448849 Color CSS Codes

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

#448849 Text Font Color

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

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


#448849 Background Color

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

This div background color is #448849


#448849 Border Color

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

This div border color is #448849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448849


Comments

No comments written yet.

Please login to write comment.