Color Hex Logo

#837812 Color Hex

#837812
(131,120,18)
0 Favorites   0 Comments

Color spaces of #837812

RGB 13112018
HSL0.150.760.29
HSV54°86°51°
CMYK 0.000.080.86   0.49
XYZ16.185718.30193.2518
Yxy18.30190.42890.4850
Hunter Lab42.7807-7.332425.4398
CIE-Lab49.8603-6.739251.5008

#837812 color RGB value is (131,120,18).

#837812 hex color red value is 131, green value is 120 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #837812 hue: 0.15 , saturation: 0.76 and the lightness value of 837812 is 0.29.

The process color (four color CMYK) of #837812 color hex is 0.00, 0.08, 0.86, 0.49. Web safe color of #837812 is #996600. Color #837812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111000 00010010
Octal 203 170 22
Decimal 131 120 18
Hex 83 78 12

RGB Percentages of Color #837812

%48.70
%44.61
%6.69

CMYK Percentages of Color #837812

%0
%8
%86
%49

Triadic Colors of #837812

#837812 #128378 #781283

Analogous Colors of #837812

#837812 #558312 #834012

Monochromatic Colors of #837812

#837812

Complementary Color

#837812 #121d83

#837812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837812 Color CSS Codes

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

#837812 Text Font Color

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

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


#837812 Background Color

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

This div background color is #837812


#837812 Border Color

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

This div border color is #837812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837812


Comments

No comments written yet.

Please login to write comment.