Color Hex Logo

#478158 Color Hex

#478158
(71,129,88)
0 Favorites   0 Comments

Color spaces of #478158

RGB 7112988
HSL0.380.290.39
HSV138°45°51°
CMYK 0.450.000.32   0.49
XYZ12.210217.744712.0140
Yxy17.74470.29090.4228
Hunter Lab42.1245-21.977812.5775
CIE-Lab49.1850-28.680916.4613

#478158 color RGB value is (71,129,88).

#478158 hex color red value is 71, green value is 129 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #478158 hue: 0.38 , saturation: 0.29 and the lightness value of 478158 is 0.39.

The process color (four color CMYK) of #478158 color hex is 0.45, 0.00, 0.32, 0.49. Web safe color of #478158 is #339966. Color #478158 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000001 01011000
Octal 107 201 130
Decimal 71 129 88
Hex 47 81 58

RGB Percentages of Color #478158

%24.65
%44.79
%30.56

CMYK Percentages of Color #478158

%45
%0
%32
%49

Triadic Colors of #478158

#478158 #584781 #815847

Analogous Colors of #478158

#478158 #478175 #538147

Monochromatic Colors of #478158

#478158

Complementary Color

#478158 #814770

#478158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478158 Color CSS Codes

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

#478158 Text Font Color

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

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


#478158 Background Color

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

This div background color is #478158


#478158 Border Color

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

This div border color is #478158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478158


Comments

No comments written yet.

Please login to write comment.