Color Hex Logo

#71736b Color Hex

#71736B
(113,115,107)
0 Favorites   0 Comments

Color spaces of #71736b

RGB 113115107
HSL0.210.040.44
HSV75°45°
CMYK 0.020.000.07   0.55
XYZ15.594616.833716.3372
Yxy16.83370.31980.3452
Hunter Lab41.0289-3.95485.1117
CIE-Lab48.0498-2.35134.1546

#71736b color RGB value is (113,115,107).

#71736b hex color red value is 113, green value is 115 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #71736b hue: 0.21 , saturation: 0.04 and the lightness value of 71736b is 0.44.

The process color (four color CMYK) of #71736b color hex is 0.02, 0.00, 0.07, 0.55. Web safe color of #71736b is #666666. Color #71736b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110011 01101011
Octal 161 163 153
Decimal 113 115 107
Hex 71 73 6B

RGB Percentages of Color #71736b

%33.73
%34.33
%31.94

CMYK Percentages of Color #71736b

%2
%0
%7
%55

Triadic Colors of #71736b

#71736b #6b7173 #736b71

Analogous Colors of #71736b

#71736b #6d736b #73716b

Monochromatic Colors of #71736b

#71736b

Complementary Color

#71736b #6d6b73

#71736b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71736b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71736b Color CSS Codes

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

#71736b Text Font Color

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

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


#71736b Background Color

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

This div background color is #71736b


#71736b Border Color

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

This div border color is #71736b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71736b


Comments

No comments written yet.

Please login to write comment.