Color Hex Logo

#71453b Color Hex

#71453B
(113,69,59)
0 Favorites   0 Comments

Color spaces of #71453b

RGB 1136959
HSL0.030.310.34
HSV11°48°44°
CMYK 0.000.390.48   0.56
XYZ9.72768.08275.1851
Yxy8.08270.42300.3515
Hunter Lab28.430111.32279.0877
CIE-Lab34.154517.696313.9804

#71453b color RGB value is (113,69,59).

#71453b hex color red value is 113, green value is 69 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #71453b hue: 0.03 , saturation: 0.31 and the lightness value of 71453b is 0.34.

The process color (four color CMYK) of #71453b color hex is 0.00, 0.39, 0.48, 0.56. Web safe color of #71453b is #663333. Color #71453b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000101 00111011
Octal 161 105 73
Decimal 113 69 59
Hex 71 45 3B

RGB Percentages of Color #71453b

%46.89
%28.63
%24.48

CMYK Percentages of Color #71453b

%0
%39
%48
%56

Triadic Colors of #71453b

#71453b #3b7145 #453b71

Analogous Colors of #71453b

#71453b #71603b #713b4c

Monochromatic Colors of #71453b

#71453b

Complementary Color

#71453b #3b6771

#71453b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71453b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71453b Color CSS Codes

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

#71453b Text Font Color

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

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


#71453b Background Color

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

This div background color is #71453b


#71453b Border Color

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

This div border color is #71453b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,69,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 #71453b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71453b


Comments

No comments written yet.

Please login to write comment.