Color Hex Logo

#470b0d Color Hex

#470B0D
(71,11,13)
0 Favorites   0 Comments

Color spaces of #470b0d

RGB 711113
HSL0.990.730.16
HSV358°85°28°
CMYK 0.000.850.82   0.72
XYZ2.79091.60800.5440
Yxy1.60800.56460.3253
Hunter Lab12.680717.09496.3330
CIE-Lab13.278828.053015.1134

#470b0d color RGB value is (71,11,13).

#470b0d hex color red value is 71, green value is 11 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #470b0d hue: 0.99 , saturation: 0.73 and the lightness value of 470b0d is 0.16.

The process color (four color CMYK) of #470b0d color hex is 0.00, 0.85, 0.82, 0.72. Web safe color of #470b0d is #330000. Color #470b0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001011 00001101
Octal 107 13 15
Decimal 71 11 13
Hex 47 B D

RGB Percentages of Color #470b0d

%74.74
%11.58
%13.68

CMYK Percentages of Color #470b0d

%0
%85
%82
%72

Triadic Colors of #470b0d

#470b0d #0d470b #0b0d47

Analogous Colors of #470b0d

#470b0d #47270b #470b2b

Monochromatic Colors of #470b0d

#470b0d

Complementary Color

#470b0d #0b4745

#470b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#470b0d Color CSS Codes

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

#470b0d Text Font Color

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

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


#470b0d Background Color

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

This div background color is #470b0d


#470b0d Border Color

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

This div border color is #470b0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,11,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #470b0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #470b0d;
  -webkit-box-shadow: 1px 1px 3px 2px #470b0d;
  box-shadow:         1px 1px 3px 2px #470b0d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470b0d


Comments

No comments written yet.

Please login to write comment.