Color Hex Logo

#448742 Color Hex

#448742
(68,135,66)
0 Favorites   0 Comments

Color spaces of #448742

RGB 6813566
HSL0.330.340.39
HSV118°51°53°
CMYK 0.500.000.51   0.47
XYZ12.031218.95028.1779
Yxy18.95020.30720.4839
Hunter Lab43.5318-26.847419.3340
CIE-Lab50.6289-36.143530.4940

#448742 color RGB value is (68,135,66).

#448742 hex color red value is 68, green value is 135 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #448742 hue: 0.33 , saturation: 0.34 and the lightness value of 448742 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000111 01000010
Octal 104 207 102
Decimal 68 135 66
Hex 44 87 42

RGB Percentages of Color #448742

%25.28
%50.19
%24.54

CMYK Percentages of Color #448742

%50
%0
%51
%47

Triadic Colors of #448742

#448742 #424487 #874244

Analogous Colors of #448742

#448742 #428763 #678742

Monochromatic Colors of #448742

#448742

Complementary Color

#448742 #854287

#448742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448742 Color CSS Codes

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

#448742 Text Font Color

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

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


#448742 Background Color

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

This div background color is #448742


#448742 Border Color

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

This div border color is #448742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448742


Comments

No comments written yet.

Please login to write comment.