Color Hex Logo

#472243 Color Hex

#472243
(71,34,67)
1 Favorites   0 Comments

Color spaces of #472243

RGB 713467
HSL0.850.350.21
HSV306°52°28°
CMYK 0.000.520.06   0.72
XYZ4.18372.88895.6473
Yxy2.88890.32890.2271
Hunter Lab16.996814.1929-7.8018
CIE-Lab19.593323.1208-13.2181

#472243 color RGB value is (71,34,67).

#472243 hex color red value is 71, green value is 34 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #472243 hue: 0.85 , saturation: 0.35 and the lightness value of 472243 is 0.21.

The process color (four color CMYK) of #472243 color hex is 0.00, 0.52, 0.06, 0.72. Web safe color of #472243 is #333333. Color #472243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100010 01000011
Octal 107 42 103
Decimal 71 34 67
Hex 47 22 43

RGB Percentages of Color #472243

%41.28
%19.77
%38.95

CMYK Percentages of Color #472243

%0
%52
%6
%72

Triadic Colors of #472243

#472243 #434722 #224347

Analogous Colors of #472243

#472243 #472231 #392247

Monochromatic Colors of #472243

#472243

Complementary Color

#472243 #224726

#472243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472243 Color CSS Codes

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

#472243 Text Font Color

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

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


#472243 Background Color

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

This div background color is #472243


#472243 Border Color

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

This div border color is #472243


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,34,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #472243; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #472243;
  -webkit-box-shadow: 1px 1px 3px 2px #472243;
  box-shadow:         1px 1px 3px 2px #472243; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472243

#472243 Color Palettes


Comments

No comments written yet.

Please login to write comment.