COLOR #55967D

HEX: #55967D
RGB: (85,150,125)

Color info

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

RGB color model

#55967D color RGB value is (85,150,125).

  • red value is 85;
  • green value is 150;
  • blue value is 125.
RGB:
(85,150,125)
(33%,59%,49%)

RGB channels and saturation

R 85 of 255 = 33%
G 150 of 255 = 59%
B 125 of 255 = 49%

85
150
125

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

Portions of RGB colors in percentages

R + G + B =
85 + 150 + 125 = 360 (100%)
R 85 of 360 ~ 23.61%
G 150 of 360 ~ 41.67%
B 125 of 360 ~ 34.72%

%23.61
%41.67
%34.72

CMYK color model

#55967D color CMYK value is (43,0,17,41).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(43,0,17,41)
C43M0Y17K41 
(43%,0%,17%,41%)
(0.43/0.00/0.17/0.41)	

CMYK percentages

%43.33
%0
%16.67
%41.18

Codes

Color #55967D in popluar color models

55967D
RGB85150125
HSL157°27.66%46.08%
HSB/HSV157°43.33%58.82%
CMYK43.33%0.00%16.67%
41.18%

Color #55967D in popluar number systems.

HEX55967D
Decimal85150125
Binary1010101100101101111101
Octal125226175

Shades and tints

Shades of #55967D

#55967D
(85,150,125)
#4E8972
(78,137,114)
#477C67
(71,124,103)
#406F5C
(64,111,92)
#396251
(57,98,81)
#325546
(50,85,70)
#2B483B
(43,72,59)
#243B30
(36,59,48)
#1D2E25
(29,46,37)
#16211A
(22,33,26)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #55967D

#55967D
(85,150,125)
#649F88
(100,159,136)
#73A893
(115,168,147)
#82B19E
(130,177,158)
#91BAA9
(145,186,169)
#A0C3B4
(160,195,180)
#AFCCBF
(175,204,191)
#BED5CA
(190,213,202)
#CDDED5
(205,222,213)
#DCE7E0
(220,231,224)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55967D; }

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

This text font color is #55967D.


Background Color

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

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

This div background color is #55967D.


Border color

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

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

This div border color is #55967D.


Opacity

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

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

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

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

This text has shadow with #55967D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55967D on black background.


Color preview on white background

This text has color #55967D on white background.



Black color preview on #55967D background

This text has black color on #55967D background.


White color preview on #55967D background

This text has white color on #55967D background.