Color Hex Logo

#546513 Color Hex

#546513
(84,101,19)
0 Favorites   0 Comments

Color spaces of #546513

RGB 8410119
HSL0.200.680.24
HSV72°81°40°
CMYK 0.170.000.81   0.60
XYZ8.427411.23922.3413
Yxy11.23920.38290.5107
Hunter Lab33.5249-13.797819.3268
CIE-Lab39.9805-18.337840.9026

#546513 color RGB value is (84,101,19).

#546513 hex color red value is 84, green value is 101 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #546513 hue: 0.20 , saturation: 0.68 and the lightness value of 546513 is 0.24.

The process color (four color CMYK) of #546513 color hex is 0.17, 0.00, 0.81, 0.60. Web safe color of #546513 is #666600. Color #546513 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100101 00010011
Octal 124 145 23
Decimal 84 101 19
Hex 54 65 13

RGB Percentages of Color #546513

%41.18
%49.51
%9.31

CMYK Percentages of Color #546513

%17
%0
%81
%60

Triadic Colors of #546513

#546513 #135465 #651354

Analogous Colors of #546513

#546513 #2b6513 #654d13

Monochromatic Colors of #546513

#546513

Complementary Color

#546513 #241365

#546513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#546513 Color CSS Codes

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

#546513 Text Font Color

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

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


#546513 Background Color

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

This div background color is #546513


#546513 Border Color

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

This div border color is #546513


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,101,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #546513; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #546513;
  -webkit-box-shadow: 1px 1px 3px 2px #546513;
  box-shadow:         1px 1px 3px 2px #546513; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546513


Comments

No comments written yet.

Please login to write comment.