Color Hex Logo

#848830 Color Hex

#848830
(132,136,48)
0 Favorites   0 Comments

Color spaces of #848830

RGB 13213648
HSL0.170.480.36
HSV63°65°53°
CMYK 0.030.000.65   0.47
XYZ18.853422.72736.1894
Yxy22.72730.39470.4758
Hunter Lab47.6732-12.836325.6736
CIE-Lab54.7903-13.531045.1523

#848830 color RGB value is (132,136,48).

#848830 hex color red value is 132, green value is 136 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #848830 hue: 0.17 , saturation: 0.48 and the lightness value of 848830 is 0.36.

The process color (four color CMYK) of #848830 color hex is 0.03, 0.00, 0.65, 0.47. Web safe color of #848830 is #999933. Color #848830 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001000 00110000
Octal 204 210 60
Decimal 132 136 48
Hex 84 88 30

RGB Percentages of Color #848830

%41.77
%43.04
%15.19

CMYK Percentages of Color #848830

%3
%0
%65
%47

Triadic Colors of #848830

#848830 #308488 #883084

Analogous Colors of #848830

#848830 #588830 #886030

Monochromatic Colors of #848830

#848830

Complementary Color

#848830 #343088

#848830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848830 Color CSS Codes

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

#848830 Text Font Color

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

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


#848830 Background Color

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

This div background color is #848830


#848830 Border Color

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

This div border color is #848830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848830


Comments

No comments written yet.

Please login to write comment.