Color Hex Logo

#478358 Color Hex

#478358
(71,131,88)
0 Favorites   0 Comments

Color spaces of #478358

RGB 7113188
HSL0.380.300.40
HSV137°46°51°
CMYK 0.460.000.33   0.49
XYZ12.476318.276812.1027
Yxy18.27680.29110.4265
Hunter Lab42.7514-22.722613.1413
CIE-Lab49.8301-29.642117.3381

#478358 color RGB value is (71,131,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000011 01011000
Octal 107 203 130
Decimal 71 131 88
Hex 47 83 58

RGB Percentages of Color #478358

%24.48
%45.17
%30.34

CMYK Percentages of Color #478358

%46
%0
%33
%49

Triadic Colors of #478358

#478358 #584783 #835847

Analogous Colors of #478358

#478358 #478376 #548347

Monochromatic Colors of #478358

#478358

Complementary Color

#478358 #834772

#478358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478358 Color CSS Codes

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

#478358 Text Font Color

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

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


#478358 Background Color

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

This div background color is #478358


#478358 Border Color

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

This div border color is #478358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478358


Comments

No comments written yet.

Please login to write comment.