Color Hex Logo

#478a5b Color Hex

#478A5B
(71,138,91)
0 Favorites   0 Comments

Color spaces of #478a5b

RGB 7113891
HSL0.380.320.41
HSV138°49°54°
CMYK 0.490.000.34   0.46
XYZ13.575320.271913.0949
Yxy20.27190.28920.4318
Hunter Lab45.0243-24.973014.2731
CIE-Lab52.1432-32.360118.7671

#478a5b color RGB value is (71,138,91).

#478a5b hex color red value is 71, green value is 138 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #478a5b hue: 0.38 , saturation: 0.32 and the lightness value of 478a5b is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001010 01011011
Octal 107 212 133
Decimal 71 138 91
Hex 47 8A 5B

RGB Percentages of Color #478a5b

%23.67
%46.00
%30.33

CMYK Percentages of Color #478a5b

%49
%0
%34
%46

Triadic Colors of #478a5b

#478a5b #5b478a #8a5b47

Analogous Colors of #478a5b

#478a5b #478a7d #558a47

Monochromatic Colors of #478a5b

#478a5b

Complementary Color

#478a5b #8a4776

#478a5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478a5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#478a5b Color CSS Codes

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

#478a5b Text Font Color

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

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


#478a5b Background Color

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

This div background color is #478a5b


#478a5b Border Color

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

This div border color is #478a5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,138,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #478a5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #478a5b;
  -webkit-box-shadow: 1px 1px 3px 2px #478a5b;
  box-shadow:         1px 1px 3px 2px #478a5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478a5b


Comments

No comments written yet.

Please login to write comment.