Color Hex Logo

#838210 Color Hex

#838210
(131,130,16)
0 Favorites   0 Comments

Color spaces of #838210

RGB 13113016
HSL0.170.780.29
HSV59°88°51°
CMYK 0.000.010.88   0.49
XYZ17.436220.82803.5914
Yxy20.82800.41660.4976
Hunter Lab45.6377-11.668827.2806
CIE-Lab52.7607-12.280454.4127

#838210 color RGB value is (131,130,16).

#838210 hex color red value is 131, green value is 130 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #838210 hue: 0.17 , saturation: 0.78 and the lightness value of 838210 is 0.29.

The process color (four color CMYK) of #838210 color hex is 0.00, 0.01, 0.88, 0.49. Web safe color of #838210 is #999900. Color #838210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000010 00010000
Octal 203 202 20
Decimal 131 130 16
Hex 83 82 10

RGB Percentages of Color #838210

%47.29
%46.93
%5.78

CMYK Percentages of Color #838210

%0
%1
%88
%49

Triadic Colors of #838210

#838210 #108382 #821083

Analogous Colors of #838210

#838210 #4b8310 #834910

Monochromatic Colors of #838210

#838210

Complementary Color

#838210 #101183

#838210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838210 Color CSS Codes

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

#838210 Text Font Color

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

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


#838210 Background Color

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

This div background color is #838210


#838210 Border Color

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

This div border color is #838210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838210


Comments

No comments written yet.

Please login to write comment.