Color Hex Logo

#838142 Color Hex

#838142
(131,129,66)
0 Favorites   0 Comments

Color spaces of #838142

RGB 13112966
HSL0.160.330.39
HSV58°50°51°
CMYK 0.000.020.50   0.49
XYZ18.193720.91928.2331
Yxy20.91920.38430.4418
Hunter Lab45.7375-9.036021.3436
CIE-Lab52.8610-8.656334.1529

#838142 color RGB value is (131,129,66).

#838142 hex color red value is 131, green value is 129 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #838142 hue: 0.16 , saturation: 0.33 and the lightness value of 838142 is 0.39.

The process color (four color CMYK) of #838142 color hex is 0.00, 0.02, 0.50, 0.49. Web safe color of #838142 is #999933. Color #838142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000001 01000010
Octal 203 201 102
Decimal 131 129 66
Hex 83 81 42

RGB Percentages of Color #838142

%40.18
%39.57
%20.25

CMYK Percentages of Color #838142

%0
%2
%50
%49

Triadic Colors of #838142

#838142 #428381 #814283

Analogous Colors of #838142

#838142 #658342 #836142

Monochromatic Colors of #838142

#838142

Complementary Color

#838142 #424483

#838142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838142 Color CSS Codes

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

#838142 Text Font Color

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

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


#838142 Background Color

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

This div background color is #838142


#838142 Border Color

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

This div border color is #838142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838142


Comments

No comments written yet.

Please login to write comment.