Color Hex Logo

#473842 Color Hex

#473842
(71,56,66)
0 Favorites   0 Comments

Color spaces of #473842

RGB 715666
HSL0.890.120.25
HSV320°21°28°
CMYK 0.000.210.07   0.72
XYZ4.99614.56135.7714
Yxy4.56130.32590.2976
Hunter Lab21.35724.3815-1.0720
CIE-Lab25.44658.6499-3.6689

#473842 color RGB value is (71,56,66).

#473842 hex color red value is 71, green value is 56 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #473842 hue: 0.89 , saturation: 0.12 and the lightness value of 473842 is 0.25.

The process color (four color CMYK) of #473842 color hex is 0.00, 0.21, 0.07, 0.72. Web safe color of #473842 is #333333. Color #473842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111000 01000010
Octal 107 70 102
Decimal 71 56 66
Hex 47 38 42

RGB Percentages of Color #473842

%36.79
%29.02
%34.20

CMYK Percentages of Color #473842

%0
%21
%7
%72

Triadic Colors of #473842

#473842 #424738 #384247

Analogous Colors of #473842

#473842 #47383b #453847

Monochromatic Colors of #473842

#473842

Complementary Color

#473842 #38473d

#473842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473842 Color CSS Codes

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

#473842 Text Font Color

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

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


#473842 Background Color

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

This div background color is #473842


#473842 Border Color

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

This div border color is #473842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473842


Comments

No comments written yet.

Please login to write comment.