Color Hex Logo

#47252a Color Hex

#47252A
(71,37,42)
0 Favorites   0 Comments

Color spaces of #47252a

RGB 713742
HSL0.980.310.21
HSV351°48°28°
CMYK 0.000.480.41   0.72
XYZ3.67802.82992.5429
Yxy2.82990.40640.3127
Hunter Lab16.82239.58792.8132
CIE-Lab19.349416.75183.7792

#47252a color RGB value is (71,37,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100101 00101010
Octal 107 45 52
Decimal 71 37 42
Hex 47 25 2A

RGB Percentages of Color #47252a

%47.33
%24.67
%28.00

CMYK Percentages of Color #47252a

%0
%48
%41
%72

Triadic Colors of #47252a

#47252a #2a4725 #252a47

Analogous Colors of #47252a

#47252a #473125 #47253b

Monochromatic Colors of #47252a

#47252a

Complementary Color

#47252a #254742

#47252a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47252a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47252a Color CSS Codes

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

#47252a Text Font Color

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

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


#47252a Background Color

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

This div background color is #47252a


#47252a Border Color

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

This div border color is #47252a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47252a


Comments

No comments written yet.

Please login to write comment.