Color Hex Logo

#47252e Color Hex

#47252E
(71,37,46)
0 Favorites   0 Comments

Color spaces of #47252e

RGB 713746
HSL0.960.310.21
HSV344°48°28°
CMYK 0.000.480.35   0.72
XYZ3.75322.86002.9390
Yxy2.86000.39290.2994
Hunter Lab16.911510.01961.5343
CIE-Lab19.474317.35831.1682

#47252e color RGB value is (71,37,46).

#47252e hex color red value is 71, green value is 37 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #47252e hue: 0.96 , saturation: 0.31 and the lightness value of 47252e is 0.21.

The process color (four color CMYK) of #47252e color hex is 0.00, 0.48, 0.35, 0.72. Web safe color of #47252e is #333333. Color #47252e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100101 00101110
Octal 107 45 56
Decimal 71 37 46
Hex 47 25 2E

RGB Percentages of Color #47252e

%46.10
%24.03
%29.87

CMYK Percentages of Color #47252e

%0
%48
%35
%72

Triadic Colors of #47252e

#47252e #2e4725 #252e47

Analogous Colors of #47252e

#47252e #472d25 #47253f

Monochromatic Colors of #47252e

#47252e

Complementary Color

#47252e #25473e

#47252e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47252e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47252e Color CSS Codes

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

#47252e Text Font Color

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

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


#47252e Background Color

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

This div background color is #47252e


#47252e Border Color

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

This div border color is #47252e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,37,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47252e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47252e;
  -webkit-box-shadow: 1px 1px 3px 2px #47252e;
  box-shadow:         1px 1px 3px 2px #47252e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47252e


Comments

No comments written yet.

Please login to write comment.