Color Hex Logo

#448169 Color Hex

#448169
(68,129,105)
0 Favorites   0 Comments

Color spaces of #448169

RGB 68129105
HSL0.430.310.39
HSV156°47°51°
CMYK 0.470.000.19   0.49
XYZ12.784017.949416.1554
Yxy17.94940.27260.3828
Hunter Lab42.3667-20.28017.0481
CIE-Lab49.4347-25.86556.9379

#448169 color RGB value is (68,129,105).

#448169 hex color red value is 68, green value is 129 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #448169 hue: 0.43 , saturation: 0.31 and the lightness value of 448169 is 0.39.

The process color (four color CMYK) of #448169 color hex is 0.47, 0.00, 0.19, 0.49. Web safe color of #448169 is #339966. Color #448169 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000001 01101001
Octal 104 201 151
Decimal 68 129 105
Hex 44 81 69

RGB Percentages of Color #448169

%22.52
%42.72
%34.77

CMYK Percentages of Color #448169

%47
%0
%19
%49

Triadic Colors of #448169

#448169 #694481 #816944

Analogous Colors of #448169

#448169 #447b81 #44814b

Monochromatic Colors of #448169

#448169

Complementary Color

#448169 #81445c

#448169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448169 Color CSS Codes

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

#448169 Text Font Color

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

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


#448169 Background Color

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

This div background color is #448169


#448169 Border Color

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

This div border color is #448169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448169


Comments

No comments written yet.

Please login to write comment.