Color Hex Logo

#47948d Color Hex

#47948D
(71,148,141)
0 Favorites   0 Comments

Color spaces of #47948d

RGB 71148141
HSL0.480.350.43
HSV175°52°58°
CMYK 0.520.000.05   0.42
XYZ17.996224.442528.9687
Yxy24.44250.25200.3423
Hunter Lab49.4394-21.5439-0.1331
CIE-Lab56.5281-25.5096-3.5847

#47948d color RGB value is (71,148,141).

#47948d hex color red value is 71, green value is 148 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #47948d hue: 0.48 , saturation: 0.35 and the lightness value of 47948d is 0.43.

The process color (four color CMYK) of #47948d color hex is 0.52, 0.00, 0.05, 0.42. Web safe color of #47948d is #339999. Color #47948d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010100 10001101
Octal 107 224 215
Decimal 71 148 141
Hex 47 94 8D

RGB Percentages of Color #47948d

%19.72
%41.11
%39.17

CMYK Percentages of Color #47948d

%52
%0
%5
%42

Triadic Colors of #47948d

#47948d #8d4794 #948d47

Analogous Colors of #47948d

#47948d #477594 #479467

Monochromatic Colors of #47948d

#47948d

Complementary Color

#47948d #94474e

#47948d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47948d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47948d Color CSS Codes

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

#47948d Text Font Color

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

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


#47948d Background Color

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

This div background color is #47948d


#47948d Border Color

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

This div border color is #47948d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,148,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47948d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47948d;
  -webkit-box-shadow: 1px 1px 3px 2px #47948d;
  box-shadow:         1px 1px 3px 2px #47948d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47948d


Comments

No comments written yet.

Please login to write comment.