COLOR #12262A

HEX: #12262A
RGB: (18,38,42)

Color info

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

RGB color model

#12262A color RGB value is (18,38,42).

  • red value is 18;
  • green value is 38;
  • blue value is 42.
RGB:
(18,38,42)
(7%,15%,16%)

RGB channels and saturation

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

18
38
42

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

Portions of RGB colors in percentages

R + G + B =
18 + 38 + 42 = 98 (100%)
R 18 of 98 ~ 18.37%
G 38 of 98 ~ 38.78%
B 42 of 98 ~ 42.86%

%18.37
%38.78
%42.86

CMYK color model

#12262A color CMYK value is (57,10,0,84).

  • cyan value is 57.14%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(57,10,0,84)
C57M10Y0K84 
(57%,10%,0%,84%)
(0.57/0.10/0.00/0.84)	

CMYK percentages

%57.14
%9.52
%0
%83.53

Codes

Color #12262A in popluar color models

12262A
RGB183842
HSL190°40.00%11.76%
HSB/HSV190°57.14%16.47%
CMYK57.14%9.52%0.00%
83.53%

Color #12262A in popluar number systems.

HEX12262A
Decimal183842
Binary10010100110101010
Octal224652

Shades and tints

Shades of #12262A

#12262A
(18,38,42)
#112327
(17,35,39)
#102024
(16,32,36)
#0F1D21
(15,29,33)
#0E1A1E
(14,26,30)
#0D171B
(13,23,27)
#0C1418
(12,20,24)
#0B1115
(11,17,21)
#0A0E12
(10,14,18)
#090B0F
(9,11,15)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #12262A

#12262A
(18,38,42)
#27393D
(39,57,61)
#3C4C50
(60,76,80)
#515F63
(81,95,99)
#667276
(102,114,118)
#7B8589
(123,133,137)
#90989C
(144,152,156)
#A5ABAF
(165,171,175)
#BABEC2
(186,190,194)
#CFD1D5
(207,209,213)
#E4E4E8
(228,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12262A; }

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

This text font color is #12262A.


Background Color

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

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

This div background color is #12262A.


Border color

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

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

This div border color is #12262A.


Opacity

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

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

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

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

This text has shadow with #12262A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12262A on black background.


Color preview on white background

This text has color #12262A on white background.



Black color preview on #12262A background

This text has black color on #12262A background.


White color preview on #12262A background

This text has white color on #12262A background.