Color Hex Logo

#54972b Color Hex

#54972B
(84,151,43)
0 Favorites   0 Comments

Color spaces of #54972b

RGB 8415143
HSL0.270.560.38
HSV97°72°59°
CMYK 0.440.000.72   0.41
XYZ15.158824.19256.1562
Yxy24.19250.33310.5316
Hunter Lab49.1859-31.062627.0093
CIE-Lab56.2800-40.400247.8585

#54972b color RGB value is (84,151,43).

#54972b hex color red value is 84, green value is 151 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #54972b hue: 0.27 , saturation: 0.56 and the lightness value of 54972b is 0.38.

The process color (four color CMYK) of #54972b color hex is 0.44, 0.00, 0.72, 0.41. Web safe color of #54972b is #669933. Color #54972b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010111 00101011
Octal 124 227 53
Decimal 84 151 43
Hex 54 97 2B

RGB Percentages of Color #54972b

%30.22
%54.32
%15.47

CMYK Percentages of Color #54972b

%44
%0
%72
%41

Triadic Colors of #54972b

#54972b #2b5497 #972b54

Analogous Colors of #54972b

#54972b #2b9738 #8a972b

Monochromatic Colors of #54972b

#54972b

Complementary Color

#54972b #6e2b97

#54972b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54972b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54972b Color CSS Codes

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

#54972b Text Font Color

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

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


#54972b Background Color

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

This div background color is #54972b


#54972b Border Color

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

This div border color is #54972b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,151,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 #54972b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54972b


Comments

No comments written yet.

Please login to write comment.