Color Hex Logo

#838470 Color Hex

#838470
(131,132,112)
0 Favorites   0 Comments

Color spaces of #838470

RGB 131132112
HSL0.180.080.48
HSV63°15°52°
CMYK 0.010.000.15   0.48
XYZ20.536022.497718.5894
Yxy22.49770.33330.3651
Hunter Lab47.4317-5.72249.9653
CIE-Lab54.5511-4.071310.6888

#838470 color RGB value is (131,132,112).

#838470 hex color red value is 131, green value is 132 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #838470 hue: 0.18 , saturation: 0.08 and the lightness value of 838470 is 0.48.

The process color (four color CMYK) of #838470 color hex is 0.01, 0.00, 0.15, 0.48. Web safe color of #838470 is #999966. Color #838470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000100 01110000
Octal 203 204 160
Decimal 131 132 112
Hex 83 84 70

RGB Percentages of Color #838470

%34.93
%35.20
%29.87

CMYK Percentages of Color #838470

%1
%0
%15
%48

Triadic Colors of #838470

#838470 #708384 #847083

Analogous Colors of #838470

#838470 #798470 #847b70

Monochromatic Colors of #838470

#838470

Complementary Color

#838470 #717084

#838470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838470 Color CSS Codes

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

#838470 Text Font Color

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

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


#838470 Background Color

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

This div background color is #838470


#838470 Border Color

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

This div border color is #838470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838470


Comments

No comments written yet.

Please login to write comment.