Color Hex Logo

#71654b Color Hex

#71654B
(113,101,75)
0 Favorites   0 Comments

Color spaces of #71654b

RGB 11310175
HSL0.110.200.37
HSV41°34°44°
CMYK 0.000.110.34   0.56
XYZ12.733713.32618.5577
Yxy13.32610.36780.3850
Hunter Lab36.5049-1.619011.6543
CIE-Lab43.25050.453816.4861

#71654b color RGB value is (113,101,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100101 01001011
Octal 161 145 113
Decimal 113 101 75
Hex 71 65 4B

RGB Percentages of Color #71654b

%39.10
%34.95
%25.95

CMYK Percentages of Color #71654b

%0
%11
%34
%56

Triadic Colors of #71654b

#71654b #4b7165 #654b71

Analogous Colors of #71654b

#71654b #6a714b #71524b

Monochromatic Colors of #71654b

#71654b

Complementary Color

#71654b #4b5771

#71654b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71654b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71654b Color CSS Codes

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

#71654b Text Font Color

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

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


#71654b Background Color

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

This div background color is #71654b


#71654b Border Color

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

This div border color is #71654b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71654b


Comments

No comments written yet.

Please login to write comment.