COLOR #122729

HEX: #122729
RGB: (18,39,41)

Color info

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

RGB color model

#122729 color RGB value is (18,39,41).

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

RGB channels and saturation

R 18 of 255 = 7%
G 39 of 255 = 15%
B 41 of 255 = 16%

18
39
41

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

Portions of RGB colors in percentages

R + G + B =
18 + 39 + 41 = 98 (100%)
R 18 of 98 ~ 18.37%
G 39 of 98 ~ 39.8%
B 41 of 98 ~ 41.84%

%18.37
%39.8
%41.84

CMYK color model

#122729 color CMYK value is (56,5,0,84).

  • cyan value is 56.10%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(56,5,0,84)
C56M5Y0K84 
(56%,5%,0%,84%)
(0.56/0.05/0.00/0.84)	

CMYK percentages

%56.1
%4.88
%0
%83.92

Codes

Color #122729 in popluar color models

122729
RGB183941
HSL185°38.98%11.57%
HSB/HSV185°56.10%16.08%
CMYK56.10%4.88%0.00%
83.92%

Color #122729 in popluar number systems.

HEX122729
Decimal183941
Binary10010100111101001
Octal224751

Shades and tints

Shades of #122729

#122729
(18,39,41)
#112426
(17,36,38)
#102123
(16,33,35)
#0F1E20
(15,30,32)
#0E1B1D
(14,27,29)
#0D181A
(13,24,26)
#0C1517
(12,21,23)
#0B1214
(11,18,20)
#0A0F11
(10,15,17)
#090C0E
(9,12,14)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #122729

#122729
(18,39,41)
#273A3C
(39,58,60)
#3C4D4F
(60,77,79)
#516062
(81,96,98)
#667375
(102,115,117)
#7B8688
(123,134,136)
#90999B
(144,153,155)
#A5ACAE
(165,172,174)
#BABFC1
(186,191,193)
#CFD2D4
(207,210,212)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122729; }

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

This text font color is #122729.


Background Color

.myBgColor { background-color: #122729; }

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

This div background color is #122729.


Border color

.myBorderColor { border: 1px solid #122729; }

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

This div border color is #122729.


Opacity

.myOpacity80 { color: #122729; opacity: 0.8; }

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

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

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

This text has shadow with #122729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122729 on black background.


Color preview on white background

This text has color #122729 on white background.



Black color preview on #122729 background

This text has black color on #122729 background.


White color preview on #122729 background

This text has white color on #122729 background.