Color Hex Logo

#838246 Color Hex

#838246
(131,130,70)
0 Favorites   0 Comments

Color spaces of #838246

RGB 13113070
HSL0.160.300.39
HSV59°47°51°
CMYK 0.000.010.47   0.49
XYZ18.448221.23288.9204
Yxy21.23280.37960.4369
Hunter Lab46.0791-9.174220.7775
CIE-Lab53.2033-8.794732.4525

#838246 color RGB value is (131,130,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000010 01000110
Octal 203 202 106
Decimal 131 130 70
Hex 83 82 46

RGB Percentages of Color #838246

%39.58
%39.27
%21.15

CMYK Percentages of Color #838246

%0
%1
%47
%49

Triadic Colors of #838246

#838246 #468382 #824683

Analogous Colors of #838246

#838246 #668346 #836446

Monochromatic Colors of #838246

#838246

Complementary Color

#838246 #464783

#838246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838246 Color CSS Codes

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

#838246 Text Font Color

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

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


#838246 Background Color

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

This div background color is #838246


#838246 Border Color

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

This div border color is #838246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838246


Comments

No comments written yet.

Please login to write comment.