COLOR #12513F

HEX: #12513F
RGB: (18,81,63)

Color info

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

RGB color model

#12513F color RGB value is (18,81,63).

  • red value is 18;
  • green value is 81;
  • blue value is 63.
RGB:
(18,81,63)
(7%,32%,25%)

RGB channels and saturation

R 18 of 255 = 7%
G 81 of 255 = 32%
B 63 of 255 = 25%

18
81
63

R + G + B ~ 21%. #12513F is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 81 + 63 = 162 (100%)
R 18 of 162 ~ 11.11%
G 81 of 162 ~ 50%
B 63 of 162 ~ 38.89%

%11.11
%50
%38.89

CMYK color model

#12513F color CMYK value is (78,0,22,68).

  • cyan value is 77.78%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 68.24%
CMYK:
(78,0,22,68)
C78M0Y22K68 
(78%,0%,22%,68%)
(0.78/0.00/0.22/0.68)	

CMYK percentages

%77.78
%0
%22.22
%68.24

Codes

Color #12513F in popluar color models

12513F
RGB188163
HSL163°63.64%19.41%
HSB/HSV163°77.78%31.76%
CMYK77.78%0.00%22.22%
68.24%

Color #12513F in popluar number systems.

HEX12513F
Decimal188163
Binary100101010001111111
Octal2212177

Shades and tints

Shades of #12513F

#12513F
(18,81,63)
#114A3A
(17,74,58)
#104335
(16,67,53)
#0F3C30
(15,60,48)
#0E352B
(14,53,43)
#0D2E26
(13,46,38)
#0C2721
(12,39,33)
#0B201C
(11,32,28)
#0A1917
(10,25,23)
#091212
(9,18,18)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #12513F

#12513F
(18,81,63)
#276050
(39,96,80)
#3C6F61
(60,111,97)
#517E72
(81,126,114)
#668D83
(102,141,131)
#7B9C94
(123,156,148)
#90ABA5
(144,171,165)
#A5BAB6
(165,186,182)
#BAC9C7
(186,201,199)
#CFD8D8
(207,216,216)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12513F color. Also use rgb(18,81,63) instead hex code.

Text Font Color

.myTextColor { color: #12513F; }

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

This text font color is #12513F.


Background Color

.myBgColor { background-color: #12513F; }

<div style="background-color:#12513F">Inner text</div>

This div background color is #12513F.


Border color

.myBorderColor { border: 1px solid #12513F; }

<div style="border:3px solid #12513F">Div</div>

This div border color is #12513F.


Opacity

.myOpacity80 { color: #12513F; opacity: 0.8; }

<p style="color:#12513F;opacity:0.8;">80%</p>

Text with #12513F 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 #12513F;}

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

This text has shadow with #12513F color.

.textShadow {text-shadow: 3px 3px 1px #12513F, 3px 3px 1px red;}

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

This text has shadow with #12513F primary color and red secondary color.


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

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

This text has shadow with #12513F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12513F on black background.


Color preview on white background

This text has color #12513F on white background.



Black color preview on #12513F background

This text has black color on #12513F background.


White color preview on #12513F background

This text has white color on #12513F background.