Color Hex Logo

#474643 Color Hex

#474643
(71,70,67)
0 Favorites   0 Comments

Color spaces of #474643

RGB 717067
HSL0.130.030.27
HSV45°28°
CMYK 0.000.010.06   0.72
XYZ5.80186.12526.1867
Yxy6.12520.32030.3382
Hunter Lab24.7491-1.46632.5033
CIE-Lab29.7262-0.22621.9494

#474643 color RGB value is (71,70,67).

#474643 hex color red value is 71, green value is 70 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #474643 hue: 0.13 , saturation: 0.03 and the lightness value of 474643 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000110 01000011
Octal 107 106 103
Decimal 71 70 67
Hex 47 46 43

RGB Percentages of Color #474643

%34.13
%33.65
%32.21

CMYK Percentages of Color #474643

%0
%1
%6
%72

Triadic Colors of #474643

#474643 #434746 #464347

Analogous Colors of #474643

#474643 #464743 #474443

Monochromatic Colors of #474643

#474643

Complementary Color

#474643 #434447

#474643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474643 Color CSS Codes

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

#474643 Text Font Color

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

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


#474643 Background Color

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

This div background color is #474643


#474643 Border Color

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

This div border color is #474643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474643


Comments

No comments written yet.

Please login to write comment.