Color Hex Logo

#47998b Color Hex

#47998B
(71,153,139)
0 Favorites   0 Comments

Color spaces of #47998b

RGB 71153139
HSL0.470.370.44
HSV170°54°60°
CMYK 0.540.000.09   0.40
XYZ18.650025.986128.4590
Yxy25.98610.25510.3555
Hunter Lab50.9766-23.90402.5834
CIE-Lab58.0239-28.5211-0.2469

#47998b color RGB value is (71,153,139).

#47998b hex color red value is 71, green value is 153 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #47998b hue: 0.47 , saturation: 0.37 and the lightness value of 47998b is 0.44.

The process color (four color CMYK) of #47998b color hex is 0.54, 0.00, 0.09, 0.40. Web safe color of #47998b is #339999. Color #47998b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011001 10001011
Octal 107 231 213
Decimal 71 153 139
Hex 47 99 8B

RGB Percentages of Color #47998b

%19.56
%42.15
%38.29

CMYK Percentages of Color #47998b

%54
%0
%9
%40

Triadic Colors of #47998b

#47998b #8b4799 #998b47

Analogous Colors of #47998b

#47998b #477e99 #479962

Monochromatic Colors of #47998b

#47998b

Complementary Color

#47998b #994755

#47998b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47998b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47998b Color CSS Codes

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

#47998b Text Font Color

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

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


#47998b Background Color

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

This div background color is #47998b


#47998b Border Color

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

This div border color is #47998b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,153,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47998b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47998b;
  -webkit-box-shadow: 1px 1px 3px 2px #47998b;
  box-shadow:         1px 1px 3px 2px #47998b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47998b


Comments

No comments written yet.

Please login to write comment.