COLOR #557E53

HEX: #557E53 RGB: (85,126,83)

Color info

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

RGB color model

#557E53 color RGB value is (85,126,83).

RGB: (85,126,83) (33%, 49%, 33%)

RGB channels and saturation

R 85 of 255 = 33%
G 126 of 255 = 49%
B 83 of 255 = 33%

85
126
83

R + G + B ~ 38%. #557E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 126 + 83 = 294 (100%)
R 85 of 294 ~ 28.91%
G 126 of 294 ~ 42.86%
B 83 of 294 ~ 28.23'%

%28.91
%42.86
%28.23

CMYK color model

#557E53 color CMYK value is (33,0,34,51).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 34.13%
  • key color value is 50.59%

CMYK: (33,0,34,51)
C33M0Y34K51 (33%, 0%, 34%, 51%)
(0.33 / 0.00 / 0.34 / 0.51)

CMYK percentages

%32.54
%0
%34.13
%50.59

Codes

Color #557E53 in popluar color models

55 7E 53
RGB 85 126 83
HSL 117° 20.57% 40.98%
HSB/HSV 117° 34.13% 49.41%
CMYK 32.54% 0.00% 34.13%
50.59%

Color #557E53 in popluar number systems.

HEX 55 7E 53
Decimal 85 126 83
Binary 1010101 1111110 1010011
Octal 125 176 123

Shades and tints

Shades of #557E53

#557E53
(85,126,83)
#4E734C
(78,115,76)
#476845
(71,104,69)
#405D3E
(64,93,62)
#395237
(57,82,55)
#324730
(50,71,48)
#2B3C29
(43,60,41)
#243122
(36,49,34)
#1D261B
(29,38,27)
#161B14
(22,27,20)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #557E53

#557E53
(85,126,83)
#648962
(100,137,98)
#739471
(115,148,113)
#829F80
(130,159,128)
#91AA8F
(145,170,143)
#A0B59E
(160,181,158)
#AFC0AD
(175,192,173)
#BECBBC
(190,203,188)
#CDD6CB
(205,214,203)
#DCE1DA
(220,225,218)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557E53 color. Also use rgb(85,126,83) instead hex code.

Text Font Color

.myTextColor { color: #557E53; }

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

This text font color is #557E53.

Background Color

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

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

This div background color is #557E53.

Border color

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

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

This div border color is #557E53.

Opacity

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

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

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

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

This text has shadow with #557E53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #557E53.

Preview

Color preview on black background

This text has color #557E53 on black background.


Color preview on white background

This text has color #557E53 on white background.


Black color preview on #557E53 background

This text has black color on #557E53 background.


White color preview on #557E53 background

This text has white color on #557E53 background.


Related colors

Complementary color

Complementary color for #hex is #AA81AC.


I love getcolorcode.com

Triadic colors

1 #53557E and #7E5355 with #557E53 are triadic colors.

2 #537E55 and #7E5553 with #557E53 are triadic colors.