Color Hex Logo

#448517 Color Hex

#448517
(68,133,23)
0 Favorites   0 Comments

Color spaces of #448517

RGB 6813323
HSL0.270.710.31
HSV95°83°52°
CMYK 0.490.000.83   0.48
XYZ10.926118.06593.7218
Yxy18.06590.33400.5522
Hunter Lab42.5040-28.496724.5612
CIE-Lab49.5759-39.539648.1546

#448517 color RGB value is (68,133,23).

#448517 hex color red value is 68, green value is 133 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #448517 hue: 0.27 , saturation: 0.71 and the lightness value of 448517 is 0.31.

The process color (four color CMYK) of #448517 color hex is 0.49, 0.00, 0.83, 0.48. Web safe color of #448517 is #339900. Color #448517 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000101 00010111
Octal 104 205 27
Decimal 68 133 23
Hex 44 85 17

RGB Percentages of Color #448517

%30.36
%59.38
%10.27

CMYK Percentages of Color #448517

%49
%0
%83
%48

Triadic Colors of #448517

#448517 #174485 #851744

Analogous Colors of #448517

#448517 #178521 #7b8517

Monochromatic Colors of #448517

#448517

Complementary Color

#448517 #581785

#448517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448517 Color CSS Codes

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

#448517 Text Font Color

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

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


#448517 Background Color

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

This div background color is #448517


#448517 Border Color

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

This div border color is #448517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448517


Comments

No comments written yet.

Please login to write comment.