COLOR #55997B

HEX: #55997B
RGB: (85,153,123)

Color info

#55997B contains mainly green and blue colors. Web safe color of #55997B is #669966 (or #696).

RGB color model

#55997B color RGB value is (85,153,123).

  • red value is 85;
  • green value is 153;
  • blue value is 123.
RGB:
(85,153,123)
(33%,60%,48%)

RGB channels and saturation

R 85 of 255 = 33%
G 153 of 255 = 60%
B 123 of 255 = 48%

85
153
123

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

Portions of RGB colors in percentages

R + G + B =
85 + 153 + 123 = 361 (100%)
R 85 of 361 ~ 23.55%
G 153 of 361 ~ 42.38%
B 123 of 361 ~ 34.07%

%23.55
%42.38
%34.07

CMYK color model

#55997B color CMYK value is (44,0,20,40).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 40.00%
CMYK:
(44,0,20,40)
C44M0Y20K40 
(44%,0%,20%,40%)
(0.44/0.00/0.20/0.40)	

CMYK percentages

%44.44
%0
%19.61
%40

Codes

Color #55997B in popluar color models

55997B
RGB85153123
HSL154°28.57%46.67%
HSB/HSV154°44.44%60.00%
CMYK44.44%0.00%19.61%
40.00%

Color #55997B in popluar number systems.

HEX55997B
Decimal85153123
Binary1010101100110011111011
Octal125231173

Shades and tints

Shades of #55997B

#55997B
(85,153,123)
#4E8C70
(78,140,112)
#477F65
(71,127,101)
#40725A
(64,114,90)
#39654F
(57,101,79)
#325844
(50,88,68)
#2B4B39
(43,75,57)
#243E2E
(36,62,46)
#1D3123
(29,49,35)
#162418
(22,36,24)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #55997B

#55997B
(85,153,123)
#64A287
(100,162,135)
#73AB93
(115,171,147)
#82B49F
(130,180,159)
#91BDAB
(145,189,171)
#A0C6B7
(160,198,183)
#AFCFC3
(175,207,195)
#BED8CF
(190,216,207)
#CDE1DB
(205,225,219)
#DCEAE7
(220,234,231)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55997B color. Also use rgb(85,153,123) instead hex code.

Text Font Color

.myTextColor { color: #55997B; }

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

This text font color is #55997B.


Background Color

.myBgColor { background-color: #55997B; }

<div style="background-color:#55997B">Inner text</div>

This div background color is #55997B.


Border color

.myBorderColor { border: 1px solid #55997B; }

<div style="border:3px solid #55997B">Div</div>

This div border color is #55997B.


Opacity

.myOpacity80 { color: #55997B; opacity: 0.8; }

<p style="color:#55997B;opacity:0.8;">80%</p>

Text with #55997B 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 #55997B;}

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

This text has shadow with #55997B color.

.textShadow {text-shadow: 3px 3px 1px #55997B, 3px 3px 1px red;}

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

This text has shadow with #55997B primary color and red secondary color.


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

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

This text has shadow with #55997B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55997B on black background.


Color preview on white background

This text has color #55997B on white background.



Black color preview on #55997B background

This text has black color on #55997B background.


White color preview on #55997B background

This text has white color on #55997B background.