COLOR #54B592

HEX: #54B592
RGB: (84,181,146)

Color info

#54B592 contains mainly green and blue colors. Web safe color of #54B592 is #66CC99 (or #6C9).

RGB color model

#54B592 color RGB value is (84,181,146).

  • red value is 84;
  • green value is 181;
  • blue value is 146.
RGB:
(84,181,146)
(33%,71%,57%)

RGB channels and saturation

R 84 of 255 = 33%
G 181 of 255 = 71%
B 146 of 255 = 57%

84
181
146

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

Portions of RGB colors in percentages

R + G + B =
84 + 181 + 146 = 411 (100%)
R 84 of 411 ~ 20.44%
G 181 of 411 ~ 44.04%
B 146 of 411 ~ 35.52%

%20.44
%44.04
%35.52

CMYK color model

#54B592 color CMYK value is (54,0,19,29).

  • cyan value is 53.59%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 29.02%
CMYK:
(54,0,19,29)
C54M0Y19K29 
(54%,0%,19%,29%)
(0.54/0.00/0.19/0.29)	

CMYK percentages

%53.59
%0
%19.34
%29.02

Codes

Color #54B592 in popluar color models

54B592
RGB84181146
HSL158°39.59%51.96%
HSB/HSV158°53.59%70.98%
CMYK53.59%0.00%19.34%
29.02%

Color #54B592 in popluar number systems.

HEX54B592
Decimal84181146
Binary10101001011010110010010
Octal124265222

Shades and tints

Shades of #54B592

#54B592
(84,181,146)
#4DA585
(77,165,133)
#469578
(70,149,120)
#3F856B
(63,133,107)
#38755E
(56,117,94)
#316551
(49,101,81)
#2A5544
(42,85,68)
#234537
(35,69,55)
#1C352A
(28,53,42)
#15251D
(21,37,29)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #54B592

#54B592
(84,181,146)
#63BB9B
(99,187,155)
#72C1A4
(114,193,164)
#81C7AD
(129,199,173)
#90CDB6
(144,205,182)
#9FD3BF
(159,211,191)
#AED9C8
(174,217,200)
#BDDFD1
(189,223,209)
#CCE5DA
(204,229,218)
#DBEBE3
(219,235,227)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B592 color. Also use rgb(84,181,146) instead hex code.

Text Font Color

.myTextColor { color: #54B592; }

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

This text font color is #54B592.


Background Color

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

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

This div background color is #54B592.


Border color

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

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

This div border color is #54B592.


Opacity

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

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

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

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

This text has shadow with #54B592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B592 on black background.


Color preview on white background

This text has color #54B592 on white background.



Black color preview on #54B592 background

This text has black color on #54B592 background.


White color preview on #54B592 background

This text has white color on #54B592 background.