Color Hex Logo

#547220 Color Hex

#547220
(84,114,32)
0 Favorites   0 Comments

Color spaces of #547220

RGB 8411432
HSL0.230.560.29
HSV82°72°45°
CMYK 0.260.000.72   0.55
XYZ9.934214.02373.5498
Yxy14.02370.36110.5098
Hunter Lab37.4482-18.182220.5935
CIE-Lab44.2669-24.247340.0167

#547220 color RGB value is (84,114,32).

#547220 hex color red value is 84, green value is 114 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #547220 hue: 0.23 , saturation: 0.56 and the lightness value of 547220 is 0.29.

The process color (four color CMYK) of #547220 color hex is 0.26, 0.00, 0.72, 0.55. Web safe color of #547220 is #666633. Color #547220 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110010 00100000
Octal 124 162 40
Decimal 84 114 32
Hex 54 72 20

RGB Percentages of Color #547220

%36.52
%49.57
%13.91

CMYK Percentages of Color #547220

%26
%0
%72
%55

Triadic Colors of #547220

#547220 #205472 #722054

Analogous Colors of #547220

#547220 #2b7220 #726720

Monochromatic Colors of #547220

#547220

Complementary Color

#547220 #3e2072

#547220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#547220 Color CSS Codes

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

#547220 Text Font Color

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

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


#547220 Background Color

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

This div background color is #547220


#547220 Border Color

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

This div border color is #547220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547220


Comments

No comments written yet.

Please login to write comment.