Color Hex Logo

#71674e Color Hex

#71674E
(113,103,78)
0 Favorites   0 Comments

Color spaces of #71674e

RGB 11310378
HSL0.120.180.37
HSV43°31°44°
CMYK 0.000.090.31   0.56
XYZ13.035413.76139.1769
Yxy13.76130.36240.3825
Hunter Lab37.0962-2.194511.3001
CIE-Lab43.8886-0.291815.5679

#71674e color RGB value is (113,103,78).

#71674e hex color red value is 113, green value is 103 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #71674e hue: 0.12 , saturation: 0.18 and the lightness value of 71674e is 0.37.

The process color (four color CMYK) of #71674e color hex is 0.00, 0.09, 0.31, 0.56. Web safe color of #71674e is #666666. Color #71674e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100111 01001110
Octal 161 147 116
Decimal 113 103 78
Hex 71 67 4E

RGB Percentages of Color #71674e

%38.44
%35.03
%26.53

CMYK Percentages of Color #71674e

%0
%9
%31
%56

Triadic Colors of #71674e

#71674e #4e7167 #674e71

Analogous Colors of #71674e

#71674e #6a714e #71564e

Monochromatic Colors of #71674e

#71674e

Complementary Color

#71674e #4e5871

#71674e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71674e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71674e Color CSS Codes

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

#71674e Text Font Color

<p style="color:#71674e">Text here</p>

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


#71674e Background Color

<div style="background-color:#71674e">
Div content here</div>

This div background color is #71674e


#71674e Border Color

<div style="border:3px solid #71674e">
Div here</div>

This div border color is #71674e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,103,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71674e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71674e;
  -webkit-box-shadow: 1px 1px 3px 2px #71674e;
  box-shadow:         1px 1px 3px 2px #71674e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71674e


Comments

No comments written yet.

Please login to write comment.