COLOR #54B793

HEX: #54B793 RGB: (84,183,147)

Color info

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

RGB color model

#54B793 color RGB value is (84,183,147).

RGB: (84,183,147) (33%, 72%, 58%)

RGB channels and saturation

R 84 of 255 = 33%
G 183 of 255 = 72%
B 147 of 255 = 58%

84
183
147

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

Portions of RGB colors in percentages

R + G + B = 84 + 183 + 147 = 414 (100%)
R 84 of 414 ~ 20.29%
G 183 of 414 ~ 44.2%
B 147 of 414 ~ 35.51'%

%20.29
%44.2
%35.51

CMYK color model

#54B793 color CMYK value is (54,0,20,28).

  • cyan value is 54.10%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 28.24%

CMYK: (54,0,20,28)
C54M0Y20K28 (54%, 0%, 20%, 28%)
(0.54 / 0.00 / 0.20 / 0.28)

CMYK percentages

%54.1
%0
%19.67
%28.24

Codes

Color #54B793 in popluar color models

54 B7 93
RGB 84 183 147
HSL 158° 40.74% 52.35%
HSB/HSV 158° 54.10% 71.76%
CMYK 54.10% 0.00% 19.67%
28.24%

Color #54B793 in popluar number systems.

HEX 54 B7 93
Decimal 84 183 147
Binary 1010100 10110111 10010011
Octal 124 267 223

Shades and tints

Shades of #54B793

#54B793
(84,183,147)
#4DA786
(77,167,134)
#469779
(70,151,121)
#3F876C
(63,135,108)
#38775F
(56,119,95)
#316752
(49,103,82)
#2A5745
(42,87,69)
#234738
(35,71,56)
#1C372B
(28,55,43)
#15271E
(21,39,30)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #54B793

#54B793
(84,183,147)
#63BD9C
(99,189,156)
#72C3A5
(114,195,165)
#81C9AE
(129,201,174)
#90CFB7
(144,207,183)
#9FD5C0
(159,213,192)
#AEDBC9
(174,219,201)
#BDE1D2
(189,225,210)
#CCE7DB
(204,231,219)
#DBEDE4
(219,237,228)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B793 color. Also use rgb(84,183,147) instead hex code.

Text Font Color

.myTextColor { color: #54B793; }

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

This text font color is #54B793.

Background Color

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

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

This div background color is #54B793.

Border color

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

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

This div border color is #54B793.

Opacity

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

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

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

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

This text has shadow with #54B793 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54B793.

Preview

Color preview on black background

This text has color #54B793 on black background.


Color preview on white background

This text has color #54B793 on white background.


Black color preview on #54B793 background

This text has black color on #54B793 background.


White color preview on #54B793 background

This text has white color on #54B793 background.


Related colors

Complementary color

Complementary color for #hex is #AB486C.


I love getcolorcode.com

Triadic colors

1 #9354B7 and #B79354 with #54B793 are triadic colors.

2 #93B754 and #B75493 with #54B793 are triadic colors.