Color Hex Logo

#84925e Color Hex

#84925E
(132,146,94)
0 Favorites   0 Comments

Color spaces of #84925e

RGB 13214694
HSL0.210.220.47
HSV76°36°57°
CMYK 0.100.000.36   0.43
XYZ21.815026.271514.5108
Yxy26.27150.34850.4197
Hunter Lab51.2557-13.726019.0937
CIE-Lab58.2939-14.100025.9345

#84925e color RGB value is (132,146,94).

#84925e hex color red value is 132, green value is 146 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #84925e hue: 0.21 , saturation: 0.22 and the lightness value of 84925e is 0.47.

The process color (four color CMYK) of #84925e color hex is 0.10, 0.00, 0.36, 0.43. Web safe color of #84925e is #999966. Color #84925e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010010 01011110
Octal 204 222 136
Decimal 132 146 94
Hex 84 92 5E

RGB Percentages of Color #84925e

%35.48
%39.25
%25.27

CMYK Percentages of Color #84925e

%10
%0
%36
%43

Triadic Colors of #84925e

#84925e #5e8492 #925e84

Analogous Colors of #84925e

#84925e #6a925e #92865e

Monochromatic Colors of #84925e

#84925e

Complementary Color

#84925e #6c5e92

#84925e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84925e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84925e Color CSS Codes

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

#84925e Text Font Color

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

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


#84925e Background Color

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

This div background color is #84925e


#84925e Border Color

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

This div border color is #84925e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,146,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84925e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84925e;
  -webkit-box-shadow: 1px 1px 3px 2px #84925e;
  box-shadow:         1px 1px 3px 2px #84925e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84925e


Comments

No comments written yet.

Please login to write comment.