Color Hex Logo

#47313b Color Hex

#47313B
(71,49,59)
0 Favorites   0 Comments

Color spaces of #47313b

RGB 714959
HSL0.920.180.24
HSV333°31°28°
CMYK 0.000.310.17   0.72
XYZ4.48633.85204.6447
Yxy3.85200.34560.2967
Hunter Lab19.62656.4558-0.2927
CIE-Lab23.176011.8359-2.3367

#47313b color RGB value is (71,49,59).

#47313b hex color red value is 71, green value is 49 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #47313b hue: 0.92 , saturation: 0.18 and the lightness value of 47313b is 0.24.

The process color (four color CMYK) of #47313b color hex is 0.00, 0.31, 0.17, 0.72. Web safe color of #47313b is #333333. Color #47313b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110001 00111011
Octal 107 61 73
Decimal 71 49 59
Hex 47 31 3B

RGB Percentages of Color #47313b

%39.66
%27.37
%32.96

CMYK Percentages of Color #47313b

%0
%31
%17
%72

Triadic Colors of #47313b

#47313b #3b4731 #313b47

Analogous Colors of #47313b

#47313b #473231 #473146

Monochromatic Colors of #47313b

#47313b

Complementary Color

#47313b #31473d

#47313b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47313b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47313b Color CSS Codes

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

#47313b Text Font Color

<p style="color:#47313b">Text here</p>

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


#47313b Background Color

<div style="background-color:#47313b">
Div content here</div>

This div background color is #47313b


#47313b Border Color

<div style="border:3px solid #47313b">
Div here</div>

This div border color is #47313b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,49,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47313b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47313b;
  -webkit-box-shadow: 1px 1px 3px 2px #47313b;
  box-shadow:         1px 1px 3px 2px #47313b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47313b


Comments

No comments written yet.

Please login to write comment.