Color Hex Logo

#474538 Color Hex

#474538
(71,69,56)
0 Favorites   0 Comments

Color spaces of #474538

RGB 716956
HSL0.140.120.25
HSV52°21°28°
CMYK 0.000.030.21   0.72
XYZ5.44055.88144.5899
Yxy5.88140.34190.3696
Hunter Lab24.2516-2.39645.7548
CIE-Lab29.1113-1.75028.1724

#474538 color RGB value is (71,69,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000101 00111000
Octal 107 105 70
Decimal 71 69 56
Hex 47 45 38

RGB Percentages of Color #474538

%36.22
%35.20
%28.57

CMYK Percentages of Color #474538

%0
%3
%21
%72

Triadic Colors of #474538

#474538 #384745 #453847

Analogous Colors of #474538

#474538 #424738 #473e38

Monochromatic Colors of #474538

#474538

Complementary Color

#474538 #383a47

#474538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474538 Color CSS Codes

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

#474538 Text Font Color

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

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


#474538 Background Color

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

This div background color is #474538


#474538 Border Color

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

This div border color is #474538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474538

#474538 Color Palettes


Comments

No comments written yet.

Please login to write comment.