Color Hex Logo

#474438 Color Hex

#474438
(71,68,56)
0 Favorites   0 Comments

Color spaces of #474438

RGB 716856
HSL0.130.120.25
HSV48°21°28°
CMYK 0.000.040.21   0.72
XYZ5.37955.75944.5695
Yxy5.75940.34250.3666
Hunter Lab23.9987-1.98575.5100
CIE-Lab28.7972-1.11927.7341

#474438 color RGB value is (71,68,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000100 00111000
Octal 107 104 70
Decimal 71 68 56
Hex 47 44 38

RGB Percentages of Color #474438

%36.41
%34.87
%28.72

CMYK Percentages of Color #474438

%0
%4
%21
%72

Triadic Colors of #474438

#474438 #384744 #443847

Analogous Colors of #474438

#474438 #434738 #473d38

Monochromatic Colors of #474438

#474438

Complementary Color

#474438 #383b47

#474438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474438 Color CSS Codes

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

#474438 Text Font Color

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

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


#474438 Background Color

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

This div background color is #474438


#474438 Border Color

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

This div border color is #474438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474438


Comments

No comments written yet.

Please login to write comment.