Color Hex Logo

#54843a Color Hex

#54843A
(84,132,58)
0 Favorites   0 Comments

Color spaces of #54843a

RGB 8413258
HSL0.270.390.37
HSV99°56°52°
CMYK 0.360.000.56   0.48
XYZ12.671118.69286.9432
Yxy18.69280.33080.4880
Hunter Lab43.2352-23.347920.7432
CIE-Lab50.3258-30.463134.4519

#54843a color RGB value is (84,132,58).

#54843a hex color red value is 84, green value is 132 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #54843a hue: 0.27 , saturation: 0.39 and the lightness value of 54843a is 0.37.

The process color (four color CMYK) of #54843a color hex is 0.36, 0.00, 0.56, 0.48. Web safe color of #54843a is #669933. Color #54843a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000100 00111010
Octal 124 204 72
Decimal 84 132 58
Hex 54 84 3A

RGB Percentages of Color #54843a

%30.66
%48.18
%21.17

CMYK Percentages of Color #54843a

%36
%0
%56
%48

Triadic Colors of #54843a

#54843a #3a5484 #843a54

Analogous Colors of #54843a

#54843a #3a8445 #79843a

Monochromatic Colors of #54843a

#54843a

Complementary Color

#54843a #6a3a84

#54843a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54843a Color Preview on White Background

Lorem ipsum dolor sit amet.

#54843a Color CSS Codes

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

#54843a Text Font Color

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

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


#54843a Background Color

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

This div background color is #54843a


#54843a Border Color

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

This div border color is #54843a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,132,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54843a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54843a;
  -webkit-box-shadow: 1px 1px 3px 2px #54843a;
  box-shadow:         1px 1px 3px 2px #54843a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54843a


Comments

No comments written yet.

Please login to write comment.