COLOR #12585E

HEX: #12585E
RGB: (18,88,94)

Color info

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

RGB color model

#12585E color RGB value is (18,88,94).

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

RGB channels and saturation

R 18 of 255 = 7%
G 88 of 255 = 35%
B 94 of 255 = 37%

18
88
94

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

Portions of RGB colors in percentages

R + G + B =
18 + 88 + 94 = 200 (100%)
R 18 of 200 ~ 9%
G 88 of 200 ~ 44%
B 94 of 200 ~ 47%

%44
%47

CMYK color model

#12585E color CMYK value is (81,6,0,63).

  • cyan value is 80.85%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(81,6,0,63)
C81M6Y0K63 
(81%,6%,0%,63%)
(0.81/0.06/0.00/0.63)	

CMYK percentages

%80.85
%6.38
%0
%63.14

Codes

Color #12585E in popluar color models

12585E
RGB188894
HSL185°67.86%21.96%
HSB/HSV185°80.85%36.86%
CMYK80.85%6.38%0.00%
63.14%

Color #12585E in popluar number systems.

HEX12585E
Decimal188894
Binary1001010110001011110
Octal22130136

Shades and tints

Shades of #12585E

#12585E
(18,88,94)
#115056
(17,80,86)
#10484E
(16,72,78)
#0F4046
(15,64,70)
#0E383E
(14,56,62)
#0D3036
(13,48,54)
#0C282E
(12,40,46)
#0B2026
(11,32,38)
#0A181E
(10,24,30)
#091016
(9,16,22)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #12585E

#12585E
(18,88,94)
#27676C
(39,103,108)
#3C767A
(60,118,122)
#518588
(81,133,136)
#669496
(102,148,150)
#7BA3A4
(123,163,164)
#90B2B2
(144,178,178)
#A5C1C0
(165,193,192)
#BAD0CE
(186,208,206)
#CFDFDC
(207,223,220)
#E4EEEA
(228,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12585E; }

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

This text font color is #12585E.


Background Color

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

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

This div background color is #12585E.


Border color

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

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

This div border color is #12585E.


Opacity

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

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

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

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

This text has shadow with #12585E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12585E on black background.


Color preview on white background

This text has color #12585E on white background.



Black color preview on #12585E background

This text has black color on #12585E background.


White color preview on #12585E background

This text has white color on #12585E background.