COLOR #54B34D

HEX: #54B34D
RGB: (84,179,77)

Color info

#54B34D contains mainly green color. Web safe color of #54B34D is #669933 (or #693).

RGB color model

#54B34D color RGB value is (84,179,77).

  • red value is 84;
  • green value is 179;
  • blue value is 77.
RGB:
(84,179,77)
(33%,70%,30%)

RGB channels and saturation

R 84 of 255 = 33%
G 179 of 255 = 70%
B 77 of 255 = 30%

84
179
77

R + G + B ~ 44%. #54B34D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 179 + 77 = 340 (100%)
R 84 of 340 ~ 24.71%
G 179 of 340 ~ 52.65%
B 77 of 340 ~ 22.65%

%24.71
%52.65
%22.65

CMYK color model

#54B34D color CMYK value is (53,0,57,30).

  • cyan value is 53.07%
  • magenta value is 0.00%
  • yellow value is 56.98%
  • key color value is 29.80%
CMYK:
(53,0,57,30)
C53M0Y57K30 
(53%,0%,57%,30%)
(0.53/0.00/0.57/0.30)	

CMYK percentages

%53.07
%0
%56.98
%29.8

Codes

Color #54B34D in popluar color models

54B34D
RGB8417977
HSL116°40.16%50.20%
HSB/HSV116°56.98%70.20%
CMYK53.07%0.00%56.98%
29.80%

Color #54B34D in popluar number systems.

HEX54B34D
Decimal8417977
Binary1010100101100111001101
Octal124263115

Shades and tints

Shades of #54B34D

#54B34D
(84,179,77)
#4DA346
(77,163,70)
#46933F
(70,147,63)
#3F8338
(63,131,56)
#387331
(56,115,49)
#31632A
(49,99,42)
#2A5323
(42,83,35)
#23431C
(35,67,28)
#1C3315
(28,51,21)
#15230E
(21,35,14)
#0E1307
(14,19,7)
#000000
(0,0,0)

Tints of #54B34D

#54B34D
(84,179,77)
#63B95D
(99,185,93)
#72BF6D
(114,191,109)
#81C57D
(129,197,125)
#90CB8D
(144,203,141)
#9FD19D
(159,209,157)
#AED7AD
(174,215,173)
#BDDDBD
(189,221,189)
#CCE3CD
(204,227,205)
#DBE9DD
(219,233,221)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B34D color. Also use rgb(84,179,77) instead hex code.

Text Font Color

.myTextColor { color: #54B34D; }

<p style="color:#54B34D">This sample text font color is #54B34D.</p>

This text font color is #54B34D.


Background Color

.myBgColor { background-color: #54B34D; }

<div style="background-color:#54B34D">Inner text</div>

This div background color is #54B34D.


Border color

.myBorderColor { border: 1px solid #54B34D; }

<div style="border:3px solid #54B34D">Div</div>

This div border color is #54B34D.


Opacity

.myOpacity80 { color: #54B34D; opacity: 0.8; }

<p style="color:#54B34D;opacity:0.8;">80%</p>

Text with #54B34D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #54B34D;}

<p style="text-shadow: 3px 3px 1px #54B34D">Text here.</p>

This text has shadow with #54B34D color.

.textShadow {text-shadow: 3px 3px 1px #54B34D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #54B34D, 5px 5px 20px red">Text here.</p>

This text has shadow with #54B34D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#54B34D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#54B34D, Direction=45, Strength=4)">Text</p>

This text has shadow with #54B34D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #54B34D;
  -webkit-box-shadow:	1px 1px 3px 2px #54B34D;
  box-shadow:		1px 1px 3px 2px #54B34D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #54B34D;
-webkit-box-shadow: 1px 1px 3px 2px #54B34D;
box-shadow:1px 1px 3px 2px #54B34D;">
Div content here</div>
This div box has shadow with color #54B34D.

Preview

Color preview on black background

This text has color #54B34D on black background.


Color preview on white background

This text has color #54B34D on white background.



Black color preview on #54B34D background

This text has black color on #54B34D background.


White color preview on #54B34D background

This text has white color on #54B34D background.