COLOR #12584D

HEX: #12584D
RGB: (18,88,77)

Color info

#12584D contains mainly green and blue colors. Web safe color of #12584D is #006633 (or #063).

RGB color model

#12584D color RGB value is (18,88,77).

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

RGB channels and saturation

R 18 of 255 = 7%
G 88 of 255 = 35%
B 77 of 255 = 30%

18
88
77

R + G + B ~ 24%. #12584D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 88 + 77 = 183 (100%)
R 18 of 183 ~ 9.84%
G 88 of 183 ~ 48.09%
B 77 of 183 ~ 42.08%

%9.84
%48.09
%42.08

CMYK color model

#12584D color CMYK value is (80,0,13,65).

  • cyan value is 79.55%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(80,0,13,65)
C80M0Y13K65 
(80%,0%,13%,65%)
(0.80/0.00/0.13/0.65)	

CMYK percentages

%79.55
%0
%12.5
%65.49

Codes

Color #12584D in popluar color models

12584D
RGB188877
HSL171°66.04%20.78%
HSB/HSV171°79.55%34.51%
CMYK79.55%0.00%12.50%
65.49%

Color #12584D in popluar number systems.

HEX12584D
Decimal188877
Binary1001010110001001101
Octal22130115

Shades and tints

Shades of #12584D

#12584D
(18,88,77)
#115046
(17,80,70)
#10483F
(16,72,63)
#0F4038
(15,64,56)
#0E3831
(14,56,49)
#0D302A
(13,48,42)
#0C2823
(12,40,35)
#0B201C
(11,32,28)
#0A1815
(10,24,21)
#09100E
(9,16,14)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #12584D

#12584D
(18,88,77)
#27675D
(39,103,93)
#3C766D
(60,118,109)
#51857D
(81,133,125)
#66948D
(102,148,141)
#7BA39D
(123,163,157)
#90B2AD
(144,178,173)
#A5C1BD
(165,193,189)
#BAD0CD
(186,208,205)
#CFDFDD
(207,223,221)
#E4EEED
(228,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12584D color. Also use rgb(18,88,77) instead hex code.

Text Font Color

.myTextColor { color: #12584D; }

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

This text font color is #12584D.


Background Color

.myBgColor { background-color: #12584D; }

<div style="background-color:#12584D">Inner text</div>

This div background color is #12584D.


Border color

.myBorderColor { border: 1px solid #12584D; }

<div style="border:3px solid #12584D">Div</div>

This div border color is #12584D.


Opacity

.myOpacity80 { color: #12584D; opacity: 0.8; }

<p style="color:#12584D;opacity:0.8;">80%</p>

Text with #12584D 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 #12584D;}

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

This text has shadow with #12584D color.

.textShadow {text-shadow: 3px 3px 1px #12584D, 3px 3px 1px red;}

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

This text has shadow with #12584D primary color and red secondary color.


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

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

This text has shadow with #12584D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12584D on black background.


Color preview on white background

This text has color #12584D on white background.



Black color preview on #12584D background

This text has black color on #12584D background.


White color preview on #12584D background

This text has white color on #12584D background.