Color Hex Logo

#837a73 Color Hex

#837A73
(131,122,115)
0 Favorites   0 Comments

Color spaces of #837a73

RGB 131122115
HSL0.070.070.48
HSV26°12°51°
CMYK 0.000.070.12   0.49
XYZ19.414119.982219.0534
Yxy19.98220.33220.3419
Hunter Lab44.7015-0.70406.0194
CIE-Lab51.81712.14725.0593

#837a73 color RGB value is (131,122,115).

#837a73 hex color red value is 131, green value is 122 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #837a73 hue: 0.07 , saturation: 0.07 and the lightness value of 837a73 is 0.48.

The process color (four color CMYK) of #837a73 color hex is 0.00, 0.07, 0.12, 0.49. Web safe color of #837a73 is #996666. Color #837a73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111010 01110011
Octal 203 172 163
Decimal 131 122 115
Hex 83 7A 73

RGB Percentages of Color #837a73

%35.60
%33.15
%31.25

CMYK Percentages of Color #837a73

%0
%7
%12
%49

Triadic Colors of #837a73

#837a73 #73837a #7a7383

Analogous Colors of #837a73

#837a73 #838273 #837374

Monochromatic Colors of #837a73

#837a73

Complementary Color

#837a73 #737c83

#837a73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837a73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837a73 Color CSS Codes

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

#837a73 Text Font Color

<p style="color:#837a73">Text here</p>

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


#837a73 Background Color

<div style="background-color:#837a73">
Div content here</div>

This div background color is #837a73


#837a73 Border Color

<div style="border:3px solid #837a73">
Div here</div>

This div border color is #837a73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,122,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #837a73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #837a73;
  -webkit-box-shadow: 1px 1px 3px 2px #837a73;
  box-shadow:         1px 1px 3px 2px #837a73; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837a73


Comments

No comments written yet.

Please login to write comment.