Color Hex Logo

#474840 Color Hex

#474840
(71,72,64)
1 Favorites   0 Comments

Color spaces of #474840

RGB 717264
HSL0.190.060.27
HSV68°11°28°
CMYK 0.010.000.11   0.72
XYZ5.84136.34455.7672
Yxy6.34450.32540.3534
Hunter Lab25.1883-2.68444.0566
CIE-Lab30.2655-2.10514.6580

#474840 color RGB value is (71,72,64).

#474840 hex color red value is 71, green value is 72 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #474840 hue: 0.19 , saturation: 0.06 and the lightness value of 474840 is 0.27.

The process color (four color CMYK) of #474840 color hex is 0.01, 0.00, 0.11, 0.72. Web safe color of #474840 is #333333. Color #474840 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001000 01000000
Octal 107 110 100
Decimal 71 72 64
Hex 47 48 40

RGB Percentages of Color #474840

%34.30
%34.78
%30.92

CMYK Percentages of Color #474840

%1
%0
%11
%72

Triadic Colors of #474840

#474840 #404748 #484047

Analogous Colors of #474840

#474840 #434840 #484540

Monochromatic Colors of #474840

#474840

Complementary Color

#474840 #414048

#474840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474840 Color CSS Codes

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

#474840 Text Font Color

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

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


#474840 Background Color

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

This div background color is #474840


#474840 Border Color

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

This div border color is #474840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474840

#474840 Color Palettes


Comments

No comments written yet.

Please login to write comment.