Color Hex Logo

#47403a Color Hex

#47403A
(71,64,58)
0 Favorites   0 Comments

Color spaces of #47403a

RGB 716458
HSL0.080.100.25
HSV28°18°28°
CMYK 0.000.100.18   0.72
XYZ5.19565.31194.7544
Yxy5.31190.34040.3480
Hunter Lab23.0476-0.09413.9026
CIE-Lab27.60551.80434.7545

#47403a color RGB value is (71,64,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000000 00111010
Octal 107 100 72
Decimal 71 64 58
Hex 47 40 3A

RGB Percentages of Color #47403a

%36.79
%33.16
%30.05

CMYK Percentages of Color #47403a

%0
%10
%18
%72

Triadic Colors of #47403a

#47403a #3a4740 #403a47

Analogous Colors of #47403a

#47403a #47473a #473a3b

Monochromatic Colors of #47403a

#47403a

Complementary Color

#47403a #3a4147

#47403a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47403a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47403a Color CSS Codes

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

#47403a Text Font Color

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

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


#47403a Background Color

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

This div background color is #47403a


#47403a Border Color

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

This div border color is #47403a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47403a


Comments

No comments written yet.

Please login to write comment.