Color Hex Logo

#837103 Color Hex

#837103
(131,113,3)
0 Favorites   0 Comments

Color spaces of #837103

RGB 1311133
HSL0.140.960.26
HSV52°98°51°
CMYK 0.000.140.98   0.49
XYZ15.281616.64212.4930
Yxy16.64210.44400.4835
Hunter Lab40.7947-4.525124.9330
CIE-Lab47.8059-3.143553.2185

#837103 color RGB value is (131,113,3).

#837103 hex color red value is 131, green value is 113 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #837103 hue: 0.14 , saturation: 0.96 and the lightness value of 837103 is 0.26.

The process color (four color CMYK) of #837103 color hex is 0.00, 0.14, 0.98, 0.49. Web safe color of #837103 is #996600. Color #837103 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110001 00000011
Octal 203 161 3
Decimal 131 113 3
Hex 83 71 3

RGB Percentages of Color #837103

%53.04
%45.75
%1.21

CMYK Percentages of Color #837103

%0
%14
%98
%49

Triadic Colors of #837103

#837103 #038371 #710383

Analogous Colors of #837103

#837103 #558303 #833103

Monochromatic Colors of #837103

#837103

Complementary Color

#837103 #031583

#837103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837103 Color CSS Codes

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

#837103 Text Font Color

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

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


#837103 Background Color

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

This div background color is #837103


#837103 Border Color

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

This div border color is #837103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837103


Comments

No comments written yet.

Please login to write comment.