Color Hex Logo

#448562 Color Hex

#448562
(68,133,98)
0 Favorites   0 Comments

Color spaces of #448562

RGB 6813398
HSL0.410.320.39
HSV148°49°52°
CMYK 0.490.000.26   0.48
XYZ12.976018.885814.5167
Yxy18.88580.27980.4072
Hunter Lab43.4578-22.753110.6151
CIE-Lab50.5533-29.411112.5750

#448562 color RGB value is (68,133,98).

#448562 hex color red value is 68, green value is 133 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #448562 hue: 0.41 , saturation: 0.32 and the lightness value of 448562 is 0.39.

The process color (four color CMYK) of #448562 color hex is 0.49, 0.00, 0.26, 0.48. Web safe color of #448562 is #339966. Color #448562 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000101 01100010
Octal 104 205 142
Decimal 68 133 98
Hex 44 85 62

RGB Percentages of Color #448562

%22.74
%44.48
%32.78

CMYK Percentages of Color #448562

%49
%0
%26
%48

Triadic Colors of #448562

#448562 #624485 #856244

Analogous Colors of #448562

#448562 #448583 #478544

Monochromatic Colors of #448562

#448562

Complementary Color

#448562 #854467

#448562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448562 Color CSS Codes

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

#448562 Text Font Color

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

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


#448562 Background Color

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

This div background color is #448562


#448562 Border Color

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

This div border color is #448562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448562

#448562 Color Palettes


Comments

No comments written yet.

Please login to write comment.