COLOR #54B36F

HEX: #54B36F RGB: (84,179,111)

Color info

#54B36F contains mainly green color. Web safe color of #54B36F is #669966 (or #696).

RGB color model

#54B36F color RGB value is (84,179,111).

RGB: (84,179,111) (33%, 70%, 44%)

RGB channels and saturation

R 84 of 255 = 33%
G 179 of 255 = 70%
B 111 of 255 = 44%

84
179
111

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

Portions of RGB colors in percentages

R + G + B = 84 + 179 + 111 = 374 (100%)
R 84 of 374 ~ 22.46%
G 179 of 374 ~ 47.86%
B 111 of 374 ~ 29.68'%

%22.46
%47.86
%29.68

CMYK color model

#54B36F color CMYK value is (53,0,38,30).

  • cyan value is 53.07%
  • magenta value is 0.00%
  • yellow value is 37.99%
  • key color value is 29.80%

CMYK: (53,0,38,30)
C53M0Y38K30 (53%, 0%, 38%, 30%)
(0.53 / 0.00 / 0.38 / 0.30)

CMYK percentages

%53.07
%0
%37.99
%29.8

Codes

Color #54B36F in popluar color models

54 B3 6F
RGB 84 179 111
HSL 137° 38.46% 51.57%
HSB/HSV 137° 53.07% 70.20%
CMYK 53.07% 0.00% 37.99%
29.80%

Color #54B36F in popluar number systems.

HEX 54 B3 6F
Decimal 84 179 111
Binary 1010100 10110011 1101111
Octal 124 263 157

Shades and tints

Shades of #54B36F

#54B36F
(84,179,111)
#4DA365
(77,163,101)
#46935B
(70,147,91)
#3F8351
(63,131,81)
#387347
(56,115,71)
#31633D
(49,99,61)
#2A5333
(42,83,51)
#234329
(35,67,41)
#1C331F
(28,51,31)
#152315
(21,35,21)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #54B36F

#54B36F
(84,179,111)
#63B97C
(99,185,124)
#72BF89
(114,191,137)
#81C596
(129,197,150)
#90CBA3
(144,203,163)
#9FD1B0
(159,209,176)
#AED7BD
(174,215,189)
#BDDDCA
(189,221,202)
#CCE3D7
(204,227,215)
#DBE9E4
(219,233,228)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54B36F; }

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

This text font color is #54B36F.

Background Color

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

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

This div background color is #54B36F.

Border color

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

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

This div border color is #54B36F.

Opacity

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

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

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

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

This text has shadow with #54B36F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54B36F.

Preview

Color preview on black background

This text has color #54B36F on black background.


Color preview on white background

This text has color #54B36F on white background.


Black color preview on #54B36F background

This text has black color on #54B36F background.


White color preview on #54B36F background

This text has white color on #54B36F background.


Related colors

Complementary color

Complementary color for #hex is #AB4C90.


I love getcolorcode.com

Triadic colors

1 #6F54B3 and #B36F54 with #54B36F are triadic colors.

2 #6FB354 and #B3546F with #54B36F are triadic colors.