Color Hex Logo

#472f41 Color Hex

#472F41
(71,47,65)
0 Favorites   0 Comments

Color spaces of #472f41

RGB 714765
HSL0.880.200.23
HSV315°34°28°
CMYK 0.000.340.08   0.72
XYZ4.56923.75435.4849
Yxy3.75430.33090.2719
Hunter Lab19.37608.1854-3.2204
CIE-Lab22.841914.3820-6.8951

#472f41 color RGB value is (71,47,65).

#472f41 hex color red value is 71, green value is 47 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #472f41 hue: 0.88 , saturation: 0.20 and the lightness value of 472f41 is 0.23.

The process color (four color CMYK) of #472f41 color hex is 0.00, 0.34, 0.08, 0.72. Web safe color of #472f41 is #333333. Color #472f41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101111 01000001
Octal 107 57 101
Decimal 71 47 65
Hex 47 2F 41

RGB Percentages of Color #472f41

%38.80
%25.68
%35.52

CMYK Percentages of Color #472f41

%0
%34
%8
%72

Triadic Colors of #472f41

#472f41 #41472f #2f4147

Analogous Colors of #472f41

#472f41 #472f35 #412f47

Monochromatic Colors of #472f41

#472f41

Complementary Color

#472f41 #2f4735

#472f41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472f41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472f41 Color CSS Codes

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

#472f41 Text Font Color

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

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


#472f41 Background Color

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

This div background color is #472f41


#472f41 Border Color

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

This div border color is #472f41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,47,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #472f41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #472f41;
  -webkit-box-shadow: 1px 1px 3px 2px #472f41;
  box-shadow:         1px 1px 3px 2px #472f41; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472f41


Comments

No comments written yet.

Please login to write comment.