Color Hex Logo

#54631f Color Hex

#54631F
(84,99,31)
0 Favorites   0 Comments

Color spaces of #54631f

RGB 849931
HSL0.200.520.25
HSV73°69°39°
CMYK 0.150.000.69   0.61
XYZ8.365310.90742.9608
Yxy10.90740.37620.4906
Hunter Lab33.0264-12.583617.8031
CIE-Lab39.4241-16.488535.4165

#54631f color RGB value is (84,99,31).

#54631f hex color red value is 84, green value is 99 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #54631f hue: 0.20 , saturation: 0.52 and the lightness value of 54631f is 0.25.

The process color (four color CMYK) of #54631f color hex is 0.15, 0.00, 0.69, 0.61. Web safe color of #54631f is #666633. Color #54631f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100011 00011111
Octal 124 143 37
Decimal 84 99 31
Hex 54 63 1F

RGB Percentages of Color #54631f

%39.25
%46.26
%14.49

CMYK Percentages of Color #54631f

%15
%0
%69
%61

Triadic Colors of #54631f

#54631f #1f5463 #631f54

Analogous Colors of #54631f

#54631f #32631f #63501f

Monochromatic Colors of #54631f

#54631f

Complementary Color

#54631f #2e1f63

#54631f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54631f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54631f Color CSS Codes

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

#54631f Text Font Color

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

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


#54631f Background Color

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

This div background color is #54631f


#54631f Border Color

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

This div border color is #54631f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,99,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54631f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54631f;
  -webkit-box-shadow: 1px 1px 3px 2px #54631f;
  box-shadow:         1px 1px 3px 2px #54631f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54631f


Comments

No comments written yet.

Please login to write comment.