Color Hex Logo

#474345 Color Hex

#474345
(71,67,69)
0 Favorites   0 Comments

Color spaces of #474345

RGB 716769
HSL0.920.030.27
HSV330°28°
CMYK 0.000.060.03   0.72
XYZ5.67995.78366.4472
Yxy5.78360.31710.3229
Hunter Lab24.04910.07200.9396
CIE-Lab28.85982.1196-0.6087

#474345 color RGB value is (71,67,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000011 01000101
Octal 107 103 105
Decimal 71 67 69
Hex 47 43 45

RGB Percentages of Color #474345

%34.30
%32.37
%33.33

CMYK Percentages of Color #474345

%0
%6
%3
%72

Triadic Colors of #474345

#474345 #454743 #434547

Analogous Colors of #474345

#474345 #474343 #474347

Monochromatic Colors of #474345

#474345

Complementary Color

#474345 #434745

#474345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474345 Color CSS Codes

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

#474345 Text Font Color

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

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


#474345 Background Color

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

This div background color is #474345


#474345 Border Color

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

This div border color is #474345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474345


Comments

No comments written yet.

Please login to write comment.