Color Hex Logo

#71544b Color Hex

#71544B
(113,84,75)
0 Favorites   0 Comments

Color spaces of #71544b

RGB 1138475
HSL0.040.200.37
HSV14°34°44°
CMYK 0.000.260.34   0.56
XYZ11.250410.35948.0632
Yxy10.35940.37910.3491
Hunter Lab32.18606.06797.6770
CIE-Lab38.479910.67019.9438

#71544b color RGB value is (113,84,75).

#71544b hex color red value is 113, green value is 84 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #71544b hue: 0.04 , saturation: 0.20 and the lightness value of 71544b is 0.37.

The process color (four color CMYK) of #71544b color hex is 0.00, 0.26, 0.34, 0.56. Web safe color of #71544b is #666633. Color #71544b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010100 01001011
Octal 161 124 113
Decimal 113 84 75
Hex 71 54 4B

RGB Percentages of Color #71544b

%41.54
%30.88
%27.57

CMYK Percentages of Color #71544b

%0
%26
%34
%56

Triadic Colors of #71544b

#71544b #4b7154 #544b71

Analogous Colors of #71544b

#71544b #71674b #714b55

Monochromatic Colors of #71544b

#71544b

Complementary Color

#71544b #4b6871

#71544b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71544b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71544b Color CSS Codes

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

#71544b Text Font Color

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

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


#71544b Background Color

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

This div background color is #71544b


#71544b Border Color

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

This div border color is #71544b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71544b


Comments

No comments written yet.

Please login to write comment.