Color Hex Logo

#472646 Color Hex

#472646
(71,38,70)
0 Favorites   0 Comments

Color spaces of #472646

RGB 713870
HSL0.840.300.21
HSV302°46°28°
CMYK 0.000.460.01   0.72
XYZ4.39713.16806.1741
Yxy3.16800.32000.2306
Hunter Lab17.798912.9493-8.1074
CIE-Lab20.704521.2832-13.5529

#472646 color RGB value is (71,38,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100110 01000110
Octal 107 46 106
Decimal 71 38 70
Hex 47 26 46

RGB Percentages of Color #472646

%39.66
%21.23
%39.11

CMYK Percentages of Color #472646

%0
%46
%1
%72

Triadic Colors of #472646

#472646 #464726 #264647

Analogous Colors of #472646

#472646 #472636 #382647

Monochromatic Colors of #472646

#472646

Complementary Color

#472646 #264727

#472646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472646 Color CSS Codes

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

#472646 Text Font Color

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

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


#472646 Background Color

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

This div background color is #472646


#472646 Border Color

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

This div border color is #472646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472646


Comments

No comments written yet.

Please login to write comment.