COLOR #12504B

HEX: #12504B
RGB: (18,80,75)

Color info

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

RGB color model

#12504B color RGB value is (18,80,75).

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

RGB channels and saturation

R 18 of 255 = 7%
G 80 of 255 = 31%
B 75 of 255 = 29%

18
80
75

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

Portions of RGB colors in percentages

R + G + B =
18 + 80 + 75 = 173 (100%)
R 18 of 173 ~ 10.4%
G 80 of 173 ~ 46.24%
B 75 of 173 ~ 43.35%

%10.4
%46.24
%43.35

CMYK color model

#12504B color CMYK value is (78,0,6,69).

  • cyan value is 77.50%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 68.63%
CMYK:
(78,0,6,69)
C78M0Y6K69 
(78%,0%,6%,69%)
(0.78/0.00/0.06/0.69)	

CMYK percentages

%77.5
%0
%6.25
%68.63

Codes

Color #12504B in popluar color models

12504B
RGB188075
HSL175°63.27%19.22%
HSB/HSV175°77.50%31.37%
CMYK77.50%0.00%6.25%
68.63%

Color #12504B in popluar number systems.

HEX12504B
Decimal188075
Binary1001010100001001011
Octal22120113

Shades and tints

Shades of #12504B

#12504B
(18,80,75)
#114945
(17,73,69)
#10423F
(16,66,63)
#0F3B39
(15,59,57)
#0E3433
(14,52,51)
#0D2D2D
(13,45,45)
#0C2627
(12,38,39)
#0B1F21
(11,31,33)
#0A181B
(10,24,27)
#091115
(9,17,21)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #12504B

#12504B
(18,80,75)
#275F5B
(39,95,91)
#3C6E6B
(60,110,107)
#517D7B
(81,125,123)
#668C8B
(102,140,139)
#7B9B9B
(123,155,155)
#90AAAB
(144,170,171)
#A5B9BB
(165,185,187)
#BAC8CB
(186,200,203)
#CFD7DB
(207,215,219)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12504B; }

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

This text font color is #12504B.


Background Color

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

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

This div background color is #12504B.


Border color

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

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

This div border color is #12504B.


Opacity

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

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

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

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

This text has shadow with #12504B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12504B on black background.


Color preview on white background

This text has color #12504B on white background.



Black color preview on #12504B background

This text has black color on #12504B background.


White color preview on #12504B background

This text has white color on #12504B background.