Color Hex Logo

#848538 Color Hex

#848538
(132,133,56)
0 Favorites   0 Comments

Color spaces of #848538

RGB 13213356
HSL0.170.410.37
HSV61°58°52°
CMYK 0.010.000.58   0.48
XYZ18.617121.96617.0000
Yxy21.96610.39130.4616
Hunter Lab46.8680-11.114523.9523
CIE-Lab53.9910-11.309140.5539

#848538 color RGB value is (132,133,56).

#848538 hex color red value is 132, green value is 133 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #848538 hue: 0.17 , saturation: 0.41 and the lightness value of 848538 is 0.37.

The process color (four color CMYK) of #848538 color hex is 0.01, 0.00, 0.58, 0.48. Web safe color of #848538 is #999933. Color #848538 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000101 00111000
Octal 204 205 70
Decimal 132 133 56
Hex 84 85 38

RGB Percentages of Color #848538

%41.12
%41.43
%17.45

CMYK Percentages of Color #848538

%1
%0
%58
%48

Triadic Colors of #848538

#848538 #388485 #853884

Analogous Colors of #848538

#848538 #5e8538 #856038

Monochromatic Colors of #848538

#848538

Complementary Color

#848538 #393885

#848538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848538 Color CSS Codes

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

#848538 Text Font Color

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

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


#848538 Background Color

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

This div background color is #848538


#848538 Border Color

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

This div border color is #848538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848538


Comments

No comments written yet.

Please login to write comment.