Color Hex Logo

#549672 Color Hex

#549672
(84,150,114)
0 Favorites   0 Comments

Color spaces of #549672

RGB 84150114
HSL0.410.280.46
HSV147°44°59°
CMYK 0.440.000.24   0.41
XYZ17.599824.912419.8006
Yxy24.91240.28240.3998
Hunter Lab49.9123-24.404911.4178
CIE-Lab56.9900-29.624012.5345

#549672 color RGB value is (84,150,114).

#549672 hex color red value is 84, green value is 150 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #549672 hue: 0.41 , saturation: 0.28 and the lightness value of 549672 is 0.46.

The process color (four color CMYK) of #549672 color hex is 0.44, 0.00, 0.24, 0.41. Web safe color of #549672 is #669966. Color #549672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010110 01110010
Octal 124 226 162
Decimal 84 150 114
Hex 54 96 72

RGB Percentages of Color #549672

%24.14
%43.10
%32.76

CMYK Percentages of Color #549672

%44
%0
%24
%41

Triadic Colors of #549672

#549672 #725496 #967254

Analogous Colors of #549672

#549672 #549693 #579654

Monochromatic Colors of #549672

#549672

Complementary Color

#549672 #965478

#549672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#549672 Color CSS Codes

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

#549672 Text Font Color

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

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


#549672 Background Color

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

This div background color is #549672


#549672 Border Color

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

This div border color is #549672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549672


Comments

No comments written yet.

Please login to write comment.