Color Hex Logo

#547253 Color Hex

#547253
(84,114,83)
0 Favorites   0 Comments

Color spaces of #547253

RGB 8411483
HSL0.330.160.39
HSV118°27°45°
CMYK 0.260.000.27   0.55
XYZ11.234814.544010.3987
Yxy14.54400.31050.4020
Hunter Lab38.1366-14.154110.5290
CIE-Lab45.0032-17.561213.7590

#547253 color RGB value is (84,114,83).

#547253 hex color red value is 84, green value is 114 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #547253 hue: 0.33 , saturation: 0.16 and the lightness value of 547253 is 0.39.

The process color (four color CMYK) of #547253 color hex is 0.26, 0.00, 0.27, 0.55. Web safe color of #547253 is #666666. Color #547253 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110010 01010011
Octal 124 162 123
Decimal 84 114 83
Hex 54 72 53

RGB Percentages of Color #547253

%29.89
%40.57
%29.54

CMYK Percentages of Color #547253

%26
%0
%27
%55

Triadic Colors of #547253

#547253 #535472 #725354

Analogous Colors of #547253

#547253 #537262 #647253

Monochromatic Colors of #547253

#547253

Complementary Color

#547253 #715372

#547253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#547253 Color CSS Codes

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

#547253 Text Font Color

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

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


#547253 Background Color

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

This div background color is #547253


#547253 Border Color

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

This div border color is #547253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547253


Comments

No comments written yet.

Please login to write comment.