COLOR #58885B

HEX: #58885B RGB: (88,136,91)

Color info

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

RGB color model

#58885B color RGB value is (88,136,91).

RGB: (88,136,91) (35%, 53%, 36%)

RGB channels and saturation

R 88 of 255 = 35%
G 136 of 255 = 53%
B 91 of 255 = 36%

88
136
91

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

Portions of RGB colors in percentages

R + G + B = 88 + 136 + 91 = 315 (100%)
R 88 of 315 ~ 27.94%
G 136 of 315 ~ 43.17%
B 91 of 315 ~ 28.89'%

%27.94
%43.17
%28.89

CMYK color model

#58885B color CMYK value is (35,0,33,47).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 33.09%
  • key color value is 46.67%

CMYK: (35,0,33,47)
C35M0Y33K47 (35%, 0%, 33%, 47%)
(0.35 / 0.00 / 0.33 / 0.47)

CMYK percentages

%35.29
%0
%33.09
%46.67

Codes

Color #58885B in popluar color models

58 88 5B
RGB 88 136 91
HSL 124° 21.43% 43.92%
HSB/HSV 124° 35.29% 53.33%
CMYK 35.29% 0.00% 33.09%
46.67%

Color #58885B in popluar number systems.

HEX 58 88 5B
Decimal 88 136 91
Binary 1011000 10001000 1011011
Octal 130 210 133

Shades and tints

Shades of #58885B

#58885B
(88,136,91)
#507C53
(80,124,83)
#48704B
(72,112,75)
#406443
(64,100,67)
#38583B
(56,88,59)
#304C33
(48,76,51)
#28402B
(40,64,43)
#203423
(32,52,35)
#18281B
(24,40,27)
#101C13
(16,28,19)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #58885B

#58885B
(88,136,91)
#679269
(103,146,105)
#769C77
(118,156,119)
#85A685
(133,166,133)
#94B093
(148,176,147)
#A3BAA1
(163,186,161)
#B2C4AF
(178,196,175)
#C1CEBD
(193,206,189)
#D0D8CB
(208,216,203)
#DFE2D9
(223,226,217)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58885B color. Also use rgb(88,136,91) instead hex code.

Text Font Color

.myTextColor { color: #58885B; }

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

This text font color is #58885B.

Background Color

.myBgColor { background-color: #58885B; }

<div style="background-color:#58885B">Inner text</div>

This div background color is #58885B.

Border color

.myBorderColor { border: 1px solid #58885B; }

<div style="border:3px solid #58885B">Div</div>

This div border color is #58885B.

Opacity

.myOpacity80 { color: #58885B; opacity: 0.8; }

<p style="color:#58885B;opacity:0.8;">80%</p>

Text with #58885B 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 #58885B;}

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

This text has shadow with #58885B color.


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

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

This text has shadow with #58885B primary color and red secondary color.


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

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

This text has shadow with #58885B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58885B.

Preview

Color preview on black background

This text has color #58885B on black background.


Color preview on white background

This text has color #58885B on white background.


Black color preview on #58885B background

This text has black color on #58885B background.


White color preview on #58885B background

This text has white color on #58885B background.


Related colors

Complementary color

Complementary color for #hex is #A777A4.


I love getcolorcode.com

Triadic colors

1 #5B5888 and #885B58 with #58885B are triadic colors.

2 #5B8858 and #88585B with #58885B are triadic colors.