Color Hex Logo

#47334a Color Hex

#47334A
(71,51,74)
0 Favorites   0 Comments

Color spaces of #47334a

RGB 715174
HSL0.810.180.25
HSV292°31°29°
CMYK 0.040.310.00   0.71
XYZ5.01844.20177.0251
Yxy4.20170.30890.2586
Hunter Lab20.49807.8294-5.9713
CIE-Lab24.327313.7520-10.6861

#47334a color RGB value is (71,51,74).

#47334a hex color red value is 71, green value is 51 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #47334a hue: 0.81 , saturation: 0.18 and the lightness value of 47334a is 0.25.

The process color (four color CMYK) of #47334a color hex is 0.04, 0.31, 0.00, 0.71. Web safe color of #47334a is #333333. Color #47334a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110011 01001010
Octal 107 63 112
Decimal 71 51 74
Hex 47 33 4A

RGB Percentages of Color #47334a

%36.22
%26.02
%37.76

CMYK Percentages of Color #47334a

%4
%31
%0
%71

Triadic Colors of #47334a

#47334a #4a4733 #334a47

Analogous Colors of #47334a

#47334a #4a3342 #3c334a

Monochromatic Colors of #47334a

#47334a

Complementary Color

#47334a #364a33

#47334a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47334a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47334a Color CSS Codes

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

#47334a Text Font Color

<p style="color:#47334a">Text here</p>

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


#47334a Background Color

<div style="background-color:#47334a">
Div content here</div>

This div background color is #47334a


#47334a Border Color

<div style="border:3px solid #47334a">
Div here</div>

This div border color is #47334a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,51,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47334a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47334a;
  -webkit-box-shadow: 1px 1px 3px 2px #47334a;
  box-shadow:         1px 1px 3px 2px #47334a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47334a


Comments

No comments written yet.

Please login to write comment.