COLOR #12563F

HEX: #12563F
RGB: (18,86,63)

Color info

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

RGB color model

#12563F color RGB value is (18,86,63).

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

RGB channels and saturation

R 18 of 255 = 7%
G 86 of 255 = 34%
B 63 of 255 = 25%

18
86
63

R + G + B ~ 22%. #12563F is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 86 + 63 = 167 (100%)
R 18 of 167 ~ 10.78%
G 86 of 167 ~ 51.5%
B 63 of 167 ~ 37.72%

%10.78
%51.5
%37.72

CMYK color model

#12563F color CMYK value is (79,0,27,66).

  • cyan value is 79.07%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 66.27%
CMYK:
(79,0,27,66)
C79M0Y27K66 
(79%,0%,27%,66%)
(0.79/0.00/0.27/0.66)	

CMYK percentages

%79.07
%0
%26.74
%66.27

Codes

Color #12563F in popluar color models

12563F
RGB188663
HSL160°65.38%20.39%
HSB/HSV160°79.07%33.73%
CMYK79.07%0.00%26.74%
66.27%

Color #12563F in popluar number systems.

HEX12563F
Decimal188663
Binary100101010110111111
Octal2212677

Shades and tints

Shades of #12563F

#12563F
(18,86,63)
#114F3A
(17,79,58)
#104835
(16,72,53)
#0F4130
(15,65,48)
#0E3A2B
(14,58,43)
#0D3326
(13,51,38)
#0C2C21
(12,44,33)
#0B251C
(11,37,28)
#0A1E17
(10,30,23)
#091712
(9,23,18)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #12563F

#12563F
(18,86,63)
#276550
(39,101,80)
#3C7461
(60,116,97)
#518372
(81,131,114)
#669283
(102,146,131)
#7BA194
(123,161,148)
#90B0A5
(144,176,165)
#A5BFB6
(165,191,182)
#BACEC7
(186,206,199)
#CFDDD8
(207,221,216)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12563F; }

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

This text font color is #12563F.


Background Color

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

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

This div background color is #12563F.


Border color

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

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

This div border color is #12563F.


Opacity

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

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

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

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

This text has shadow with #12563F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12563F on black background.


Color preview on white background

This text has color #12563F on white background.



Black color preview on #12563F background

This text has black color on #12563F background.


White color preview on #12563F background

This text has white color on #12563F background.