COLOR #12503B

HEX: #12503B
RGB: (18,80,59)

Color info

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

RGB color model

#12503B color RGB value is (18,80,59).

  • red value is 18;
  • green value is 80;
  • blue value is 59.
RGB:
(18,80,59)
(7%,31%,23%)

RGB channels and saturation

R 18 of 255 = 7%
G 80 of 255 = 31%
B 59 of 255 = 23%

18
80
59

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

Portions of RGB colors in percentages

R + G + B =
18 + 80 + 59 = 157 (100%)
R 18 of 157 ~ 11.46%
G 80 of 157 ~ 50.96%
B 59 of 157 ~ 37.58%

%11.46
%50.96
%37.58

CMYK color model

#12503B color CMYK value is (78,0,26,69).

  • cyan value is 77.50%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 68.63%
CMYK:
(78,0,26,69)
C78M0Y26K69 
(78%,0%,26%,69%)
(0.78/0.00/0.26/0.69)	

CMYK percentages

%77.5
%0
%26.25
%68.63

Codes

Color #12503B in popluar color models

12503B
RGB188059
HSL160°63.27%19.22%
HSB/HSV160°77.50%31.37%
CMYK77.50%0.00%26.25%
68.63%

Color #12503B in popluar number systems.

HEX12503B
Decimal188059
Binary100101010000111011
Octal2212073

Shades and tints

Shades of #12503B

#12503B
(18,80,59)
#114936
(17,73,54)
#104231
(16,66,49)
#0F3B2C
(15,59,44)
#0E3427
(14,52,39)
#0D2D22
(13,45,34)
#0C261D
(12,38,29)
#0B1F18
(11,31,24)
#0A1813
(10,24,19)
#09110E
(9,17,14)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #12503B

#12503B
(18,80,59)
#275F4C
(39,95,76)
#3C6E5D
(60,110,93)
#517D6E
(81,125,110)
#668C7F
(102,140,127)
#7B9B90
(123,155,144)
#90AAA1
(144,170,161)
#A5B9B2
(165,185,178)
#BAC8C3
(186,200,195)
#CFD7D4
(207,215,212)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12503B color. Also use rgb(18,80,59) instead hex code.

Text Font Color

.myTextColor { color: #12503B; }

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

This text font color is #12503B.


Background Color

.myBgColor { background-color: #12503B; }

<div style="background-color:#12503B">Inner text</div>

This div background color is #12503B.


Border color

.myBorderColor { border: 1px solid #12503B; }

<div style="border:3px solid #12503B">Div</div>

This div border color is #12503B.


Opacity

.myOpacity80 { color: #12503B; opacity: 0.8; }

<p style="color:#12503B;opacity:0.8;">80%</p>

Text with #12503B 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 #12503B;}

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

This text has shadow with #12503B color.

.textShadow {text-shadow: 3px 3px 1px #12503B, 3px 3px 1px red;}

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

This text has shadow with #12503B primary color and red secondary color.


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

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

This text has shadow with #12503B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12503B on black background.


Color preview on white background

This text has color #12503B on white background.



Black color preview on #12503B background

This text has black color on #12503B background.


White color preview on #12503B background

This text has white color on #12503B background.