Color Hex Logo

#81746b Color Hex

#81746B
(129,116,107)
0 Favorites   0 Comments

Color spaces of #81746b

RGB 129116107
HSL0.070.090.46
HSV25°17°51°
CMYK 0.000.100.17   0.49
XYZ17.952518.219416.4804
Yxy18.21940.34100.3460
Hunter Lab42.68420.37786.9870
CIE-Lab49.76113.42596.7955

#81746b color RGB value is (129,116,107).

#81746b hex color red value is 129, green value is 116 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #81746b hue: 0.07 , saturation: 0.09 and the lightness value of 81746b is 0.46.

The process color (four color CMYK) of #81746b color hex is 0.00, 0.10, 0.17, 0.49. Web safe color of #81746b is #996666. Color #81746b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110100 01101011
Octal 201 164 153
Decimal 129 116 107
Hex 81 74 6B

RGB Percentages of Color #81746b

%36.65
%32.95
%30.40

CMYK Percentages of Color #81746b

%0
%10
%17
%49

Triadic Colors of #81746b

#81746b #6b8174 #746b81

Analogous Colors of #81746b

#81746b #817f6b #816b6d

Monochromatic Colors of #81746b

#81746b

Complementary Color

#81746b #6b7881

#81746b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81746b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81746b Color CSS Codes

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

#81746b Text Font Color

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

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


#81746b Background Color

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

This div background color is #81746b


#81746b Border Color

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

This div border color is #81746b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81746b


Comments

No comments written yet.

Please login to write comment.