COLOR #54B467

HEX: #54B467
RGB: (84,180,103)

Color info

#54B467 contains mainly green color. Web safe color of #54B467 is #66CC66 (or #6C6).

RGB color model

#54B467 color RGB value is (84,180,103).

  • red value is 84;
  • green value is 180;
  • blue value is 103.
RGB:
(84,180,103)
(33%,71%,40%)

RGB channels and saturation

R 84 of 255 = 33%
G 180 of 255 = 71%
B 103 of 255 = 40%

84
180
103

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

Portions of RGB colors in percentages

R + G + B =
84 + 180 + 103 = 367 (100%)
R 84 of 367 ~ 22.89%
G 180 of 367 ~ 49.05%
B 103 of 367 ~ 28.07%

%22.89
%49.05
%28.07

CMYK color model

#54B467 color CMYK value is (53,0,43,29).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 42.78%
  • key color value is 29.41%
CMYK:
(53,0,43,29)
C53M0Y43K29 
(53%,0%,43%,29%)
(0.53/0.00/0.43/0.29)	

CMYK percentages

%53.33
%0
%42.78
%29.41

Codes

Color #54B467 in popluar color models

54B467
RGB84180103
HSL132°39.02%51.76%
HSB/HSV132°53.33%70.59%
CMYK53.33%0.00%42.78%
29.41%

Color #54B467 in popluar number systems.

HEX54B467
Decimal84180103
Binary1010100101101001100111
Octal124264147

Shades and tints

Shades of #54B467

#54B467
(84,180,103)
#4DA45E
(77,164,94)
#469455
(70,148,85)
#3F844C
(63,132,76)
#387443
(56,116,67)
#31643A
(49,100,58)
#2A5431
(42,84,49)
#234428
(35,68,40)
#1C341F
(28,52,31)
#152416
(21,36,22)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #54B467

#54B467
(84,180,103)
#63BA74
(99,186,116)
#72C081
(114,192,129)
#81C68E
(129,198,142)
#90CC9B
(144,204,155)
#9FD2A8
(159,210,168)
#AED8B5
(174,216,181)
#BDDEC2
(189,222,194)
#CCE4CF
(204,228,207)
#DBEADC
(219,234,220)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B467 color. Also use rgb(84,180,103) instead hex code.

Text Font Color

.myTextColor { color: #54B467; }

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

This text font color is #54B467.


Background Color

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

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

This div background color is #54B467.


Border color

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

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

This div border color is #54B467.


Opacity

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

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

Text with #54B467 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 #54B467;}

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

This text has shadow with #54B467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B467 on black background.


Color preview on white background

This text has color #54B467 on white background.



Black color preview on #54B467 background

This text has black color on #54B467 background.


White color preview on #54B467 background

This text has white color on #54B467 background.