COLOR #557B68

HEX: #557B68
RGB: (85,123,104)

Color info

#557B68 contains red, green and blue colors in about the same proportion. Web safe color of #557B68 is #666666 (or #666).

RGB color model

#557B68 color RGB value is (85,123,104).

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

RGB channels and saturation

R 85 of 255 = 33%
G 123 of 255 = 48%
B 104 of 255 = 41%

85
123
104

R + G + B ~ 41%. #557B68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 123 + 104 = 312 (100%)
R 85 of 312 ~ 27.24%
G 123 of 312 ~ 39.42%
B 104 of 312 ~ 33.33%

%27.24
%39.42
%33.33

CMYK color model

#557B68 color CMYK value is (31,0,15,52).

  • cyan value is 30.89%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 51.76%
CMYK:
(31,0,15,52)
C31M0Y15K52 
(31%,0%,15%,52%)
(0.31/0.00/0.15/0.52)	

CMYK percentages

%30.89
%0
%15.45
%51.76

Codes

Color #557B68 in popluar color models

557B68
RGB85123104
HSL150°18.27%40.78%
HSB/HSV150°30.89%48.24%
CMYK30.89%0.00%15.45%
51.76%

Color #557B68 in popluar number systems.

HEX557B68
Decimal85123104
Binary101010111110111101000
Octal125173150

Shades and tints

Shades of #557B68

#557B68
(85,123,104)
#4E705F
(78,112,95)
#476556
(71,101,86)
#405A4D
(64,90,77)
#394F44
(57,79,68)
#32443B
(50,68,59)
#2B3932
(43,57,50)
#242E29
(36,46,41)
#1D2320
(29,35,32)
#161817
(22,24,23)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #557B68

#557B68
(85,123,104)
#648775
(100,135,117)
#739382
(115,147,130)
#829F8F
(130,159,143)
#91AB9C
(145,171,156)
#A0B7A9
(160,183,169)
#AFC3B6
(175,195,182)
#BECFC3
(190,207,195)
#CDDBD0
(205,219,208)
#DCE7DD
(220,231,221)
#EBF3EA
(235,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557B68 color. Also use rgb(85,123,104) instead hex code.

Text Font Color

.myTextColor { color: #557B68; }

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

This text font color is #557B68.


Background Color

.myBgColor { background-color: #557B68; }

<div style="background-color:#557B68">Inner text</div>

This div background color is #557B68.


Border color

.myBorderColor { border: 1px solid #557B68; }

<div style="border:3px solid #557B68">Div</div>

This div border color is #557B68.


Opacity

.myOpacity80 { color: #557B68; opacity: 0.8; }

<p style="color:#557B68;opacity:0.8;">80%</p>

Text with #557B68 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 #557B68;}

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

This text has shadow with #557B68 color.

.textShadow {text-shadow: 3px 3px 1px #557B68, 3px 3px 1px red;}

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

This text has shadow with #557B68 primary color and red secondary color.


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

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

This text has shadow with #557B68 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557B68 on black background.


Color preview on white background

This text has color #557B68 on white background.



Black color preview on #557B68 background

This text has black color on #557B68 background.


White color preview on #557B68 background

This text has white color on #557B68 background.