COLOR #12584A

HEX: #12584A
RGB: (18,88,74)

Color info

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

RGB color model

#12584A color RGB value is (18,88,74).

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

RGB channels and saturation

R 18 of 255 = 7%
G 88 of 255 = 35%
B 74 of 255 = 29%

18
88
74

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

Portions of RGB colors in percentages

R + G + B =
18 + 88 + 74 = 180 (100%)
R 18 of 180 ~ 10%
G 88 of 180 ~ 48.89%
B 74 of 180 ~ 41.11%

%10
%48.89
%41.11

CMYK color model

#12584A color CMYK value is (80,0,16,65).

  • cyan value is 79.55%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 65.49%
CMYK:
(80,0,16,65)
C80M0Y16K65 
(80%,0%,16%,65%)
(0.80/0.00/0.16/0.65)	

CMYK percentages

%79.55
%0
%15.91
%65.49

Codes

Color #12584A in popluar color models

12584A
RGB188874
HSL168°66.04%20.78%
HSB/HSV168°79.55%34.51%
CMYK79.55%0.00%15.91%
65.49%

Color #12584A in popluar number systems.

HEX12584A
Decimal188874
Binary1001010110001001010
Octal22130112

Shades and tints

Shades of #12584A

#12584A
(18,88,74)
#115044
(17,80,68)
#10483E
(16,72,62)
#0F4038
(15,64,56)
#0E3832
(14,56,50)
#0D302C
(13,48,44)
#0C2826
(12,40,38)
#0B2020
(11,32,32)
#0A181A
(10,24,26)
#091014
(9,16,20)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #12584A

#12584A
(18,88,74)
#27675A
(39,103,90)
#3C766A
(60,118,106)
#51857A
(81,133,122)
#66948A
(102,148,138)
#7BA39A
(123,163,154)
#90B2AA
(144,178,170)
#A5C1BA
(165,193,186)
#BAD0CA
(186,208,202)
#CFDFDA
(207,223,218)
#E4EEEA
(228,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12584A; }

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

This text font color is #12584A.


Background Color

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

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

This div background color is #12584A.


Border color

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

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

This div border color is #12584A.


Opacity

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

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

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

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

This text has shadow with #12584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12584A on black background.


Color preview on white background

This text has color #12584A on white background.



Black color preview on #12584A background

This text has black color on #12584A background.


White color preview on #12584A background

This text has white color on #12584A background.