Color Hex Logo

#838247 Color Hex

#838247
(131,130,71)
0 Favorites   0 Comments

Color spaces of #838247

RGB 13113071
HSL0.160.300.40
HSV59°46°51°
CMYK 0.000.010.46   0.49
XYZ18.480021.24559.0880
Yxy21.24550.37860.4352
Hunter Lab46.0928-9.096520.5749
CIE-Lab53.2171-8.688031.9356

#838247 color RGB value is (131,130,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000010 01000111
Octal 203 202 107
Decimal 131 130 71
Hex 83 82 47

RGB Percentages of Color #838247

%39.46
%39.16
%21.39

CMYK Percentages of Color #838247

%0
%1
%46
%49

Triadic Colors of #838247

#838247 #478382 #824783

Analogous Colors of #838247

#838247 #668347 #836447

Monochromatic Colors of #838247

#838247

Complementary Color

#838247 #474883

#838247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838247 Color CSS Codes

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

#838247 Text Font Color

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

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


#838247 Background Color

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

This div background color is #838247


#838247 Border Color

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

This div border color is #838247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838247


Comments

No comments written yet.

Please login to write comment.