Color Hex Logo

#471315 Color Hex

#471315
(71,19,21)
0 Favorites   0 Comments

Color spaces of #471315

RGB 711921
HSL0.990.580.18
HSV358°73°28°
CMYK 0.000.730.70   0.72
XYZ2.96681.85950.9120
Yxy1.85950.51700.3241
Hunter Lab13.636314.97185.5801
CIE-Lab14.731924.964412.3552

#471315 color RGB value is (71,19,21).

#471315 hex color red value is 71, green value is 19 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #471315 hue: 0.99 , saturation: 0.58 and the lightness value of 471315 is 0.18.

The process color (four color CMYK) of #471315 color hex is 0.00, 0.73, 0.70, 0.72. Web safe color of #471315 is #330000. Color #471315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010011 00010101
Octal 107 23 25
Decimal 71 19 21
Hex 47 13 15

RGB Percentages of Color #471315

%63.96
%17.12
%18.92

CMYK Percentages of Color #471315

%0
%73
%70
%72

Triadic Colors of #471315

#471315 #154713 #131547

Analogous Colors of #471315

#471315 #472b13 #47132f

Monochromatic Colors of #471315

#471315

Complementary Color

#471315 #134745

#471315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471315 Color CSS Codes

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

#471315 Text Font Color

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

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


#471315 Background Color

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

This div background color is #471315


#471315 Border Color

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

This div border color is #471315


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,19,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #471315; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #471315;
  -webkit-box-shadow: 1px 1px 3px 2px #471315;
  box-shadow:         1px 1px 3px 2px #471315; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471315


Comments

No comments written yet.

Please login to write comment.