Color Hex Logo

#838336 Color Hex

#838336
(131,131,54)
0 Favorites   0 Comments

Color spaces of #838336

RGB 13113154
HSL0.170.420.36
HSV60°59°51°
CMYK 0.000.000.59   0.49
XYZ18.142221.32426.6498
Yxy21.32420.39340.4624
Hunter Lab46.1781-10.683723.7867
CIE-Lab53.3025-10.831740.7258

#838336 color RGB value is (131,131,54).

#838336 hex color red value is 131, green value is 131 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #838336 hue: 0.17 , saturation: 0.42 and the lightness value of 838336 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000011 00110110
Octal 203 203 66
Decimal 131 131 54
Hex 83 83 36

RGB Percentages of Color #838336

%41.46
%41.46
%17.09

CMYK Percentages of Color #838336

%0
%0
%59
%49

Triadic Colors of #838336

#838336 #368383 #833683

Analogous Colors of #838336

#838336 #5d8336 #835d36

Monochromatic Colors of #838336

#838336

Complementary Color

#838336 #363683

#838336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838336 Color CSS Codes

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

#838336 Text Font Color

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

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


#838336 Background Color

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

This div background color is #838336


#838336 Border Color

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

This div border color is #838336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838336


Comments

No comments written yet.

Please login to write comment.