Color Hex Logo

#54762b Color Hex

#54762B
(84,118,43)
0 Favorites   0 Comments

Color spaces of #54762b

RGB 8411843
HSL0.240.470.32
HSV87°64°46°
CMYK 0.290.000.64   0.54
XYZ10.570615.01614.6268
Yxy15.01610.34990.4970
Hunter Lab38.7506-19.121420.0462
CIE-Lab45.6562-25.310236.5122

#54762b color RGB value is (84,118,43).

#54762b hex color red value is 84, green value is 118 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #54762b hue: 0.24 , saturation: 0.47 and the lightness value of 54762b is 0.32.

The process color (four color CMYK) of #54762b color hex is 0.29, 0.00, 0.64, 0.54. Web safe color of #54762b is #666633. Color #54762b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110110 00101011
Octal 124 166 53
Decimal 84 118 43
Hex 54 76 2B

RGB Percentages of Color #54762b

%34.29
%48.16
%17.55

CMYK Percentages of Color #54762b

%29
%0
%64
%54

Triadic Colors of #54762b

#54762b #2b5476 #762b54

Analogous Colors of #54762b

#54762b #2f762b #76732b

Monochromatic Colors of #54762b

#54762b

Complementary Color

#54762b #4d2b76

#54762b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54762b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54762b Color CSS Codes

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

#54762b Text Font Color

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

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


#54762b Background Color

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

This div background color is #54762b


#54762b Border Color

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

This div border color is #54762b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,118,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54762b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54762b;
  -webkit-box-shadow: 1px 1px 3px 2px #54762b;
  box-shadow:         1px 1px 3px 2px #54762b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54762b


Comments

No comments written yet.

Please login to write comment.