Color Hex Logo

#848748 Color Hex

#848748
(132,135,72)
0 Favorites   0 Comments

Color spaces of #848748

RGB 13213572
HSL0.170.300.41
HSV63°47°53°
CMYK 0.020.000.47   0.47
XYZ19.349422.70149.4929
Yxy22.70140.37540.4404
Hunter Lab47.6460-10.890321.5394
CIE-Lab54.7634-10.880033.3224

#848748 color RGB value is (132,135,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000111 01001000
Octal 204 207 110
Decimal 132 135 72
Hex 84 87 48

RGB Percentages of Color #848748

%38.94
%39.82
%21.24

CMYK Percentages of Color #848748

%2
%0
%47
%47

Triadic Colors of #848748

#848748 #488487 #874884

Analogous Colors of #848748

#848748 #658748 #876b48

Monochromatic Colors of #848748

#848748

Complementary Color

#848748 #4b4887

#848748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848748 Color CSS Codes

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

#848748 Text Font Color

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

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


#848748 Background Color

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

This div background color is #848748


#848748 Border Color

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

This div border color is #848748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848748


Comments

No comments written yet.

Please login to write comment.