COLOR #557B67

HEX: #557B67
RGB: (85,123,103)

Color info

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

RGB color model

#557B67 color RGB value is (85,123,103).

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

RGB channels and saturation

R 85 of 255 = 33%
G 123 of 255 = 48%
B 103 of 255 = 40%

85
123
103

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

Portions of RGB colors in percentages

R + G + B =
85 + 123 + 103 = 311 (100%)
R 85 of 311 ~ 27.33%
G 123 of 311 ~ 39.55%
B 103 of 311 ~ 33.12%

%27.33
%39.55
%33.12

CMYK color model

#557B67 color CMYK value is (31,0,16,52).

  • cyan value is 30.89%
  • magenta value is 0.00%
  • yellow value is 16.26%
  • key color value is 51.76%
CMYK:
(31,0,16,52)
C31M0Y16K52 
(31%,0%,16%,52%)
(0.31/0.00/0.16/0.52)	

CMYK percentages

%30.89
%0
%16.26
%51.76

Codes

Color #557B67 in popluar color models

557B67
RGB85123103
HSL148°18.27%40.78%
HSB/HSV148°30.89%48.24%
CMYK30.89%0.00%16.26%
51.76%

Color #557B67 in popluar number systems.

HEX557B67
Decimal85123103
Binary101010111110111100111
Octal125173147

Shades and tints

Shades of #557B67

#557B67
(85,123,103)
#4E705E
(78,112,94)
#476555
(71,101,85)
#405A4C
(64,90,76)
#394F43
(57,79,67)
#32443A
(50,68,58)
#2B3931
(43,57,49)
#242E28
(36,46,40)
#1D231F
(29,35,31)
#161816
(22,24,22)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #557B67

#557B67
(85,123,103)
#648774
(100,135,116)
#739381
(115,147,129)
#829F8E
(130,159,142)
#91AB9B
(145,171,155)
#A0B7A8
(160,183,168)
#AFC3B5
(175,195,181)
#BECFC2
(190,207,194)
#CDDBCF
(205,219,207)
#DCE7DC
(220,231,220)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557B67; }

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

This text font color is #557B67.


Background Color

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

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

This div background color is #557B67.


Border color

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

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

This div border color is #557B67.


Opacity

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

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

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

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

This text has shadow with #557B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557B67 on black background.


Color preview on white background

This text has color #557B67 on white background.



Black color preview on #557B67 background

This text has black color on #557B67 background.


White color preview on #557B67 background

This text has white color on #557B67 background.