Color Hex Logo

#848730 Color Hex

#848730
(132,135,48)
0 Favorites   0 Comments

Color spaces of #848730

RGB 13213548
HSL0.170.480.36
HSV62°64°53°
CMYK 0.020.000.64   0.47
XYZ18.713222.44696.1427
Yxy22.44690.39560.4745
Hunter Lab47.3782-12.408725.4776
CIE-Lab54.4980-12.995644.8422

#848730 color RGB value is (132,135,48).

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

The process color (four color CMYK) of #848730 color hex is 0.02, 0.00, 0.64, 0.47. Web safe color of #848730 is #999933. Color #848730 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000111 00110000
Octal 204 207 60
Decimal 132 135 48
Hex 84 87 30

RGB Percentages of Color #848730

%41.90
%42.86
%15.24

CMYK Percentages of Color #848730

%2
%0
%64
%47

Triadic Colors of #848730

#848730 #308487 #873084

Analogous Colors of #848730

#848730 #598730 #875f30

Monochromatic Colors of #848730

#848730

Complementary Color

#848730 #333087

#848730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848730 Color CSS Codes

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

#848730 Text Font Color

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

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


#848730 Background Color

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

This div background color is #848730


#848730 Border Color

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

This div border color is #848730


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,135,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 #848730">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848730


Comments

No comments written yet.

Please login to write comment.