COLOR #58838A

HEX: #58838A
RGB: (88,131,138)

Color info

#58838A contains red, green and blue colors in about the same proportion. Web safe color of #58838A is #669999 (or #699).

RGB color model

#58838A color RGB value is (88,131,138).

  • red value is 88;
  • green value is 131;
  • blue value is 138.
RGB:
(88,131,138)
(35%,51%,54%)

RGB channels and saturation

R 88 of 255 = 35%
G 131 of 255 = 51%
B 138 of 255 = 54%

88
131
138

R + G + B ~ 47%. #58838A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 131 + 138 = 357 (100%)
R 88 of 357 ~ 24.65%
G 131 of 357 ~ 36.69%
B 138 of 357 ~ 38.66%

%24.65
%36.69
%38.66

CMYK color model

#58838A color CMYK value is (36,5,0,46).

  • cyan value is 36.23%
  • magenta value is 5.07%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(36,5,0,46)
C36M5Y0K46 
(36%,5%,0%,46%)
(0.36/0.05/0.00/0.46)	

CMYK percentages

%36.23
%5.07
%0
%45.88

Codes

Color #58838A in popluar color models

58838A
RGB88131138
HSL188°22.12%44.31%
HSB/HSV188°36.23%54.12%
CMYK36.23%5.07%0.00%
45.88%

Color #58838A in popluar number systems.

HEX58838A
Decimal88131138
Binary10110001000001110001010
Octal130203212

Shades and tints

Shades of #58838A

#58838A
(88,131,138)
#50787E
(80,120,126)
#486D72
(72,109,114)
#406266
(64,98,102)
#38575A
(56,87,90)
#304C4E
(48,76,78)
#284142
(40,65,66)
#203636
(32,54,54)
#182B2A
(24,43,42)
#10201E
(16,32,30)
#081512
(8,21,18)
#000000
(0,0,0)

Tints of #58838A

#58838A
(88,131,138)
#678E94
(103,142,148)
#76999E
(118,153,158)
#85A4A8
(133,164,168)
#94AFB2
(148,175,178)
#A3BABC
(163,186,188)
#B2C5C6
(178,197,198)
#C1D0D0
(193,208,208)
#D0DBDA
(208,219,218)
#DFE6E4
(223,230,228)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58838A color. Also use rgb(88,131,138) instead hex code.

Text Font Color

.myTextColor { color: #58838A; }

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

This text font color is #58838A.


Background Color

.myBgColor { background-color: #58838A; }

<div style="background-color:#58838A">Inner text</div>

This div background color is #58838A.


Border color

.myBorderColor { border: 1px solid #58838A; }

<div style="border:3px solid #58838A">Div</div>

This div border color is #58838A.


Opacity

.myOpacity80 { color: #58838A; opacity: 0.8; }

<p style="color:#58838A;opacity:0.8;">80%</p>

Text with #58838A 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 #58838A;}

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

This text has shadow with #58838A color.

.textShadow {text-shadow: 3px 3px 1px #58838A, 3px 3px 1px red;}

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

This text has shadow with #58838A primary color and red secondary color.


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

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

This text has shadow with #58838A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58838A on black background.


Color preview on white background

This text has color #58838A on white background.



Black color preview on #58838A background

This text has black color on #58838A background.


White color preview on #58838A background

This text has white color on #58838A background.