Color Hex Logo

#837022 Color Hex

#837022
(131,112,34)
0 Favorites   0 Comments

Color spaces of #837022

RGB 13111234
HSL0.130.590.32
HSV48°74°51°
CMYK 0.000.150.74   0.49
XYZ15.443016.52913.8899
Yxy16.52910.43060.4609
Hunter Lab40.6560-3.345622.7864
CIE-Lab47.6611-1.565843.8903

#837022 color RGB value is (131,112,34).

#837022 hex color red value is 131, green value is 112 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #837022 hue: 0.13 , saturation: 0.59 and the lightness value of 837022 is 0.32.

The process color (four color CMYK) of #837022 color hex is 0.00, 0.15, 0.74, 0.49. Web safe color of #837022 is #996633. Color #837022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110000 00100010
Octal 203 160 42
Decimal 131 112 34
Hex 83 70 22

RGB Percentages of Color #837022

%47.29
%40.43
%12.27

CMYK Percentages of Color #837022

%0
%15
%74
%49

Triadic Colors of #837022

#837022 #228370 #702283

Analogous Colors of #837022

#837022 #668322 #834022

Monochromatic Colors of #837022

#837022

Complementary Color

#837022 #223583

#837022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837022 Color CSS Codes

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

#837022 Text Font Color

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

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


#837022 Background Color

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

This div background color is #837022


#837022 Border Color

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

This div border color is #837022


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,112,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #837022; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #837022;
  -webkit-box-shadow: 1px 1px 3px 2px #837022;
  box-shadow:         1px 1px 3px 2px #837022; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837022


Comments

No comments written yet.

Please login to write comment.