Color Hex Logo

#547307 Color Hex

#547307
(84,115,7)
0 Favorites   0 Comments

Color spaces of #547307

RGB 841157
HSL0.210.890.24
HSV77°94°45°
CMYK 0.270.000.94   0.55
XYZ9.825214.16162.4166
Yxy14.16160.37210.5364
Hunter Lab37.6319-19.251822.5349
CIE-Lab44.4638-25.960648.0425

#547307 color RGB value is (84,115,7).

#547307 hex color red value is 84, green value is 115 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #547307 hue: 0.21 , saturation: 0.89 and the lightness value of 547307 is 0.24.

The process color (four color CMYK) of #547307 color hex is 0.27, 0.00, 0.94, 0.55. Web safe color of #547307 is #666600. Color #547307 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110011 00000111
Octal 124 163 7
Decimal 84 115 7
Hex 54 73 7

RGB Percentages of Color #547307

%40.78
%55.83
%3.40

CMYK Percentages of Color #547307

%27
%0
%94
%55

Triadic Colors of #547307

#547307 #075473 #730754

Analogous Colors of #547307

#547307 #1e7307 #735c07

Monochromatic Colors of #547307

#547307

Complementary Color

#547307 #260773

#547307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#547307 Color CSS Codes

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

#547307 Text Font Color

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

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


#547307 Background Color

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

This div background color is #547307


#547307 Border Color

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

This div border color is #547307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547307


Comments

No comments written yet.

Please login to write comment.