COLOR #58768A

HEX: #58768A
RGB: (88,118,138)

Color info

#58768A contains red, green and blue colors in about the same proportion. Web safe color of #58768A is #666699 (or #669).

RGB color model

#58768A color RGB value is (88,118,138).

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

RGB channels and saturation

R 88 of 255 = 35%
G 118 of 255 = 46%
B 138 of 255 = 54%

88
118
138

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

Portions of RGB colors in percentages

R + G + B =
88 + 118 + 138 = 344 (100%)
R 88 of 344 ~ 25.58%
G 118 of 344 ~ 34.3%
B 138 of 344 ~ 40.12%

%25.58
%34.3
%40.12

CMYK color model

#58768A color CMYK value is (36,14,0,46).

  • cyan value is 36.23%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(36,14,0,46)
C36M14Y0K46 
(36%,14%,0%,46%)
(0.36/0.14/0.00/0.46)	

CMYK percentages

%36.23
%14.49
%0
%45.88

Codes

Color #58768A in popluar color models

58768A
RGB88118138
HSL204°22.12%44.31%
HSB/HSV204°36.23%54.12%
CMYK36.23%14.49%0.00%
45.88%

Color #58768A in popluar number systems.

HEX58768A
Decimal88118138
Binary1011000111011010001010
Octal130166212

Shades and tints

Shades of #58768A

#58768A
(88,118,138)
#506C7E
(80,108,126)
#486272
(72,98,114)
#405866
(64,88,102)
#384E5A
(56,78,90)
#30444E
(48,68,78)
#283A42
(40,58,66)
#203036
(32,48,54)
#18262A
(24,38,42)
#101C1E
(16,28,30)
#081212
(8,18,18)
#000000
(0,0,0)

Tints of #58768A

#58768A
(88,118,138)
#678294
(103,130,148)
#768E9E
(118,142,158)
#859AA8
(133,154,168)
#94A6B2
(148,166,178)
#A3B2BC
(163,178,188)
#B2BEC6
(178,190,198)
#C1CAD0
(193,202,208)
#D0D6DA
(208,214,218)
#DFE2E4
(223,226,228)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58768A; }

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

This text font color is #58768A.


Background Color

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

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

This div background color is #58768A.


Border color

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

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

This div border color is #58768A.


Opacity

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

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

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

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

This text has shadow with #58768A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58768A on black background.


Color preview on white background

This text has color #58768A on white background.



Black color preview on #58768A background

This text has black color on #58768A background.


White color preview on #58768A background

This text has white color on #58768A background.