COLOR #55967B

HEX: #55967B RGB: (85,150,123)

Color info

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

RGB color model

#55967B color RGB value is (85,150,123).

RGB: (85,150,123) (33%, 59%, 48%)

RGB channels and saturation

R 85 of 255 = 33%
G 150 of 255 = 59%
B 123 of 255 = 48%

85
150
123

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

Portions of RGB colors in percentages

R + G + B = 85 + 150 + 123 = 358 (100%)
R 85 of 358 ~ 23.74%
G 150 of 358 ~ 41.9%
B 123 of 358 ~ 34.36'%

%23.74
%41.9
%34.36

CMYK color model

#55967B color CMYK value is (43,0,18,41).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 41.18%

CMYK: (43,0,18,41)
C43M0Y18K41 (43%, 0%, 18%, 41%)
(0.43 / 0.00 / 0.18 / 0.41)

CMYK percentages

%43.33
%0
%18
%41.18

Codes

Color #55967B in popluar color models

55 96 7B
RGB 85 150 123
HSL 155° 27.66% 46.08%
HSB/HSV 155° 43.33% 58.82%
CMYK 43.33% 0.00% 18.00%
41.18%

Color #55967B in popluar number systems.

HEX 55 96 7B
Decimal 85 150 123
Binary 1010101 10010110 1111011
Octal 125 226 173

Shades and tints

Shades of #55967B

#55967B
(85,150,123)
#4E8970
(78,137,112)
#477C65
(71,124,101)
#406F5A
(64,111,90)
#39624F
(57,98,79)
#325544
(50,85,68)
#2B4839
(43,72,57)
#243B2E
(36,59,46)
#1D2E23
(29,46,35)
#162118
(22,33,24)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #55967B

#55967B
(85,150,123)
#649F87
(100,159,135)
#73A893
(115,168,147)
#82B19F
(130,177,159)
#91BAAB
(145,186,171)
#A0C3B7
(160,195,183)
#AFCCC3
(175,204,195)
#BED5CF
(190,213,207)
#CDDEDB
(205,222,219)
#DCE7E7
(220,231,231)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55967B; }

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

This text font color is #55967B.

Background Color

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

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

This div background color is #55967B.

Border color

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

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

This div border color is #55967B.

Opacity

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

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

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

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

This text has shadow with #55967B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55967B.

Preview

Color preview on black background

This text has color #55967B on black background.


Color preview on white background

This text has color #55967B on white background.


Black color preview on #55967B background

This text has black color on #55967B background.


White color preview on #55967B background

This text has white color on #55967B background.


Related colors

Complementary color

Complementary color for #hex is #AA6984.


I love getcolorcode.com

Triadic colors

1 #7B5596 and #967B55 with #55967B are triadic colors.

2 #7B9655 and #96557B with #55967B are triadic colors.