Color Hex Logo

#47403d Color Hex

#47403D
(71,64,61)
0 Favorites   0 Comments

Color spaces of #47403d

RGB 716461
HSL0.050.080.26
HSV18°14°28°
CMYK 0.000.100.14   0.72
XYZ5.27425.34335.1683
Yxy5.34330.33410.3385
Hunter Lab23.11560.27552.9245
CIE-Lab27.69132.38682.9152

#47403d color RGB value is (71,64,61).

#47403d hex color red value is 71, green value is 64 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #47403d hue: 0.05 , saturation: 0.08 and the lightness value of 47403d is 0.26.

The process color (four color CMYK) of #47403d color hex is 0.00, 0.10, 0.14, 0.72. Web safe color of #47403d is #333333. Color #47403d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000000 00111101
Octal 107 100 75
Decimal 71 64 61
Hex 47 40 3D

RGB Percentages of Color #47403d

%36.22
%32.65
%31.12

CMYK Percentages of Color #47403d

%0
%10
%14
%72

Triadic Colors of #47403d

#47403d #3d4740 #403d47

Analogous Colors of #47403d

#47403d #47453d #473d3f

Monochromatic Colors of #47403d

#47403d

Complementary Color

#47403d #3d4447

#47403d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47403d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47403d Color CSS Codes

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

#47403d Text Font Color

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

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


#47403d Background Color

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

This div background color is #47403d


#47403d Border Color

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

This div border color is #47403d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47403d


Comments

No comments written yet.

Please login to write comment.