Color Hex Logo

#47273e Color Hex

#47273E
(71,39,62)
0 Favorites   0 Comments

Color spaces of #47273e

RGB 713962
HSL0.880.290.22
HSV317°45°28°
CMYK 0.000.450.13   0.72
XYZ4.19363.13844.9422
Yxy3.13840.34170.2557
Hunter Lab17.715511.2521-4.1396
CIE-Lab20.589918.9646-8.2568

#47273e color RGB value is (71,39,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100111 00111110
Octal 107 47 76
Decimal 71 39 62
Hex 47 27 3E

RGB Percentages of Color #47273e

%41.28
%22.67
%36.05

CMYK Percentages of Color #47273e

%0
%45
%13
%72

Triadic Colors of #47273e

#47273e #3e4727 #273e47

Analogous Colors of #47273e

#47273e #47272e #402747

Monochromatic Colors of #47273e

#47273e

Complementary Color

#47273e #274730

#47273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47273e Color CSS Codes

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

#47273e Text Font Color

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

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


#47273e Background Color

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

This div background color is #47273e


#47273e Border Color

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

This div border color is #47273e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47273e


Comments

No comments written yet.

Please login to write comment.