COLOR #12582E

HEX: #12582E
RGB: (18,88,46)

Color info

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

RGB color model

#12582E color RGB value is (18,88,46).

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

RGB channels and saturation

R 18 of 255 = 7%
G 88 of 255 = 35%
B 46 of 255 = 18%

18
88
46

R + G + B ~ 20%. #12582E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 88 + 46 = 152 (100%)
R 18 of 152 ~ 11.84%
G 88 of 152 ~ 57.89%
B 46 of 152 ~ 30.26%

%11.84
%57.89
%30.26

CMYK color model

#12582E color CMYK value is (80,0,48,65).

  • cyan value is 79.55%
  • magenta value is 0.00%
  • yellow value is 47.73%
  • key color value is 65.49%
CMYK:
(80,0,48,65)
C80M0Y48K65 
(80%,0%,48%,65%)
(0.80/0.00/0.48/0.65)	

CMYK percentages

%79.55
%0
%47.73
%65.49

Codes

Color #12582E in popluar color models

12582E
RGB188846
HSL144°66.04%20.78%
HSB/HSV144°79.55%34.51%
CMYK79.55%0.00%47.73%
65.49%

Color #12582E in popluar number systems.

HEX12582E
Decimal188846
Binary100101011000101110
Octal2213056

Shades and tints

Shades of #12582E

#12582E
(18,88,46)
#11502A
(17,80,42)
#104826
(16,72,38)
#0F4022
(15,64,34)
#0E381E
(14,56,30)
#0D301A
(13,48,26)
#0C2816
(12,40,22)
#0B2012
(11,32,18)
#0A180E
(10,24,14)
#09100A
(9,16,10)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #12582E

#12582E
(18,88,46)
#276741
(39,103,65)
#3C7654
(60,118,84)
#518567
(81,133,103)
#66947A
(102,148,122)
#7BA38D
(123,163,141)
#90B2A0
(144,178,160)
#A5C1B3
(165,193,179)
#BAD0C6
(186,208,198)
#CFDFD9
(207,223,217)
#E4EEEC
(228,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12582E; }

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

This text font color is #12582E.


Background Color

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

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

This div background color is #12582E.


Border color

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

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

This div border color is #12582E.


Opacity

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

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

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

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

This text has shadow with #12582E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12582E on black background.


Color preview on white background

This text has color #12582E on white background.



Black color preview on #12582E background

This text has black color on #12582E background.


White color preview on #12582E background

This text has white color on #12582E background.