Color Hex Logo

#47536b Color Hex

#47536B
(71,83,107)
0 Favorites   0 Comments

Color spaces of #47536b

RGB 7183107
HSL0.610.200.35
HSV220°34°42°
CMYK 0.340.220.00   0.58
XYZ8.34568.587615.1276
Yxy8.58760.26030.2679
Hunter Lab29.3046-0.4484-10.0934
CIE-Lab35.17781.6395-15.3481

#47536b color RGB value is (71,83,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010011 01101011
Octal 107 123 153
Decimal 71 83 107
Hex 47 53 6B

RGB Percentages of Color #47536b

%27.20
%31.80
%41.00

CMYK Percentages of Color #47536b

%34
%22
%0
%58

Triadic Colors of #47536b

#47536b #6b4753 #536b47

Analogous Colors of #47536b

#47536b #4d476b #47656b

Monochromatic Colors of #47536b

#47536b

Complementary Color

#47536b #6b5f47

#47536b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47536b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47536b Color CSS Codes

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

#47536b Text Font Color

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

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


#47536b Background Color

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

This div background color is #47536b


#47536b Border Color

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

This div border color is #47536b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,83,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 #47536b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47536b


Comments

No comments written yet.

Please login to write comment.