Color Hex Logo

#838814 Color Hex

#838814
(131,136,20)
0 Favorites   0 Comments

Color spaces of #838814

RGB 13113620
HSL0.170.740.31
HSV63°85°53°
CMYK 0.040.000.85   0.47
XYZ18.290522.48414.0377
Yxy22.48410.40820.5017
Hunter Lab47.4174-14.126928.1435
CIE-Lab54.5369-15.370254.9212

#838814 color RGB value is (131,136,20).

#838814 hex color red value is 131, green value is 136 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #838814 hue: 0.17 , saturation: 0.74 and the lightness value of 838814 is 0.31.

The process color (four color CMYK) of #838814 color hex is 0.04, 0.00, 0.85, 0.47. Web safe color of #838814 is #999900. Color #838814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001000 00010100
Octal 203 210 24
Decimal 131 136 20
Hex 83 88 14

RGB Percentages of Color #838814

%45.64
%47.39
%6.97

CMYK Percentages of Color #838814

%4
%0
%85
%47

Triadic Colors of #838814

#838814 #148388 #881483

Analogous Colors of #838814

#838814 #498814 #885314

Monochromatic Colors of #838814

#838814

Complementary Color

#838814 #191488

#838814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838814 Color CSS Codes

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

#838814 Text Font Color

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

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


#838814 Background Color

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

This div background color is #838814


#838814 Border Color

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

This div border color is #838814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838814


Comments

No comments written yet.

Please login to write comment.