Color Hex Logo

#837134 Color Hex

#837134
(131,113,52)
0 Favorites   0 Comments

Color spaces of #837134

RGB 13111352
HSL0.130.430.36
HSV46°60°51°
CMYK 0.000.140.60   0.49
XYZ15.885016.88355.6704
Yxy16.88350.41330.4392
Hunter Lab41.0895-2.899520.5806
CIE-Lab48.1129-0.934635.8520

#837134 color RGB value is (131,113,52).

#837134 hex color red value is 131, green value is 113 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #837134 hue: 0.13 , saturation: 0.43 and the lightness value of 837134 is 0.36.

The process color (four color CMYK) of #837134 color hex is 0.00, 0.14, 0.60, 0.49. Web safe color of #837134 is #996633. Color #837134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110001 00110100
Octal 203 161 64
Decimal 131 113 52
Hex 83 71 34

RGB Percentages of Color #837134

%44.26
%38.18
%17.57

CMYK Percentages of Color #837134

%0
%14
%60
%49

Triadic Colors of #837134

#837134 #348371 #713483

Analogous Colors of #837134

#837134 #6e8334 #834a34

Monochromatic Colors of #837134

#837134

Complementary Color

#837134 #344683

#837134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837134 Color CSS Codes

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

#837134 Text Font Color

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

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


#837134 Background Color

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

This div background color is #837134


#837134 Border Color

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

This div border color is #837134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837134


Comments

No comments written yet.

Please login to write comment.