Color Hex Logo

#71403f Color Hex

#71403F
(113,64,63)
0 Favorites   0 Comments

Color spaces of #71403f

RGB 1136463
HSL0.000.280.35
HSV44°44°
CMYK 0.000.430.44   0.56
XYZ9.54077.53645.6544
Yxy7.53640.41970.3315
Hunter Lab27.452513.99317.0048
CIE-Lab32.998121.17339.8623

#71403f color RGB value is (113,64,63).

#71403f hex color red value is 113, green value is 64 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #71403f hue: 0.00 , saturation: 0.28 and the lightness value of 71403f is 0.35.

The process color (four color CMYK) of #71403f color hex is 0.00, 0.43, 0.44, 0.56. Web safe color of #71403f is #663333. Color #71403f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000000 00111111
Octal 161 100 77
Decimal 113 64 63
Hex 71 40 3F

RGB Percentages of Color #71403f

%47.08
%26.67
%26.25

CMYK Percentages of Color #71403f

%0
%43
%44
%56

Triadic Colors of #71403f

#71403f #3f7140 #403f71

Analogous Colors of #71403f

#71403f #71593f #713f57

Monochromatic Colors of #71403f

#71403f

Complementary Color

#71403f #3f7071

#71403f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71403f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71403f Color CSS Codes

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

#71403f Text Font Color

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

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


#71403f Background Color

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

This div background color is #71403f


#71403f Border Color

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

This div border color is #71403f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,64,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71403f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71403f;
  -webkit-box-shadow: 1px 1px 3px 2px #71403f;
  box-shadow:         1px 1px 3px 2px #71403f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71403f


Comments

No comments written yet.

Please login to write comment.