COLOR #558B53

HEX: #558B53
RGB: (85,139,83)

Color info

#558B53 contains red, green and blue colors in about the same proportion. Web safe color of #558B53 is #669966 (or #696).

RGB color model

#558B53 color RGB value is (85,139,83).

  • red value is 85;
  • green value is 139;
  • blue value is 83.
RGB:
(85,139,83)
(33%,55%,33%)

RGB channels and saturation

R 85 of 255 = 33%
G 139 of 255 = 55%
B 83 of 255 = 33%

85
139
83

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

Portions of RGB colors in percentages

R + G + B =
85 + 139 + 83 = 307 (100%)
R 85 of 307 ~ 27.69%
G 139 of 307 ~ 45.28%
B 83 of 307 ~ 27.04%

%27.69
%45.28
%27.04

CMYK color model

#558B53 color CMYK value is (39,0,40,45).

  • cyan value is 38.85%
  • magenta value is 0.00%
  • yellow value is 40.29%
  • key color value is 45.49%
CMYK:
(39,0,40,45)
C39M0Y40K45 
(39%,0%,40%,45%)
(0.39/0.00/0.40/0.45)	

CMYK percentages

%38.85
%0
%40.29
%45.49

Codes

Color #558B53 in popluar color models

558B53
RGB8513983
HSL118°25.23%43.53%
HSB/HSV118°40.29%54.51%
CMYK38.85%0.00%40.29%
45.49%

Color #558B53 in popluar number systems.

HEX558B53
Decimal8513983
Binary1010101100010111010011
Octal125213123

Shades and tints

Shades of #558B53

#558B53
(85,139,83)
#4E7F4C
(78,127,76)
#477345
(71,115,69)
#40673E
(64,103,62)
#395B37
(57,91,55)
#324F30
(50,79,48)
#2B4329
(43,67,41)
#243722
(36,55,34)
#1D2B1B
(29,43,27)
#161F14
(22,31,20)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #558B53

#558B53
(85,139,83)
#649562
(100,149,98)
#739F71
(115,159,113)
#82A980
(130,169,128)
#91B38F
(145,179,143)
#A0BD9E
(160,189,158)
#AFC7AD
(175,199,173)
#BED1BC
(190,209,188)
#CDDBCB
(205,219,203)
#DCE5DA
(220,229,218)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558B53 color. Also use rgb(85,139,83) instead hex code.

Text Font Color

.myTextColor { color: #558B53; }

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

This text font color is #558B53.


Background Color

.myBgColor { background-color: #558B53; }

<div style="background-color:#558B53">Inner text</div>

This div background color is #558B53.


Border color

.myBorderColor { border: 1px solid #558B53; }

<div style="border:3px solid #558B53">Div</div>

This div border color is #558B53.


Opacity

.myOpacity80 { color: #558B53; opacity: 0.8; }

<p style="color:#558B53;opacity:0.8;">80%</p>

Text with #558B53 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 #558B53;}

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

This text has shadow with #558B53 color.

.textShadow {text-shadow: 3px 3px 1px #558B53, 3px 3px 1px red;}

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

This text has shadow with #558B53 primary color and red secondary color.


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

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

This text has shadow with #558B53 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558B53 on black background.


Color preview on white background

This text has color #558B53 on white background.



Black color preview on #558B53 background

This text has black color on #558B53 background.


White color preview on #558B53 background

This text has white color on #558B53 background.