Color Hex Logo

#47263e Color Hex

#47263E
(71,38,62)
0 Favorites   0 Comments

Color spaces of #47263e

RGB 713862
HSL0.880.300.21
HSV316°46°28°
CMYK 0.000.460.13   0.72
XYZ4.16113.07364.9314
Yxy3.07360.34200.2526
Hunter Lab17.531711.6861-4.4052
CIE-Lab20.336319.6000-8.6420

#47263e color RGB value is (71,38,62).

#47263e hex color red value is 71, green value is 38 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #47263e hue: 0.88 , saturation: 0.30 and the lightness value of 47263e is 0.21.

The process color (four color CMYK) of #47263e color hex is 0.00, 0.46, 0.13, 0.72. Web safe color of #47263e is #333333. Color #47263e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100110 00111110
Octal 107 46 76
Decimal 71 38 62
Hex 47 26 3E

RGB Percentages of Color #47263e

%41.52
%22.22
%36.26

CMYK Percentages of Color #47263e

%0
%46
%13
%72

Triadic Colors of #47263e

#47263e #3e4726 #263e47

Analogous Colors of #47263e

#47263e #47262e #402647

Monochromatic Colors of #47263e

#47263e

Complementary Color

#47263e #26472f

#47263e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47263e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47263e Color CSS Codes

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

#47263e Text Font Color

<p style="color:#47263e">Text here</p>

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


#47263e Background Color

<div style="background-color:#47263e">
Div content here</div>

This div background color is #47263e


#47263e Border Color

<div style="border:3px solid #47263e">
Div here</div>

This div border color is #47263e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,38,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47263e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47263e;
  -webkit-box-shadow: 1px 1px 3px 2px #47263e;
  box-shadow:         1px 1px 3px 2px #47263e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47263e


Comments

No comments written yet.

Please login to write comment.