COLOR #12252A

HEX: #12252A RGB: (18,37,42)

Color info

#12252A contains red, green and blue colors in about the same proportion. Web safe color of #12252A is #003333 (or #033).

RGB color model

#12252A color RGB value is (18,37,42).

RGB: (18,37,42) (7%, 15%, 16%)

RGB channels and saturation

R 18 of 255 = 7%
G 37 of 255 = 15%
B 42 of 255 = 16%

18
37
42

R + G + B ~ 13%. #12252A is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 37 + 42 = 97 (100%)
R 18 of 97 ~ 18.56%
G 37 of 97 ~ 38.14%
B 42 of 97 ~ 43.3'%

%18.56
%38.14
%43.3

CMYK color model

#12252A color CMYK value is (57,12,0,84).

  • cyan value is 57.14%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (57,12,0,84)
C57M12Y0K84 (57%, 12%, 0%, 84%)
(0.57 / 0.12 / 0.00 / 0.84)

CMYK percentages

%57.14
%11.9
%0
%83.53

Codes

Color #12252A in popluar color models

12 25 2A
RGB 18 37 42
HSL 193° 40.00% 11.76%
HSB/HSV 193° 57.14% 16.47%
CMYK 57.14% 11.90% 0.00%
83.53%

Color #12252A in popluar number systems.

HEX 12 25 2A
Decimal 18 37 42
Binary 10010 100101 101010
Octal 22 45 52

Shades and tints

Shades of #12252A

#12252A
(18,37,42)
#112227
(17,34,39)
#101F24
(16,31,36)
#0F1C21
(15,28,33)
#0E191E
(14,25,30)
#0D161B
(13,22,27)
#0C1318
(12,19,24)
#0B1015
(11,16,21)
#0A0D12
(10,13,18)
#090A0F
(9,10,15)
#08070C
(8,7,12)
#000000
(0,0,0)

Tints of #12252A

#12252A
(18,37,42)
#27383D
(39,56,61)
#3C4B50
(60,75,80)
#515E63
(81,94,99)
#667176
(102,113,118)
#7B8489
(123,132,137)
#90979C
(144,151,156)
#A5AAAF
(165,170,175)
#BABDC2
(186,189,194)
#CFD0D5
(207,208,213)
#E4E3E8
(228,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12252A color. Also use rgb(18,37,42) instead hex code.

Text Font Color

.myTextColor { color: #12252A; }

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

This text font color is #12252A.

Background Color

.myBgColor { background-color: #12252A; }

<div style="background-color:#12252A">Inner text</div>

This div background color is #12252A.

Border color

.myBorderColor { border: 1px solid #12252A; }

<div style="border:3px solid #12252A">Div</div>

This div border color is #12252A.

Opacity

.myOpacity80 { color: #12252A; opacity: 0.8; }

<p style="color:#12252A;opacity:0.8;">80%</p>

Text with #12252A 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 #12252A;}

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

This text has shadow with #12252A color.


.textShadow {text-shadow: 3px 3px 1px #12252A', 3px 3px 1px red;}

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

This text has shadow with #12252A primary color and red secondary color.


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

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

This text has shadow with #12252A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #12252A; -webkit-box-shadow: 1px 1px 3px 2px #12252A; box-shadow:1px 1px 3px 2px #12252A;">
Div content here
</div>

This div box has shadow with color #12252A.

Preview

Color preview on black background

This text has color #12252A on black background.


Color preview on white background

This text has color #12252A on white background.


Black color preview on #12252A background

This text has black color on #12252A background.


White color preview on #12252A background

This text has white color on #12252A background.


Related colors

Complementary color

Complementary color for #hex is #EDDAD5.


I love getcolorcode.com

Triadic colors

1 #2A1225 and #252A12 with #12252A are triadic colors.

2 #2A2512 and #25122A with #12252A are triadic colors.