Color Hex Logo

#478380 Color Hex

#478380
(71,131,128)
0 Favorites   0 Comments

Color spaces of #478380

RGB 71131128
HSL0.490.300.40
HSV177°46°51°
CMYK 0.460.000.02   0.49
XYZ14.611119.130723.3446
Yxy19.13070.25590.3351
Hunter Lab43.7387-16.9139-1.0277
CIE-Lab50.8398-20.2567-4.4621

#478380 color RGB value is (71,131,128).

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

The process color (four color CMYK) of #478380 color hex is 0.46, 0.00, 0.02, 0.49. Web safe color of #478380 is #339999. Color #478380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000011 10000000
Octal 107 203 200
Decimal 71 131 128
Hex 47 83 80

RGB Percentages of Color #478380

%21.52
%39.70
%38.79

CMYK Percentages of Color #478380

%46
%0
%2
%49

Triadic Colors of #478380

#478380 #804783 #838047

Analogous Colors of #478380

#478380 #476883 #478362

Monochromatic Colors of #478380

#478380

Complementary Color

#478380 #83474a

#478380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478380 Color CSS Codes

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

#478380 Text Font Color

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

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


#478380 Background Color

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

This div background color is #478380


#478380 Border Color

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

This div border color is #478380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478380


Comments

No comments written yet.

Please login to write comment.