COLOR #549E83

HEX: #549E83
RGB: (84,158,131)

Color info

#549E83 contains mainly green and blue colors. Web safe color of #549E83 is #669999 (or #699).

RGB color model

#549E83 color RGB value is (84,158,131).

  • red value is 84;
  • green value is 158;
  • blue value is 131.
RGB:
(84,158,131)
(33%,62%,51%)

RGB channels and saturation

R 84 of 255 = 33%
G 158 of 255 = 62%
B 131 of 255 = 51%

84
158
131

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

Portions of RGB colors in percentages

R + G + B =
84 + 158 + 131 = 373 (100%)
R 84 of 373 ~ 22.52%
G 158 of 373 ~ 42.36%
B 131 of 373 ~ 35.12%

%22.52
%42.36
%35.12

CMYK color model

#549E83 color CMYK value is (47,0,17,38).

  • cyan value is 46.84%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 38.04%
CMYK:
(47,0,17,38)
C47M0Y17K38 
(47%,0%,17%,38%)
(0.47/0.00/0.17/0.38)	

CMYK percentages

%46.84
%0
%17.09
%38.04

Codes

Color #549E83 in popluar color models

549E83
RGB84158131
HSL158°30.58%47.45%
HSB/HSV158°46.84%61.96%
CMYK46.84%0.00%17.09%
38.04%

Color #549E83 in popluar number systems.

HEX549E83
Decimal84158131
Binary10101001001111010000011
Octal124236203

Shades and tints

Shades of #549E83

#549E83
(84,158,131)
#4D9078
(77,144,120)
#46826D
(70,130,109)
#3F7462
(63,116,98)
#386657
(56,102,87)
#31584C
(49,88,76)
#2A4A41
(42,74,65)
#233C36
(35,60,54)
#1C2E2B
(28,46,43)
#152020
(21,32,32)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #549E83

#549E83
(84,158,131)
#63A68E
(99,166,142)
#72AE99
(114,174,153)
#81B6A4
(129,182,164)
#90BEAF
(144,190,175)
#9FC6BA
(159,198,186)
#AECEC5
(174,206,197)
#BDD6D0
(189,214,208)
#CCDEDB
(204,222,219)
#DBE6E6
(219,230,230)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #549E83 color. Also use rgb(84,158,131) instead hex code.

Text Font Color

.myTextColor { color: #549E83; }

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

This text font color is #549E83.


Background Color

.myBgColor { background-color: #549E83; }

<div style="background-color:#549E83">Inner text</div>

This div background color is #549E83.


Border color

.myBorderColor { border: 1px solid #549E83; }

<div style="border:3px solid #549E83">Div</div>

This div border color is #549E83.


Opacity

.myOpacity80 { color: #549E83; opacity: 0.8; }

<p style="color:#549E83;opacity:0.8;">80%</p>

Text with #549E83 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 #549E83;}

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

This text has shadow with #549E83 color.

.textShadow {text-shadow: 3px 3px 1px #549E83, 3px 3px 1px red;}

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

This text has shadow with #549E83 primary color and red secondary color.


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

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

This text has shadow with #549E83 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #549E83 on black background.


Color preview on white background

This text has color #549E83 on white background.



Black color preview on #549E83 background

This text has black color on #549E83 background.


White color preview on #549E83 background

This text has white color on #549E83 background.