Color Hex Logo

#837019 Color Hex

#837019
(131,112,25)
0 Favorites   0 Comments

Color spaces of #837019

RGB 13111225
HSL0.140.680.31
HSV49°81°51°
CMYK 0.000.150.81   0.49
XYZ15.329716.48383.2934
Yxy16.48380.43670.4695
Hunter Lab40.6002-3.653023.6107
CIE-Lab47.6029-1.983847.3454

#837019 color RGB value is (131,112,25).

#837019 hex color red value is 131, green value is 112 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #837019 hue: 0.14 , saturation: 0.68 and the lightness value of 837019 is 0.31.

The process color (four color CMYK) of #837019 color hex is 0.00, 0.15, 0.81, 0.49. Web safe color of #837019 is #996600. Color #837019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110000 00011001
Octal 203 160 31
Decimal 131 112 25
Hex 83 70 19

RGB Percentages of Color #837019

%48.88
%41.79
%9.33

CMYK Percentages of Color #837019

%0
%15
%81
%49

Triadic Colors of #837019

#837019 #198370 #701983

Analogous Colors of #837019

#837019 #618319 #833b19

Monochromatic Colors of #837019

#837019

Complementary Color

#837019 #192c83

#837019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837019 Color CSS Codes

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

#837019 Text Font Color

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

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


#837019 Background Color

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

This div background color is #837019


#837019 Border Color

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

This div border color is #837019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837019


Comments

No comments written yet.

Please login to write comment.