Color Hex Logo

#474638 Color Hex

#474638
(71,70,56)
0 Favorites   0 Comments

Color spaces of #474638

RGB 717056
HSL0.160.120.25
HSV56°21°28°
CMYK 0.000.010.21   0.72
XYZ5.50256.00544.6105
Yxy6.00540.34140.3726
Hunter Lab24.5059-2.80545.9994
CIE-Lab29.4261-2.37808.6112

#474638 color RGB value is (71,70,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000110 00111000
Octal 107 106 70
Decimal 71 70 56
Hex 47 46 38

RGB Percentages of Color #474638

%36.04
%35.53
%28.43

CMYK Percentages of Color #474638

%0
%1
%21
%72

Triadic Colors of #474638

#474638 #384746 #463847

Analogous Colors of #474638

#474638 #414738 #473f38

Monochromatic Colors of #474638

#474638

Complementary Color

#474638 #383947

#474638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474638 Color CSS Codes

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

#474638 Text Font Color

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

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


#474638 Background Color

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

This div background color is #474638


#474638 Border Color

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

This div border color is #474638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474638


Comments

No comments written yet.

Please login to write comment.