Color Hex Logo

#848139 Color Hex

#848139
(132,129,57)
0 Favorites   0 Comments

Color spaces of #848139

RGB 13212957
HSL0.160.400.37
HSV58°57°52°
CMYK 0.000.020.57   0.48
XYZ18.104520.90156.9511
Yxy20.90150.39390.4548
Hunter Lab45.7182-9.320422.9881
CIE-Lab52.8415-9.044338.7590

#848139 color RGB value is (132,129,57).

#848139 hex color red value is 132, green value is 129 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #848139 hue: 0.16 , saturation: 0.40 and the lightness value of 848139 is 0.37.

The process color (four color CMYK) of #848139 color hex is 0.00, 0.02, 0.57, 0.48. Web safe color of #848139 is #999933. Color #848139 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000001 00111001
Octal 204 201 71
Decimal 132 129 57
Hex 84 81 39

RGB Percentages of Color #848139

%41.51
%40.57
%17.92

CMYK Percentages of Color #848139

%0
%2
%57
%48

Triadic Colors of #848139

#848139 #398481 #813984

Analogous Colors of #848139

#848139 #628439 #845c39

Monochromatic Colors of #848139

#848139

Complementary Color

#848139 #393c84

#848139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848139 Color CSS Codes

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

#848139 Text Font Color

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

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


#848139 Background Color

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

This div background color is #848139


#848139 Border Color

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

This div border color is #848139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848139


Comments

No comments written yet.

Please login to write comment.