Color Hex Logo

#448157 Color Hex

#448157
(68,129,87)
0 Favorites   0 Comments

Color spaces of #448157

RGB 6812987
HSL0.390.310.39
HSV139°47°51°
CMYK 0.470.000.33   0.49
XYZ11.954517.617611.7873
Yxy17.61760.28900.4260
Hunter Lab41.9733-22.614412.7310
CIE-Lab49.0290-29.782016.7995

#448157 color RGB value is (68,129,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000001 01010111
Octal 104 201 127
Decimal 68 129 87
Hex 44 81 57

RGB Percentages of Color #448157

%23.94
%45.42
%30.63

CMYK Percentages of Color #448157

%47
%0
%33
%49

Triadic Colors of #448157

#448157 #574481 #815744

Analogous Colors of #448157

#448157 #448176 #508144

Monochromatic Colors of #448157

#448157

Complementary Color

#448157 #81446e

#448157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448157 Color CSS Codes

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

#448157 Text Font Color

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

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


#448157 Background Color

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

This div background color is #448157


#448157 Border Color

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

This div border color is #448157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448157


Comments

No comments written yet.

Please login to write comment.