COLOR #10585E

HEX: #10585E
RGB: (16,88,94)

Color info

#10585E contains mainly green and blue colors. Web safe color of #10585E is #006666 (or #066).

RGB color model

#10585E color RGB value is (16,88,94).

  • red value is 16;
  • green value is 88;
  • blue value is 94.
RGB:
(16,88,94)
(6%,35%,37%)

RGB channels and saturation

R 16 of 255 = 6%
G 88 of 255 = 35%
B 94 of 255 = 37%

16
88
94

R + G + B ~ 26%. #10585E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 88 + 94 = 198 (100%)
R 16 of 198 ~ 8.08%
G 88 of 198 ~ 44.44%
B 94 of 198 ~ 47.47%

%44.44
%47.47

CMYK color model

#10585E color CMYK value is (83,6,0,63).

  • cyan value is 82.98%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(83,6,0,63)
C83M6Y0K63 
(83%,6%,0%,63%)
(0.83/0.06/0.00/0.63)	

CMYK percentages

%82.98
%6.38
%0
%63.14

Codes

Color #10585E in popluar color models

10585E
RGB168894
HSL185°70.91%21.57%
HSB/HSV185°82.98%36.86%
CMYK82.98%6.38%0.00%
63.14%

Color #10585E in popluar number systems.

HEX10585E
Decimal168894
Binary1000010110001011110
Octal20130136

Shades and tints

Shades of #10585E

#10585E
(16,88,94)
#0F5056
(15,80,86)
#0E484E
(14,72,78)
#0D4046
(13,64,70)
#0C383E
(12,56,62)
#0B3036
(11,48,54)
#0A282E
(10,40,46)
#092026
(9,32,38)
#08181E
(8,24,30)
#071016
(7,16,22)
#06080E
(6,8,14)
#000000
(0,0,0)

Tints of #10585E

#10585E
(16,88,94)
#25676C
(37,103,108)
#3A767A
(58,118,122)
#4F8588
(79,133,136)
#649496
(100,148,150)
#79A3A4
(121,163,164)
#8EB2B2
(142,178,178)
#A3C1C0
(163,193,192)
#B8D0CE
(184,208,206)
#CDDFDC
(205,223,220)
#E2EEEA
(226,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10585E color. Also use rgb(16,88,94) instead hex code.

Text Font Color

.myTextColor { color: #10585E; }

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

This text font color is #10585E.


Background Color

.myBgColor { background-color: #10585E; }

<div style="background-color:#10585E">Inner text</div>

This div background color is #10585E.


Border color

.myBorderColor { border: 1px solid #10585E; }

<div style="border:3px solid #10585E">Div</div>

This div border color is #10585E.


Opacity

.myOpacity80 { color: #10585E; opacity: 0.8; }

<p style="color:#10585E;opacity:0.8;">80%</p>

Text with #10585E 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 #10585E;}

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

This text has shadow with #10585E color.

.textShadow {text-shadow: 3px 3px 1px #10585E, 3px 3px 1px red;}

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

This text has shadow with #10585E primary color and red secondary color.


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

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

This text has shadow with #10585E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10585E on black background.


Color preview on white background

This text has color #10585E on white background.



Black color preview on #10585E background

This text has black color on #10585E background.


White color preview on #10585E background

This text has white color on #10585E background.