Color Hex Logo

#71403d Color Hex

#71403D
(113,64,61)
0 Favorites   0 Comments

Color spaces of #71403d

RGB 1136461
HSL0.010.300.34
HSV46°44°
CMYK 0.000.430.46   0.56
XYZ9.48587.51445.3654
Yxy7.51440.42410.3360
Hunter Lab27.412413.79657.5839
CIE-Lab32.950420.932511.0736

#71403d color RGB value is (113,64,61).

#71403d hex color red value is 113, green value is 64 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #71403d hue: 0.01 , saturation: 0.30 and the lightness value of 71403d is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000000 00111101
Octal 161 100 75
Decimal 113 64 61
Hex 71 40 3D

RGB Percentages of Color #71403d

%47.48
%26.89
%25.63

CMYK Percentages of Color #71403d

%0
%43
%46
%56

Triadic Colors of #71403d

#71403d #3d7140 #403d71

Analogous Colors of #71403d

#71403d #715a3d #713d54

Monochromatic Colors of #71403d

#71403d

Complementary Color

#71403d #3d6e71

#71403d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71403d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71403d Color CSS Codes

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

#71403d Text Font Color

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

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


#71403d Background Color

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

This div background color is #71403d


#71403d Border Color

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

This div border color is #71403d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71403d


Comments

No comments written yet.

Please login to write comment.