Color Hex Logo

#448f3f Color Hex

#448F3F
(68,143,63)
0 Favorites   0 Comments

Color spaces of #448f3f

RGB 6814363
HSL0.320.390.40
HSV116°56°56°
CMYK 0.520.000.56   0.44
XYZ13.103621.23278.1103
Yxy21.23270.30870.5002
Hunter Lab46.0790-29.877621.8197
CIE-Lab53.2032-39.992035.1656

#448f3f color RGB value is (68,143,63).

#448f3f hex color red value is 68, green value is 143 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #448f3f hue: 0.32 , saturation: 0.39 and the lightness value of 448f3f is 0.40.

The process color (four color CMYK) of #448f3f color hex is 0.52, 0.00, 0.56, 0.44. Web safe color of #448f3f is #339933. Color #448f3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001111 00111111
Octal 104 217 77
Decimal 68 143 63
Hex 44 8F 3F

RGB Percentages of Color #448f3f

%24.82
%52.19
%22.99

CMYK Percentages of Color #448f3f

%52
%0
%56
%44

Triadic Colors of #448f3f

#448f3f #3f448f #8f3f44

Analogous Colors of #448f3f

#448f3f #3f8f62 #6c8f3f

Monochromatic Colors of #448f3f

#448f3f

Complementary Color

#448f3f #8a3f8f

#448f3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448f3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#448f3f Color CSS Codes

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

#448f3f Text Font Color

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

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


#448f3f Background Color

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

This div background color is #448f3f


#448f3f Border Color

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

This div border color is #448f3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,143,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #448f3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #448f3f;
  -webkit-box-shadow: 1px 1px 3px 2px #448f3f;
  box-shadow:         1px 1px 3px 2px #448f3f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448f3f


Comments

No comments written yet.

Please login to write comment.