Color Hex Logo

#838944 Color Hex

#838944
(131,137,68)
0 Favorites   0 Comments

Color spaces of #838944

RGB 13113768
HSL0.180.340.40
HSV65°50°54°
CMYK 0.040.000.50   0.46
XYZ19.349123.13408.9143
Yxy23.13400.37650.4501
Hunter Lab48.0978-12.363022.6798
CIE-Lab55.2101-12.806835.9322

#838944 color RGB value is (131,137,68).

#838944 hex color red value is 131, green value is 137 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #838944 hue: 0.18 , saturation: 0.34 and the lightness value of 838944 is 0.40.

The process color (four color CMYK) of #838944 color hex is 0.04, 0.00, 0.50, 0.46. Web safe color of #838944 is #999933. Color #838944 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001001 01000100
Octal 203 211 104
Decimal 131 137 68
Hex 83 89 44

RGB Percentages of Color #838944

%38.99
%40.77
%20.24

CMYK Percentages of Color #838944

%4
%0
%50
%46

Triadic Colors of #838944

#838944 #448389 #894483

Analogous Colors of #838944

#838944 #618944 #896d44

Monochromatic Colors of #838944

#838944

Complementary Color

#838944 #4a4489

#838944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838944 Color CSS Codes

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

#838944 Text Font Color

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

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


#838944 Background Color

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

This div background color is #838944


#838944 Border Color

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

This div border color is #838944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838944


Comments

No comments written yet.

Please login to write comment.