Color Hex Logo

#448376 Color Hex

#448376
(68,131,118)
0 Favorites   0 Comments

Color spaces of #448376

RGB 68131118
HSL0.470.320.39
HSV168°48°51°
CMYK 0.480.000.10   0.49
XYZ13.770218.769520.0367
Yxy18.76950.26190.3570
Hunter Lab43.3238-19.08152.9058
CIE-Lab50.4164-23.67220.7522

#448376 color RGB value is (68,131,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000011 01110110
Octal 104 203 166
Decimal 68 131 118
Hex 44 83 76

RGB Percentages of Color #448376

%21.45
%41.32
%37.22

CMYK Percentages of Color #448376

%48
%0
%10
%49

Triadic Colors of #448376

#448376 #764483 #837644

Analogous Colors of #448376

#448376 #447183 #448357

Monochromatic Colors of #448376

#448376

Complementary Color

#448376 #834451

#448376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448376 Color CSS Codes

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

#448376 Text Font Color

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

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


#448376 Background Color

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

This div background color is #448376


#448376 Border Color

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

This div border color is #448376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448376


Comments

No comments written yet.

Please login to write comment.