Color Hex Logo

#448476 Color Hex

#448476
(68,132,118)
0 Favorites   0 Comments

Color spaces of #448476

RGB 68132118
HSL0.460.320.39
HSV167°48°52°
CMYK 0.480.000.11   0.48
XYZ13.905219.039520.0816
Yxy19.03950.26220.3591
Hunter Lab43.6343-19.47633.2572
CIE-Lab50.7334-24.18291.2138

#448476 color RGB value is (68,132,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000100 01110110
Octal 104 204 166
Decimal 68 132 118
Hex 44 84 76

RGB Percentages of Color #448476

%21.38
%41.51
%37.11

CMYK Percentages of Color #448476

%48
%0
%11
%48

Triadic Colors of #448476

#448476 #764484 #847644

Analogous Colors of #448476

#448476 #447284 #448456

Monochromatic Colors of #448476

#448476

Complementary Color

#448476 #844452

#448476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448476 Color CSS Codes

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

#448476 Text Font Color

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

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


#448476 Background Color

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

This div background color is #448476


#448476 Border Color

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

This div border color is #448476


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,132,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 #448476">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448476


Comments

No comments written yet.

Please login to write comment.