COLOR #12272F

HEX: #12272F
RGB: (18,39,47)

Color info

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

RGB color model

#12272F color RGB value is (18,39,47).

  • red value is 18;
  • green value is 39;
  • blue value is 47.
RGB:
(18,39,47)
(7%,15%,18%)

RGB channels and saturation

R 18 of 255 = 7%
G 39 of 255 = 15%
B 47 of 255 = 18%

18
39
47

R + G + B ~ 13%. #12272F is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 39 + 47 = 104 (100%)
R 18 of 104 ~ 17.31%
G 39 of 104 ~ 37.5%
B 47 of 104 ~ 45.19%

%17.31
%37.5
%45.19

CMYK color model

#12272F color CMYK value is (62,17,0,82).

  • cyan value is 61.70%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(62,17,0,82)
C62M17Y0K82 
(62%,17%,0%,82%)
(0.62/0.17/0.00/0.82)	

CMYK percentages

%61.7
%17.02
%0
%81.57

Codes

Color #12272F in popluar color models

12272F
RGB183947
HSL197°44.62%12.75%
HSB/HSV197°61.70%18.43%
CMYK61.70%17.02%0.00%
81.57%

Color #12272F in popluar number systems.

HEX12272F
Decimal183947
Binary10010100111101111
Octal224757

Shades and tints

Shades of #12272F

#12272F
(18,39,47)
#11242B
(17,36,43)
#102127
(16,33,39)
#0F1E23
(15,30,35)
#0E1B1F
(14,27,31)
#0D181B
(13,24,27)
#0C1517
(12,21,23)
#0B1213
(11,18,19)
#0A0F0F
(10,15,15)
#090C0B
(9,12,11)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #12272F

#12272F
(18,39,47)
#273A41
(39,58,65)
#3C4D53
(60,77,83)
#516065
(81,96,101)
#667377
(102,115,119)
#7B8689
(123,134,137)
#90999B
(144,153,155)
#A5ACAD
(165,172,173)
#BABFBF
(186,191,191)
#CFD2D1
(207,210,209)
#E4E5E3
(228,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12272F color. Also use rgb(18,39,47) instead hex code.

Text Font Color

.myTextColor { color: #12272F; }

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

This text font color is #12272F.


Background Color

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

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

This div background color is #12272F.


Border color

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

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

This div border color is #12272F.


Opacity

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

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

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

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

This text has shadow with #12272F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12272F on black background.


Color preview on white background

This text has color #12272F on white background.



Black color preview on #12272F background

This text has black color on #12272F background.


White color preview on #12272F background

This text has white color on #12272F background.