Color Hex Logo

#47656b Color Hex

#47656B
(71,101,107)
0 Favorites   0 Comments

Color spaces of #47656b

RGB 71101107
HSL0.530.200.35
HSV190°34°42°
CMYK 0.340.060.00   0.58
XYZ9.906111.708515.6478
Yxy11.70850.26580.3142
Hunter Lab34.2177-8.2048-3.1610
CIE-Lab40.7490-9.3063-6.9166

#47656b color RGB value is (71,101,107).

#47656b hex color red value is 71, green value is 101 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #47656b hue: 0.53 , saturation: 0.20 and the lightness value of 47656b is 0.35.

The process color (four color CMYK) of #47656b color hex is 0.34, 0.06, 0.00, 0.58. Web safe color of #47656b is #336666. Color #47656b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100101 01101011
Octal 107 145 153
Decimal 71 101 107
Hex 47 65 6B

RGB Percentages of Color #47656b

%25.45
%36.20
%38.35

CMYK Percentages of Color #47656b

%34
%6
%0
%58

Triadic Colors of #47656b

#47656b #6b4765 #656b47

Analogous Colors of #47656b

#47656b #47536b #476b5f

Monochromatic Colors of #47656b

#47656b

Complementary Color

#47656b #6b4d47

#47656b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47656b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47656b Color CSS Codes

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

#47656b Text Font Color

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

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


#47656b Background Color

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

This div background color is #47656b


#47656b Border Color

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

This div border color is #47656b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47656b


Comments

No comments written yet.

Please login to write comment.